How to write a test
{
...
"test": {
"1": {
"question": "MULTIPLE_CHOICE_QUESTION_TEXT",
"answers": {
"1": "MULTIPLE_CHOICE_ANSWER_ONE_TEXT",
"2": "MULTIPLE_CHOICE_ANSWER_TWO_TEXT",
...
}
},
"2": {
"question": "OPEN_ANSWER_QUESTION_TEXT",
},
...
}
...
}Last updated