Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Discussió:Question behaviours: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(Created page with "Hi, my name is Alex. I'm quite new to Moodle and PHP in general, although very interested to explore. In particular, I'm planning to participate in this coming Google Summer of C...")
 
Cap resum de modificació
 
Línia 3: Línia 3:
While reading this article I've got the following question:
While reading this article I've got the following question:


It looks like question behavior is selected on per-quiz basis, not on per-question. Is there any reason for this? I mean, I think in some scenarios per-question behavior makes sense, e.g. some questions may be answered in deferred mode, while others may be answered in adaptive.
It looks like question behavior is selected on per-quiz basis, not on per-question. Is there any reason for this? I mean, I think in some scenarios per-question behavior makes sense, e.g. some questions may be answered in deferred mode, while others may be answered in adaptive.--[[User:Tim Hunt|Tim Hunt]] 18:26, 25 April 2013 (WST)Alex
 
: Well, the question engine is capable of building a question_usage where every question uses a different behaviour. It was a design decision that in the quiz, the teacher would choose one preferred bahaviour for the whole quiz. If, as a teacher, you want students to do some deferred feedback questions, and some adaptive questions, then you will have to build two quizzes and combine the scores in the gradebook. (But, I have never seen a teacher ask for this.)--[[User:Tim Hunt|Tim Hunt]] 18:26, 25 April 2013 (WST)

Revisió de 10:26, 25 abr 2013

Hi, my name is Alex. I'm quite new to Moodle and PHP in general, although very interested to explore. In particular, I'm planning to participate in this coming Google Summer of Code 2013 and therefore I would like to learn more about Question Bank, Quiz and Question Engine modules.

While reading this article I've got the following question:

It looks like question behavior is selected on per-quiz basis, not on per-question. Is there any reason for this? I mean, I think in some scenarios per-question behavior makes sense, e.g. some questions may be answered in deferred mode, while others may be answered in adaptive.--Tim Hunt 18:26, 25 April 2013 (WST)Alex

Well, the question engine is capable of building a question_usage where every question uses a different behaviour. It was a design decision that in the quiz, the teacher would choose one preferred bahaviour for the whole quiz. If, as a teacher, you want students to do some deferred feedback questions, and some adaptive questions, then you will have to build two quizzes and combine the scores in the gradebook. (But, I have never seen a teacher ask for this.)--Tim Hunt 18:26, 25 April 2013 (WST)