~ubuntu-branches/ubuntu/natty/moodle/natty

« back to all changes in this revision

Viewing changes to backup/cc/sheets/course_modules_mod_quiz.xml

  • Committer: Bazaar Package Importer
  • Author(s): Tomasz Muras
  • Date: 2010-10-30 12:19:28 UTC
  • mfrom: (1.1.12 upstream) (3.1.10 squeeze)
  • Revision ID: james.westby@ubuntu.com-20101030121928-qzobi6mctpnk4dif
Tags: 1.9.9.dfsg2-2
* Added Romanian translation
* Updated Japanese translation (closes: #596820)
* Backporting security fixes from Moodle 1.9.10 (closes: #601384)
   - Updated embedded CAS to 1.1.3
   - Added patch for MDL-24523:
     clean_text() not filtering text in markdown format
   - Added patch for MDL-24810 and upgraded customized HTML Purifier to 4.2.0 
   - Added patch for MDL-24258:
     students can delete their forum posts later than $CFG->maxeditingtime 
     under certain conditions
   - Added patch for MDL-23377:
     Can't delete quiz attempts in course without enrolled students

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
            <MOD>
 
2
              <ID>[#mod_id#]</ID>
 
3
              <MODTYPE>quiz</MODTYPE>
 
4
              <NAME>[#mod_name#]</NAME>
 
5
              <INTRO>[#mod_intro#]</INTRO>
 
6
              <TIMEOPEN>0</TIMEOPEN>
 
7
              <TIMECLOSE>0</TIMECLOSE>
 
8
              <OPTIONFLAGS>1</OPTIONFLAGS>
 
9
              <PENALTYSCHEME>0</PENALTYSCHEME>
 
10
              <ATTEMPTS_NUMBER>[#mod_max_attempts#]</ATTEMPTS_NUMBER>
 
11
              <ATTEMPTONLAST>0</ATTEMPTONLAST>
 
12
              <GRADEMETHOD>1</GRADEMETHOD>
 
13
              <DECIMALPOINTS>0</DECIMALPOINTS>
 
14
              <REVIEW>0</REVIEW>
 
15
              <QUESTIONSPERPAGE>30</QUESTIONSPERPAGE>
 
16
              <SHUFFLEQUESTIONS>0</SHUFFLEQUESTIONS>
 
17
              <SHUFFLEANSWERS>0</SHUFFLEANSWERS>
 
18
              <QUESTIONS>[#question_string#]</QUESTIONS>
 
19
              <SUMGRADES>4</SUMGRADES>
 
20
              <GRADE>10</GRADE>
 
21
              <TIMECREATED>[#date_now#]</TIMECREATED>
 
22
              <TIMEMODIFIED>[#date_now#]</TIMEMODIFIED>
 
23
              <TIMELIMIT>[#mod_timelimit#]</TIMELIMIT>
 
24
              <PASSWORD></PASSWORD>
 
25
              <SUBNET></SUBNET>
 
26
              <POPUP>0</POPUP>
 
27
              <DELAY1>0</DELAY1>
 
28
              <DELAY2>0</DELAY2>
 
29
              <QUESTION_INSTANCES>
 
30
                [#node_question_instance#]
 
31
              </QUESTION_INSTANCES>
 
32
              <FEEDBACKS>
 
33
                [#node_questions_feedback#]
 
34
              </FEEDBACKS>
 
35
            </MOD>