forked from adlnet-archive/edx-xapi-bridge
-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample.json
101 lines (101 loc) · 3.63 KB
/
sample.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"agent": "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0",
"context": {
"course_id": "edX/DemoX/Demo_Course",
"course_user_tags": {},
"module": {
"display_name": "Multiple Choice Questions"
},
"org_id": "edX",
"path": "/courses/edX/DemoX/Demo_Course/xblock/i4x:;_;_edX;_DemoX;_problem;_a0effb954cca4759994f1ac9e9434bf4/handler/xmodule_handler/problem_check",
"user_id": 4
},
"event": {
"answers": {
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_2_1": "blue",
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_3_1": "choice_2",
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_4_1": [
"choice_0",
"choice_2"
]
},
"attempts": 1,
"correct_map": {
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_2_1": {
"correctness": "correct",
"hint": "",
"hintmode": null,
"msg": "",
"npoints": null,
"queuestate": null
},
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_3_1": {
"correctness": "correct",
"hint": "",
"hintmode": null,
"msg": "",
"npoints": null,
"queuestate": null
},
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_4_1": {
"correctness": "correct",
"hint": "",
"hintmode": null,
"msg": "",
"npoints": null,
"queuestate": null
}
},
"grade": 3,
"max_grade": 3,
"problem_id": "i4x://edX/DemoX/problem/a0effb954cca4759994f1ac9e9434bf4",
"state": {
"correct_map": {},
"done": null,
"input_state": {
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_2_1": {},
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_3_1": {},
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_4_1": {}
},
"seed": 1,
"student_answers": {}
},
"submission": {
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_2_1": {
"answer": "blue",
"correct": true,
"input_type": "optioninput",
"question": "",
"response_type": "optionresponse",
"variant": ""
},
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_3_1": {
"answer": "a chair",
"correct": true,
"input_type": "choicegroup",
"question": "",
"response_type": "multiplechoiceresponse",
"variant": ""
},
"i4x-edX-DemoX-problem-a0effb954cca4759994f1ac9e9434bf4_4_1": {
"answer": [
"a piano",
"a guitar"
],
"correct": true,
"input_type": "checkboxgroup",
"question": "",
"response_type": "choiceresponse",
"variant": ""
}
},
"success": "correct"
},
"event_source": "server",
"event_type": "problem_check",
"host": "edx.vergenz.info",
"ip": "10.0.2.2",
"page": "x_module",
"time": "2014-09-02T20:47:01.733472+00:00",
"username": "staff"
}