Posts made by Joseph Rézeau

Picture of Développeurs Picture of Développeurs de plugins Picture of Testeurs Picture of Traducteurs
A ma connaissance il n'y a pas d'outil Moodle pour faire ça. Par ailleurs, exporter les messages des forums postés par un étudiant n'a pas beaucoup de sens en dehors du contexte où ces messages ont été postés.
Je ne vois pas très bien le but de l'opération souhaitée...
Joseph
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators
Hi DJ,
The code you need is located in file questionnaire/locallib.php, starting line 629:
if (isset($this->questions) && $num_sections) { // sanity check
All you have to do is copy the code that prints the buttons and paste it BEFORE the line that prints the questions.
See attached result,
Joseph
Attachment image00.jpg
Average of ratings: Useful (1)
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators
To anyone interested in testing the new "skip logic feature" on their own Moodle (test) site and savvy enough to apply patch files... You are welcome to use the attached patch file (against the latest current Questionnaire files available); you might have to upgrade to those latest files FIRST, before applying the patch); the Help file is to be put directly in your English lang. questionnaire folders.
Use at own risk, please do not use on a production server, use on a test server only.
Joseph
Average of ratings: Useful (1)