Posts made by Joseph Rézeau

Picture of Développeurs Picture of Développeurs de plugins Picture of Testeurs Picture of Traducteurs

Daniel, tu a écris "Mais sa version officielle étant limitée à Moodle 3.9 il faut installer la version Github. Télécharger et installer le zip."

Vérification faite, les versions du block_quickmail disponibles sur le dépôt de plugins de Moodle et sur le Github sont identiques :

$plugin->version = 2021030200;
$plugin->release = "v2.5.0";

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

Detailed procedure

Aiken is only for multiple-choice questions with a single response. If you want to import more complex things, use GIFT.
Here is how to do things.

  1. Create your MULTICHOICE, MULTIANSWERS questions in GIFT format.
  2. In your Moodle site, go to the questions bank, import and import that GIFT text file as GIFT format (put all those questions in the same category, e.g. "my gift questions"
  3. Your GIFT questions will have been converted into MOODLE MULTICHOICE, MULTIANSWERS questions.
  4. Export your MOODLE MULTICHOICE, MULTIANSWERS questions to the MOODLE XML format
  5. On your Moodle site, install my moodle-qformat_answersselect from my Github at https://github.com/rezeau/moodle-qformat_answersselect
  6. Now import those questions using the Random select answers format.

See the Moodle docs at https://docs.moodle.org/311/en/Random_select_answers_question_type#Import_format

Average of ratings: Useful (2)