Tim Hunt
|
22cebed503
|
MDL-20636 Review and fix the format parameter to all calls to format_text.
|
2011-02-24 20:18:16 +00:00 |
|
Tim Hunt
|
ef31a28343
|
MDL-20636 Split question_definition::init_first_step into start_attempt and apply_attempt_state.
|
2011-02-24 19:12:42 +00:00 |
|
Tim Hunt
|
2daffca554
|
MDL-20636 Fix 30 TODOs
|
2011-02-24 17:47:51 +00:00 |
|
Tim Hunt
|
d649fb0221
|
MDL-20636 Remove all references to global $QTYPES.
Except in the question types that have not yet been converted to the new question engine.
|
2011-02-24 15:29:07 +00:00 |
|
Tim Hunt
|
5e8a85aa64
|
MDL-20636 Massively reduce the number of references to quiz in the question code.
This mostly involves moving lang strings around, but I don't have time to do an AMOS script now.
|
2011-02-23 18:53:50 +00:00 |
|
Tim Hunt
|
88f0eb1546
|
MDL-20636 Reveiw all throw statements.
|
2011-02-23 16:50:09 +00:00 |
|
Tim Hunt
|
f7970e3ca7
|
MDL-20636 Eliminate integer and boolean in PHPdoc comments. should be int and bool.
|
2011-02-23 16:25:25 +00:00 |
|
Tim Hunt
|
a17b297d60
|
MDL-20636 Add missing defined('MOODLE_INTERNAL') || die();
|
2011-02-23 16:00:20 +00:00 |
|
Tim Hunt
|
017bc1d9f3
|
MDL-20636 Fix @package names in question/behaviour, question/engine and question top level.
|
2011-02-22 20:50:18 +00:00 |
|
Tim Hunt
|
0ff4bd0877
|
MDL-20636 Fix new stdClass -> stdClass(), and trailing whitespace.
|
2011-02-21 18:10:19 +00:00 |
|
Tim Hunt
|
aa9bdbe31c
|
MDL-20636 Boilerplate and other cleanup in the question core code.
This includes converting behaviours to pluginname strings.
|
2011-02-21 18:00:15 +00:00 |
|
Tim Hunt
|
e24ee794b2
|
MDL-20636 Convert the overview report.
|
2011-02-16 17:33:51 +00:00 |
|
Tim Hunt
|
2a3bdbf98e
|
MDL-20636 Fix some minor bugs.
|
2011-02-16 14:06:12 +00:00 |
|
Tim Hunt
|
0f33deafaa
|
MDL-20636 Fix question/enigne/datalib.php unit tests.
|
2011-02-15 18:19:55 +00:00 |
|
Tim Hunt
|
04853f273a
|
MDL-20636 Convert quiz statistics report.
|
2011-02-15 17:22:31 +00:00 |
|
Tim Hunt
|
9b40c540ee
|
MDL-20636 Responses report mostly working.
|
2011-02-14 17:57:47 +00:00 |
|
Tim Hunt
|
cf3b65686a
|
MDL-20636 Finished conversion of the manual grading report.
|
2011-02-14 17:57:44 +00:00 |
|
Tim Hunt
|
a13d4fbd20
|
MDL-20636 Fix lots of minor quiz editing glitches.
|
2011-02-11 17:36:30 +00:00 |
|
Tim Hunt
|
f9b0500f7f
|
MDL-20636 Quiz editing now works, as does the random question type.
However, all this needs more testing.
Also, a bit of a purge of training whitespace and global .
|
2011-02-10 20:50:18 +00:00 |
|
Tim Hunt
|
56e82d993d
|
MDL-20636 Images in questions now work in quiz attempts.
|
2011-02-09 20:33:51 +00:00 |
|
Tim Hunt
|
729c372b1b
|
MDL-20636 Quiz index and reviewquestion pages work.
|
2011-02-09 20:18:28 +00:00 |
|
Tim Hunt
|
a1eb3a4466
|
MDL-20636 It is now possible to start a quiz attempt.
This includes merging the CSS.
|
2011-02-09 20:18:15 +00:00 |
|
Tim Hunt
|
a31689a4eb
|
MDL-20636 Recent bug fix.
|
2011-02-09 20:17:35 +00:00 |
|
Tim Hunt
|
f86390dc94
|
MDL-20636 Bug 11396 better handle manually graded questions that are graded out of 0.
The key point is that 0 * Ungraded should equal 0, rather than Ungraded.
|
2011-01-27 17:43:50 +00:00 |
|
Tim Hunt
|
1c2ed7c501
|
MDL-20636 Conversion of the OU multi-response question type.
|
2011-01-18 19:23:26 +00:00 |
|
Tim Hunt
|
fe0412432f
|
MDL-20636 And fix XML import unit tests too.
|
2011-01-18 16:06:05 +00:00 |
|
Tim Hunt
|
5f7cfba7fa
|
MDL-20636 Question XML export unit tests now all pass.
|
2011-01-18 14:36:40 +00:00 |
|
Tim Hunt
|
2ac0843f4b
|
MDL-20636 Fix behaviour unit tests. (all but opaque)
|
2011-01-14 16:30:27 +00:00 |
|
Tim Hunt
|
ec3d4ef543
|
MDL-20636 Actually, passing to get_question summary is silly. Revert.
|
2011-01-13 18:36:03 +00:00 |
|
Tim Hunt
|
7a7197482d
|
MDL-20636 Fix if the use of the File API so images work in questions.
|
2011-01-13 18:35:57 +00:00 |
|
Tim Hunt
|
32d8935c8d
|
MDL-20636 Conversion of the description question type.
|
2011-01-13 18:35:54 +00:00 |
|
Tim Hunt
|
068b4594ba
|
MDL-20636 Conversion of the shortanswer question type to the new question engine.
This commit includes minor bug fixes elsewhere in the system.
|
2011-01-13 18:35:49 +00:00 |
|
Tim Hunt
|
c76145d3e4
|
MDL-20636 Previewing a truefalse question in deferred feedback mode now works.
|
2011-01-13 18:35:43 +00:00 |
|
Tim Hunt
|
2b7da64586
|
MDL-20636 It is now possible to save a truefalse question you have created.
This includes all the necessary DB upgrades.
Also all unit tests in question/type/simpletest and question/type/truefalse now pass.
|
2011-01-13 18:35:41 +00:00 |
|
Tim Hunt
|
f29aeb5afd
|
MDL-20636 converstion of questionlib.php and base questiontype.php, plus other cheanges required to get the question editing page to display.
|
2011-01-13 18:35:37 +00:00 |
|
Tim Hunt
|
06f8ed54fd
|
MDL-20636 More progress.
|
2011-01-13 18:35:34 +00:00 |
|
Tim Hunt
|
d1b7e03d5d
|
MDL-20636 Current work-in-progress converting the question engine to Moodle 2.0
|
2011-01-13 18:35:29 +00:00 |
|