From f5a13d3f08dd43fb70a11d9570c56cdbfdd7bdb4 Mon Sep 17 00:00:00 2001 From: gbateson Date: Sun, 4 Mar 2007 01:18:07 +0000 Subject: [PATCH] set JQuiz[7]=false, to fix checking answers for JQuiz Hybrid questions when in ShortAnswer mode --- mod/hotpot/hotpot-full.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/hotpot/hotpot-full.js b/mod/hotpot/hotpot-full.js index 89c92639b1a..2f3bd4dd6a3 100644 --- a/mod/hotpot/hotpot-full.js +++ b/mod/hotpot/hotpot-full.js @@ -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