diff --git a/mod/hotpot/hotpot-full.js b/mod/hotpot/hotpot-full.js index a6ee9621b45..61879e2a7dd 100644 --- a/mod/hotpot/hotpot-full.js +++ b/mod/hotpot/hotpot-full.js @@ -2916,9 +2916,9 @@ function hpIsStrict() { // ************** // initialization // ************** -//hpInterceptFeedback(); -//hpInterceptHints(); -//hpInterceptClues(); +hpInterceptFeedback(); +hpInterceptHints(); +hpInterceptClues(); hpInterceptChecks(); function hpFindForm(formname, w) { if (w==null) w = self;