Skip to content

Instantly share code, notes, and snippets.

@torhovland
Created October 29, 2020 07:55
Show Gist options
  • Save torhovland/7e8f7d6f7674a0ed4fa9e20978aa6476 to your computer and use it in GitHub Desktop.
Save torhovland/7e8f7d6f7674a0ed4fa9e20978aa6476 to your computer and use it in GitHub Desktop.
Questionnaire schema for survey app.
{
"title": "Blazor day at Clarion",
"surveyElements": [
{
"type": "text",
"question": "What's it like working with Blazor?"
},
{
"type": "choice",
"question": "Which group are you in?",
"choices": [
"Design",
"Frontend",
"Machine learning"
]
},
{
"type": "scale",
"question": "How would you rate this seminar?",
"min": 1,
"max": 6
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment