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
Joseph Rézeau
Posts made by Joseph Rézeau
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
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
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
Use at own risk, please do not use on a production server, use on a test server only.
Joseph
At the end of the questionnaire CSS file of the theme you are using, add this line:
#mod-questionnaire-view .box {
width:95%;
}
or width:100% or width:900px, etc.
#mod-questionnaire-view .box {
width:95%;
}
or width:100% or width:900px, etc.