microsoft / microsoft/AdaptiveCards

[Designer] Feedback title here

Open
#8,718 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
2k
Forks
595
Avg merge
1d 19h
Merged PRs (30d)
1

Description

{
"type":"AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "Nova Resposta NPS - Treinamento de @{variables('Nome Móduto')} #@{triggerOutputs()?['body/resourceData/responseId']}",
"spacing": "Medium",
"size": "Large",
"weight": "Bolder"
},
{
"type": "TextBlock",
"text": " ID # @{triggerOutputs()?['body/resourceData/responseId']}

Respondente: @{outputs('Obter_os_detalhes_da_resposta')?['body/responder']}

Nota: @{variables('Nota')}

Você deu essa nota por qual motivo: @{variables('Motivo')}

Opinião sobre o treinamento: @{variables('Opinião')}

",
"size": "Medium",
"spacing": "Small",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.OpenUrl",
"title": "Sharepoint do Treinamento",
"url": "@{variables('Link pasta Sharepoint')}"
}
]
}
],
"version": "1.2",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue contains only an Adaptive Card JSON payload and does not name a source file, test, entry point, or requested change. Start by opening the payload in the Adaptive Cards Designer and clarify the intended feedback; completion criteria cannot be determined from the issue alone.

Written by the indexing model from the issue text.

Assessment

Domain
design
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.