Joseph Rézeau tarafından yapılan gönderiler

Moodle in English -> Hotpot (plugin) -> Crossword clues -> Re: Crossword clues

yazan Joseph Rézeau -
Core developers 'ın resmi Plugin developers 'ın resmi Testers 'ın resmi Translators 'ın resmi

Hi Frank,

How exactly did you upload your Hotpot crossword to Moodle? Did you go through Add an activity / Hot Potatoes Quiz or did you just upload your crossword HTML file to the course Files folder and then go through Add a Resource / Link to a file or website and point to your crossword HTML file directly?

If you did the latter (not recommended) then this thread might help.

Joseph

PS.- Which Moodle version are you using?

Core developers 'ın resmi Plugin developers 'ın resmi Testers 'ın resmi Translators 'ın resmi

Thomas,

I can only answer for the bottom screen shot, showing correctansweris missing string. The English string for this resides in file moodle\lang\en_utf8\quiz.php

$string['correctansweris'] = 'Correct answer: $a';

Can you check that you do have file \lang\en_utf8\quiz.php installed on your site and that it does contain that string? Maybe something went wrong when you updated to 1.7?

Joseph