]> git.mjollnir.org Git - moodle.git/commitdiff
fixed results not being because of commented out "interceptFeedback" (probably left...
authorgbateson <gbateson>
Sat, 25 Aug 2007 01:54:30 +0000 (01:54 +0000)
committergbateson <gbateson>
Sat, 25 Aug 2007 01:54:30 +0000 (01:54 +0000)
mod/hotpot/hotpot-full.js

index a6ee9621b4597773847c1093df7e866fe3d0df87..61879e2a7ddcc52b6d9d43f706b735650c4fae18 100644 (file)
@@ -2916,9 +2916,9 @@ function hpIsStrict() {
 // **************
 //  initialization
 // **************
-//hpInterceptFeedback();
-//hpInterceptHints();
-//hpInterceptClues();
+hpInterceptFeedback();
+hpInterceptHints();
+hpInterceptClues();
 hpInterceptChecks();
 function hpFindForm(formname, w) {
        if (w==null) w = self;