Skip to content

Commit

Permalink
fix: update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhanovichA committed Oct 17, 2024
1 parent c8a5e11 commit fe1d879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/qtiItem/maxScore/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ define([
maxScore: 5
},
{ title: 'response - none', data: dataResponseNone, expectedMaximum: 5, maxScore: 5 },
{ title: 'external scored', data: dataResponseExternalScored, expectedMaximum: 6, maxScore: 6 },
{ title: 'external scored', data: dataResponseExternalScored, expectedMaximum: 6, maxScore: 7 },
{ title: 'removed MAXSCORE and SCORE', data: dataResponseExternalScoredNone, expectedMaximum: void 0, maxScore: void 0 },
{ title: 'MAXSCORE and SCORE are NOT removed when outcome has external scored', data: dataResponseExternalScoredOutcome, expectedMaximum: 0, maxScore: 1 },
{ title: 'Outcome variables are removed when there are no responses in the item', data: dataResponseNoResponses, expectedMaximum: void 0, maxScore: void 0, outcomes: 0 },
Expand Down

0 comments on commit fe1d879

Please sign in to comment.