Beiträge von Joseph Rézeau

Moodle in English -> Quiz and question banks -> SAT/ACT tests -> Re: SAT/ACT tests

von Joseph Rézeau -
Nutzerbild von Core developers Nutzerbild von Plugin developers Nutzerbild von Testers Nutzerbild von Translators

Hi Dominique,

You ask why Moodle is not well-suited to prepare students for SAT/ACT tests. Maybe the reason lies in the wording of this Moodle statement:

"The world's free learning platform that helps you create effective online teaching and learning experiences in a collaborative, private environment."

In other words, Moodle is primarily aimed at teaching and learning, not testing.

Nutzerbild von Core developers Nutzerbild von Plugin developers Nutzerbild von Testers Nutzerbild von Translators
I totally agree with Samuel's arguments. He rightly points out that the didactic point of view should always prevail.
I would add that there is a logical flaw in both the "all/none of the above" options. After all, in a multiple choice type of question (whether single or multiple answer sub-type), the respondent is (pre-)supposed to make a choice between the options offered. Offering a further choice of all/none of the options is counter-intuitive and in my opinion defeats the whole purpose of the exercise.
Unfortunately, in highly competitive exams mainly relying on MCQs, the aim is not so much to test the respondents knowledge as to ask tricky questions in order to eliminate as many candidates as possible. Maybe the all/none options are useful then. But this is not didactics.
Nutzerbild von Développeurs Nutzerbild von Développeurs de plugins Nutzerbild von Testeurs Nutzerbild von Traducteurs

Merci pour ton retour, Gilles.

Aucun problème pour restaurer ton questionnaire chez moi.

Ta capture de débogage montre clairement que tu n'as pas installé la toute dernière version de Questionnaire. En effet, on y voit bien l'erreur de frappe (AMD au lieu de AND) qui a été corrigée dans la version 3.7.1 (Build - 2019110800) 2019101702.

SELECT qrr.* FROM mdlhn_questionnaire_question qq INNER JOIN
mdlhn_questionnaire_response_rank qrr ON qq.id = qrr.question_id
WHERE qq.type_id = ? AND qrr.rankvalue >= ? AMD qq.surveyid = ?

Tu dois vérifier à nouveau que tu as bien installé cette version. As-tu bien vidé tous tes caches ?

Dans le fichier moodle/mod\questionnaire\rate.php la ligne 1034 doit être ceci:

$where .= ' AND qq.surveyid = :surveyid';