Skip to content

Commit

Permalink
tests: Updated the baseline multiple_questions tests
Browse files Browse the repository at this point in the history
* Added the "question" text so we could see it get passed through the
  response (once that's fixed)
* Renamed the "partially correct" test file -- it was misnamed and so
  wasn't being run.
  • Loading branch information
pomegranited committed Aug 7, 2023
1 parent 452a84e commit 3049129
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"attempts":3,
"submission":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":{
"question":"",
"question":"What color is the open ocean on a sunny day?",
"answer":"blue",
"response_type":"optionresponse",
"input_type":"optioninput",
Expand All @@ -131,7 +131,7 @@
"group_label":""
},
"a0effb954cca4759994f1ac9e9434bf4_4_1":{
"question":"",
"question":"Which of the following are musical instruments?",
"answer":[
"a piano",
"a guitar"
Expand All @@ -143,7 +143,7 @@
"group_label":""
},
"a0effb954cca4759994f1ac9e9434bf4_3_1":{
"question":"",
"question":"Which piece of furniture is built for sitting?",
"answer":"a chair",
"response_type":"multiplechoiceresponse",
"input_type":"choicegroup",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"attempts":1,
"submission":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":{
"question":"",
"question":"What color is the open ocean on a sunny day?",
"answer":"yellow",
"response_type":"optionresponse",
"input_type":"optioninput",
Expand All @@ -99,7 +99,7 @@
"group_label":""
},
"a0effb954cca4759994f1ac9e9434bf4_4_1":{
"question":"",
"question":"Which of the following are musical instruments?",
"answer":[
"a window"
],
Expand All @@ -110,7 +110,7 @@
"group_label":""
},
"a0effb954cca4759994f1ac9e9434bf4_3_1":{
"question":"",
"question":"Which piece of furniture is built for sitting?",
"answer":"a bookshelf",
"response_type":"multiplechoiceresponse",
"input_type":"choicegroup",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"attempts":2,
"submission":{
"a0effb954cca4759994f1ac9e9434bf4_2_1":{
"question":"",
"question":"What color is the open ocean on a sunny day?",
"answer":"blue",
"response_type":"optionresponse",
"input_type":"optioninput",
Expand All @@ -130,7 +130,7 @@
"group_label":""
},
"a0effb954cca4759994f1ac9e9434bf4_4_1":{
"question":"",
"question":"Which of the following are musical instruments?",
"answer":[
"a piano",
"a guitar"
Expand All @@ -142,7 +142,7 @@
"group_label":""
},
"a0effb954cca4759994f1ac9e9434bf4_3_1":{
"question":"",
"question":"Which piece of furniture is built for sitting?",
"answer":"a bookshelf",
"response_type":"multiplechoiceresponse",
"input_type":"choicegroup",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"extensions": {
"https://w3id.org/xapi/openedx/extension/transformer-version": "[email protected]",
"https://w3id.org/xapi/openedx/extensions/session-id": "97662bef7c463c187b8fd91e0f580468"
"https://w3id.org/xapi/openedx/extensions/session-id": "2c65c4e9e6a637feb42426fd35b5dac3"
}
}
}

0 comments on commit 3049129

Please sign in to comment.