MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / lang / en_utf8 / help / lesson / minquestions.html
blobd022d1710a01d1912126bdadd01b2887e064c0e4
1 <h1>The Minimum Number of Questions in a Lesson</h1>
3 <p>When a lesson contains one or more Branch Tables the teacher should
4 normally set this parameter. Its value sets a lower limit on the number of
5 questions seen when a grade is calculated. It does <b>not</b> force students
6 to answer that many questions in the lesson</p>
8 <p>For example, setting this parameter to, say, 20, will ensure that grades are
9 given as though the students have seen <b>at least</b> this number of
10 questions. Take the case of a student who only looks at a single branch in
11 a lesson with, say, 5 pages and answers all the associated questions
12 correctly. They then choose to end the lesson (assuming there is that option
13 in the &quot;top level&quot;Branch Table, a reasonable enough assumption).
14 If this parameter were left unset their grade would be 5 out of 5, that is
15 100%. However, with it set to 20 their grade would be reduced to 5 out of
16 20, that is 25%. In the case of another student who goes through all the
17 branches and sees, say, 25 pages and answers all but two of the questions
18 correctly, then their grade would be 23 out of 25, that is 92%.</p>
20 <p>If this parameter is used, then the opening page of the lesson should say
21 something like:</p>
23 <blockquote><p>In this lesson you are expected to attempt at least n questions.
24 You can attempt more if you wish. However, if you attempt less than n
25 questions your grade will be calculated as though you attempted n.</p></blockquote>
27 <p>Where obviously &quot;n&quot; is replaced by the actual value this parameter
28 has been given.</p>
30 <p>When this parameter is set students are told how many questions they
31 have attempted and how many they are expected to attempt.</p>