Hi Koen and all other moodle translators,
Just a quick note on a possible bug in the import/export process of quizzes.
If you change the string $string['exportfilename'] in the file "quiz.php" of your language pack to something other than "quiz", e.g. "test", the generated file will be saved in a directory of this name ("test") and if you want to restore a quiz, moodle will NOT search in the "test" directory, but in a directory "quiz" that does not exist.
Solution: don't change this variable! (or is there another possible fix?)
A happy New Year to all of you!
Nicolas
Do not translate the string $string['exportfilename'] in "quiz.php"
Number of replies: 3Re: Do not translate the string $string['exportfilename'] in "quiz.php"
Thanks for mentioning Nicolas!
Is there a bug filed for this? We should work out how to fix it (kick the string out or make it work
)
I vote for 'kick out', since a lot of servers (or all) don't accept strange (=non latin) characters for filenames. So a very good translation in a nice utf8 or other charset could break it too.
Is there a bug filed for this? We should work out how to fix it (kick the string out or make it work
I vote for 'kick out', since a lot of servers (or all) don't accept strange (=non latin) characters for filenames. So a very good translation in a nice utf8 or other charset could break it too.
Re: Do not translate the string $string['exportfilename'] in "quiz.php"
There is bug 4544 on this and I believe others as well that I can't find at the moment. Howard is the question import/export expert and the bug is assigned to him.
Re: Do not translate the string $string['exportfilename'] in "quiz.php"
Thanks Gustav!
And to Koen : I also vote for kick out
And to Koen : I also vote for kick out