Skip to content

Commit

Permalink
set JQuiz[7]=false, to fix checking answers for JQuiz Hybrid question…
Browse files Browse the repository at this point in the history
…s when in ShortAnswer mode
  • Loading branch information
gbateson committed Mar 4, 2007
1 parent 4e50a79 commit 09182fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/hotpot/hotpot-full.js
Expand Up @@ -288,7 +288,7 @@ if (window.JQuiz==null) {
JQuiz[5] = false; // show number of checks of incorrect answers (legacy field superceded by [12])
// HP6 v6 quizzes only
JQuiz[6] = false; // show answer value (false) or A,B,C... index (true)
JQuiz[7] = true; // show all students answers
JQuiz[7] = false; // show all students answers
JQuiz[8] = true; // show student's wrong answers
JQuiz[9] = true; // show ignored answers (not relevant for multi-select questions)
JQuiz[10] = true; // show score weightings
Expand Down

0 comments on commit 09182fa

Please sign in to comment.