Skip to content

Instantly share code, notes, and snippets.

@DevankAgarwal
Last active May 9, 2019 06:44
Show Gist options
  • Save DevankAgarwal/60d5a033540e319b60897d0336dbd4e6 to your computer and use it in GitHub Desktop.
Save DevankAgarwal/60d5a033540e319b60897d0336dbd4e6 to your computer and use it in GitHub Desktop.
AssessmentTemplate JSON
{
"Groups": {
"1": {
"Name": "##Default##Group",
"ScoringRule": {},
"Questions": [
"2",
"1"
]
}
},
"Questions": {
"1": {
"QuestionText": "Explain your skills",
"Mandatory": true,
"FeedbackMechanisms": {
"Comment": {
"CommentText": "Enter a descriptive comment of 100 chars",
"MinAndMaxSize": [
100,
1000
],
"Mandatory": false
},
"Score": {
"Mandatory": true,
"MinAndMaxLimit": [
1,
20
]
},
"DropDownFreeText": {
"Mandatory": true,
"CommentText": "Select one of the options as answered",
"MultiChoice": {
"Unstable": {
"score": 1
},
"OK": {
"score": 2
},
"Stable": {
"score": 3
},
"Rich": {
"score": 4
},
"Wealthy": {
"score": 5
}
}
}
}
},
"2": {
"QuestionText": "Explain your skills",
"Mandatory": true,
"FeedbackMechanismId": 212
},
"3": {
"QuestionText": "Rate your financial stability",
"Disabled": true,
"Mandatory": false,
"FeedbackMechanisms": {
"DropDownFreeText": {
"Mandatory": true,
"CommentText": "Select one of the options as answered",
"defaultKey": "Unstable",
"MultiChoice": {
"Unstable": {
"Score": 1,
"IsDisabled": true
},
"OK": {
"score": 2
},
"Stable": {
"score": 3
},
"Rich": {
"score": 4
},
"Wealthy": {
"score": 5
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment