forked from AMWA-TV/nmos-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost-question-single-choice.json
39 lines (39 loc) · 1.39 KB
/
post-question-single-choice.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"test_type": "single_choice",
"question_id": "test_05_1",
"name": "test_05",
"description": "Reference Sender is put offline and then back online",
"question": "Please refresh your NCuT and select the sender which has been put 'offline'",
"answers": [
{
"answer_id": "answer_2",
"display_answer": "s3/wright (Mock sender 3, 71ce775c-cdc5-479a-bd29-87c081905ecf)",
"resource": {
"id": "71ce775c-cdc5-479a-bd29-87c081905ecf",
"label": "s3/wright",
"description": "Mock sender 3"
}
},
{
"answer_id": "answer_3",
"display_answer": "s4/mason (Mock sender 4, 14db3fcd-3606-4679-9c2a-252b4af1e611)",
"resource": {
"id": "14db3fcd-3606-4679-9c2a-252b4af1e611",
"label": "s4/mason",
"description": "Mock sender 4"
}
},
{
"answer_id": "answer_4",
"display_answer": "s5/barrett (Mock sender 5, b0a5f961-21de-4ec7-951e-58bbea8934f3)",
"resource": {
"id": "b0a5f961-21de-4ec7-951e-58bbea8934f3",
"label": "s5/barrett",
"description": "Mock sender 5"
}
}
],
"timeout": 600,
"answer_uri": "http://192.0.2.1:5000/x-nmos/testanswer/v1.0",
"metadata": null
}