Joseph Rézeau
Beiträge von Joseph Rézeau
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.
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.
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';