Skip to content

Instantly share code, notes, and snippets.

@LuiseFreese
Created April 25, 2022 15:38
Show Gist options
  • Save LuiseFreese/f1b66003b3e906cd94e9e35f4499e4ec to your computer and use it in GitHub Desktop.
Save LuiseFreese/f1b66003b3e906cd94e9e35f4499e4ec to your computer and use it in GitHub Desktop.
{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "Rate your experience!",
"weight": "Bolder",
"color": "Accent",
"size": "Medium"
},
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "Image",
"selectAction": {
"type": "Action.Submit",
"data": {
"rating": "really bad"
},
"title": "really bad"
},
"url": "https://mystorageluise.blob.core.windows.net/images/icons8-star-48.png?sp=r&st=2022-04-25T07:38:34Z&se=2022-04-25T15:38:34Z&spr=REDACTED",
"id": "reallybad"
}
]
},
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "Image",
"id": "bad",
"selectAction": {
"type": "Action.Submit",
"data": {
"rating": "bad"
},
"title": "bad"
},
"url": "https://mystorageluise.blob.core.windows.net/images/icons8-star-48.png?sp=r&st=2022-04-25T07:38:34Z&se=2022-04-25T15:38:34Z&spr=REDACTED"
}
]
},
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "Image",
"selectAction": {
"type": "Action.Submit",
"data": {
"rating": "ok"
},
"title": "ok"
},
"url": "https://mystorageluise.blob.core.windows.net/images/icons8-star-48.png?sp=r&st=2022-04-25T07:38:34Z&se=2022-04-25T15:38:34Z&spr=REDACTED",
"id": "ok"
}
]
},
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "Image",
"selectAction": {
"type": "Action.Submit",
"data": {
"rating": "good"
},
"title": "good"
},
"url": "https://mystorageluise.blob.core.windows.net/images/icons8-star-48.png?sp=r&st=2022-04-25T07:38:34Z&se=2022-04-25T15:38:34Z&spr=REDACTED",
"id": "good"
}
]
},
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "Image",
"selectAction": {
"type": "Action.Submit",
"data": {
"rating": "awesome"
},
"title": "awesome",
"associatedInputs": "auto",
"id": "awesomesubmit"
},
"url": "https://mystorageluise.blob.core.windows.net/images/icons8-star-48.png?sp=r&st=2022-04-25T07:38:34Z&se=2022-04-25T15:38:34Z&spr=REDACTED",
"id": "awesome"
}
]
}
]
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment