Skip to content

Commit

Permalink
test: adds tests for problem_check event with multiple questions
Browse files Browse the repository at this point in the history
Expected fixtures record the current behavior
  • Loading branch information
pomegranited committed Aug 7, 2023
1 parent cf7fa19 commit 5452d0f
Show file tree
Hide file tree
Showing 6 changed files with 581 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
{
"name":"problem_check",
"context":{
"course_id":"course-v1:edX+DemoX+Demo_Course",
"course_user_tags":{

},
"user_id":8,
"path":"/courses/course-v1:edX+DemoX+Demo_Course/xblock/block-v1:edX+DemoX+Demo_Course+type@problem+block@a0effb954cca4759994f1ac9e9434bf4/handler/xmodule_handler/problem_check",
"org_id":"edX",
"enterprise_uuid":"",
"module":{
"display_name":"Multiple Choice Questions",
"usage_key":"block-v1:edX+DemoX+Demo_Course+type@problem+block@a0effb954cca4759994f1ac9e9434bf4"
},
"asides":{

}
},
"username":"staff",
"session":"97662bef7c463c187b8fd91e0f580468",
"ip":"172.18.0.1",
"agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0",
"host":"localhost:18000",
"referer":"http://localhost:18000/xblock/block-v1:edX+DemoX+Demo_Course+type@vertical+block@54bb9b142c6c4c22afc62bcb628f0e68?exam_access=&format=Homework&recheck_access=1&show_bookmark=0&show_title=0&view=student_view",
"accept_language":"en-US,en;q=0.5",
"event":{
"state":{
"seed":1,
"student_answers":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":"blue",
"a0effb954cca4759994f1ac9e9434bf4_4_1":[
"choice_0",
"choice_2"
],
"a0effb954cca4759994f1ac9e9434bf4_3_1":"choice_3"
},
"has_saved_answers":false,
"correct_map":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":{
"correctness":"correct",
"npoints":null,
"msg":"",
"hint":"",
"hintmode":null,
"queuestate":null,
"answervariable":null
},
"a0effb954cca4759994f1ac9e9434bf4_3_1":{
"correctness":"incorrect",
"npoints":null,
"msg":"",
"hint":"",
"hintmode":null,
"queuestate":null,
"answervariable":null
},
"a0effb954cca4759994f1ac9e9434bf4_4_1":{
"correctness":"correct",
"npoints":null,
"msg":"",
"hint":"",
"hintmode":null,
"queuestate":null,
"answervariable":null
}
},
"input_state":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":{

},
"a0effb954cca4759994f1ac9e9434bf4_3_1":{

},
"a0effb954cca4759994f1ac9e9434bf4_4_1":{

}
},
"done":true
},
"problem_id":"block-v1:edX+DemoX+Demo_Course+type@problem+block@a0effb954cca4759994f1ac9e9434bf4",
"answers":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":"blue",
"a0effb954cca4759994f1ac9e9434bf4_4_1":[
"choice_0",
"choice_2"
],
"a0effb954cca4759994f1ac9e9434bf4_3_1":"choice_2"
},
"grade":3,
"max_grade":3,
"correct_map":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":{
"correctness":"correct",
"npoints":null,
"msg":"",
"hint":"",
"hintmode":null,
"queuestate":null,
"answervariable":null
},
"a0effb954cca4759994f1ac9e9434bf4_3_1":{
"correctness":"correct",
"npoints":null,
"msg":"",
"hint":"",
"hintmode":null,
"queuestate":null,
"answervariable":null
},
"a0effb954cca4759994f1ac9e9434bf4_4_1":{
"correctness":"correct",
"npoints":null,
"msg":"",
"hint":"",
"hintmode":null,
"queuestate":null,
"answervariable":null
}
},
"success":"correct",
"attempts":3,
"submission":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":{
"question":"",
"answer":"blue",
"response_type":"optionresponse",
"input_type":"optioninput",
"correct":true,
"variant":"",
"group_label":""
},
"a0effb954cca4759994f1ac9e9434bf4_4_1":{
"question":"",
"answer":[
"a piano",
"a guitar"
],
"response_type":"choiceresponse",
"input_type":"checkboxgroup",
"correct":true,
"variant":"",
"group_label":""
},
"a0effb954cca4759994f1ac9e9434bf4_3_1":{
"question":"",
"answer":"a chair",
"response_type":"multiplechoiceresponse",
"input_type":"choicegroup",
"correct":true,
"variant":"",
"group_label":""
}
}
},
"time":"2023-08-03T06:32:31.431355+00:00",
"event_type":"problem_check",
"event_source":"server",
"page":"x_module"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
{
"name":"problem_check",
"context":{
"course_id":"course-v1:edX+DemoX+Demo_Course",
"course_user_tags":{

},
"user_id":8,
"path":"/courses/course-v1:edX+DemoX+Demo_Course/xblock/block-v1:edX+DemoX+Demo_Course+type@problem+block@a0effb954cca4759994f1ac9e9434bf4/handler/xmodule_handler/problem_check",
"org_id":"edX",
"enterprise_uuid":"",
"module":{
"display_name":"Multiple Choice Questions",
"usage_key":"block-v1:edX+DemoX+Demo_Course+type@problem+block@a0effb954cca4759994f1ac9e9434bf4"
},
"asides":{

}
},
"username":"staff",
"session":"97662bef7c463c187b8fd91e0f580468",
"ip":"172.18.0.1",
"agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0",
"host":"localhost:18000",
"referer":"http://localhost:18000/xblock/block-v1:edX+DemoX+Demo_Course+type@vertical+block@54bb9b142c6c4c22afc62bcb628f0e68?exam_access=&format=Homework&recheck_access=1&show_bookmark=0&show_title=0&view=student_view",
"accept_language":"en-US,en;q=0.5",
"event":{
"state":{
"seed":1,
"student_answers":{

},
"has_saved_answers":false,
"correct_map":{

},
"input_state":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":{

},
"a0effb954cca4759994f1ac9e9434bf4_3_1":{

},
"a0effb954cca4759994f1ac9e9434bf4_4_1":{

}
},
"done":false
},
"problem_id":"block-v1:edX+DemoX+Demo_Course+type@problem+block@a0effb954cca4759994f1ac9e9434bf4",
"answers":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":"yellow",
"a0effb954cca4759994f1ac9e9434bf4_4_1":[
"choice_3"
],
"a0effb954cca4759994f1ac9e9434bf4_3_1":"choice_3"
},
"grade":0,
"max_grade":3,
"correct_map":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":{
"correctness":"incorrect",
"npoints":null,
"msg":"",
"hint":"",
"hintmode":null,
"queuestate":null,
"answervariable":null
},
"a0effb954cca4759994f1ac9e9434bf4_3_1":{
"correctness":"incorrect",
"npoints":null,
"msg":"",
"hint":"",
"hintmode":null,
"queuestate":null,
"answervariable":null
},
"a0effb954cca4759994f1ac9e9434bf4_4_1":{
"correctness":"incorrect",
"npoints":null,
"msg":"",
"hint":"",
"hintmode":null,
"queuestate":null,
"answervariable":null
}
},
"success":"incorrect",
"attempts":1,
"submission":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":{
"question":"",
"answer":"yellow",
"response_type":"optionresponse",
"input_type":"optioninput",
"correct":false,
"variant":"",
"group_label":""
},
"a0effb954cca4759994f1ac9e9434bf4_4_1":{
"question":"",
"answer":[
"a window"
],
"response_type":"choiceresponse",
"input_type":"checkboxgroup",
"correct":false,
"variant":"",
"group_label":""
},
"a0effb954cca4759994f1ac9e9434bf4_3_1":{
"question":"",
"answer":"a bookshelf",
"response_type":"multiplechoiceresponse",
"input_type":"choicegroup",
"correct":false,
"variant":"",
"group_label":""
}
}
},
"time":"2023-08-03T06:30:32.026903+00:00",
"event_type":"problem_check",
"event_source":"server",
"page":"x_module"
}
Loading

0 comments on commit 5452d0f

Please sign in to comment.