I have a quiz that says 'Error on Page' in the status bar. Everything seems as it should but students cannot click on the submit button. As I said, the message "Error on page" displays in the status bar when this is attempted. Any suggestions? I am using IE 6.0 (schools choice, not mine) and Moodle 1.8.2.
回复Steven O'Donnell
Re: Hotpot quiz does not allow submit (using IE 6.0, moodle 1.8)
It is important to know what the javascript error. You may be able to find out yourself, by enabling error reporting in your browser as follows:
Anyway, if you could try some of the above actions and report back, then I am sure we can isolate the cause of the problem.
best regards
Gordon
- Internet Explorer:
- select Tools -> Internet Options
- click "Advanced" tab
- locate the "Browsing" sub-section
- uncheck "Disable script debugging (Internet Explorer)"
- check "Display a notification about every script error"
- click the "OK" button
- Firefox:
- select Tools -> Error Console
- URL: http://bateson.kanazawa-gu.ac.jp/moodle/18/ms/
- course: Course Fullname 101
- username: guestteacher
- password: hotpotv23
Anyway, if you could try some of the above actions and report back, then I am sure we can isolate the cause of the problem.
best regards
Gordon
Hi Steve,
thanks for uploading the quiz to my server. I confirmed that there was a javascript error and tracked it down to the HotPot module not taking escaping apostrophes in the "TimesUp" message.
I have modified the relevant PHP script, "mod/hotpot/template/v6.php" in Moodle 1.8, and it will probably be available from the Moodle CVS and Moodle downloads page within the next 24 hours.
I have also made similar changes to Moodle 1.5 - 1.9
Thanks for reporting the issue and making your quiz available for investigation
best regards
Gordon
thanks for uploading the quiz to my server. I confirmed that there was a javascript error and tracked it down to the HotPot module not taking escaping apostrophes in the "TimesUp" message.
I have modified the relevant PHP script, "mod/hotpot/template/v6.php" in Moodle 1.8, and it will probably be available from the Moodle CVS and Moodle downloads page within the next 24 hours.
I have also made similar changes to Moodle 1.5 - 1.9
Thanks for reporting the issue and making your quiz available for investigation

best regards
Gordon
Jeffrey,
> Where in the Moodle download or Moodle CVS can I find the fix?
As I mentioned above, the affected script is "mod/hotpot/template/v6.php"
The simplest way to update your HotPot module is to download the latest Moodle 1.8 (from the Moodle download page) and install that on your Moodle site.
If you do not wish to update the whole of your Moodle site, you can update just the HotPot module, but downloading the latest version of Moodle 1.8 (from the Moodle download page), unzipping it on your PC, and uploading just the "mod/hotpot" folder to your Moodle site.
Hope that answers your question, but if not please let me know
Gordon
> Where in the Moodle download or Moodle CVS can I find the fix?
As I mentioned above, the affected script is "mod/hotpot/template/v6.php"
The simplest way to update your HotPot module is to download the latest Moodle 1.8 (from the Moodle download page) and install that on your Moodle site.
If you do not wish to update the whole of your Moodle site, you can update just the HotPot module, but downloading the latest version of Moodle 1.8 (from the Moodle download page), unzipping it on your PC, and uploading just the "mod/hotpot" folder to your Moodle site.
Hope that answers your question, but if not please let me know
Gordon
回复Gordon Bateson
Re: Hotpot quiz does not allow submit (using IE 6.0, moodle 1.8)
回复Steven O'Donnell