Tim Hunt
|
e2661fa8bc
|
MDL-20636 Fix GIFT unit test
|
2011-03-02 17:47:12 +00:00 |
|
Tim Hunt
|
cd4b6c1932
|
MDL-20636 Backup and restore of Opaque questions.
|
2011-03-02 17:43:04 +00:00 |
|
Tim Hunt
|
515e6b97b5
|
MDL-20636 Restore of question hints, and some other minor clean-up.
|
2011-03-02 17:43:02 +00:00 |
|
Tim Hunt
|
c26b7f0cfb
|
MDL-20636 Fix upgrade problems. Thanks to James Brisland for his help.
|
2011-03-02 17:42:58 +00:00 |
|
Tim Hunt
|
7916ea127e
|
MDL-20636 Fix install breakage.
|
2011-03-02 17:42:56 +00:00 |
|
Tim Hunt
|
beca0d8daf
|
MDL-20636 Fix backup and restore issues found during testing.
|
2011-03-02 17:42:54 +00:00 |
|
Tim Hunt
|
42663bb78e
|
MDL-20636 Fix a bunch of missing strings caused by separating question from quiz.
|
2011-03-02 17:42:53 +00:00 |
|
Tim Hunt
|
f3ca24e418
|
MDL-20636 Update quiz and questions backup and restore.
This does not include user data yet, and it needs more testing.
|
2011-03-02 17:42:51 +00:00 |
|
Tim Hunt
|
e2cba246b7
|
MDL-20636 Merge vle/master into ouqe2
Conflicts:
mod/quiz/locallib.php
mod/quiz/report/overview/overview_table.php
mod/quiz/report/overview/report.php
mod/quiz/report/responses/report.php
question/type/random/questiontype.php
|
2011-03-02 17:34:18 +00:00 |
|
Petr Skoda
|
431ac39634
|
MDL-26623 fix file permissions
The permissions are now going to be verified as part of the weekly release process.
|
2011-03-01 12:26:49 +01:00 |
|
Tim Hunt
|
404da23812
|
MDL-20636 Fix question flag javascript.
|
2011-02-25 15:36:07 +00:00 |
|
Tim Hunt
|
f39cf78c02
|
MDL-20636 Only show the full summary of attempt table on the first page of the review.
|
2011-02-25 12:24:55 +00:00 |
|
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
|
a18fda20c4
|
MDL-20636 Split question-type specific styles into the separate plugins.
|
2011-02-24 19:34:08 +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
|
446166a628
|
MDL-20636 Minor bug-fixes
|
2011-02-24 12:01:37 +00:00 |
|
Eloy Lafuente (stronk7)
|
303c04f7d0
|
MDL-26442 restore - missing new in qtype match exception
|
2011-02-24 02:24:18 +01: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
|
7764183a4a
|
MDL-20636 Fix @package names and PHPdoc layout.
|
2011-02-23 13:38:16 +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
|
d3603157bf
|
MDL-20636 Add @package and GPL boiler-plate to files in /question.
|
2011-02-22 19:59:12 +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
|
f7c1dfaf79
|
MDL-20636 Finish off converting question import.
|
2011-02-21 17:29:18 +00:00 |
|
Tim Hunt
|
ba6438471b
|
MDL-20636 Fix top of file boilerplate in mod/quiz.
|
2011-02-21 16:13:25 +00:00 |
|
Tim Hunt
|
b04a4319d6
|
MDL-20636 Remove © from all PHPdoc comments, and tidy them up a bit.
|
2011-02-21 14:51:02 +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 |
|
Eloy Lafuente (stronk7)
|
b180a11998
|
Merge branch 'MDL-26236' of git://github.com/timhunt/moodle
|
2011-02-15 01:16:33 +01:00 |
|
Eloy Lafuente (stronk7)
|
bcbb590227
|
Merge branch 'MDL-26365' of git://github.com/timhunt/moodle
|
2011-02-15 01:03:23 +01: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 |
|
Eloy Lafuente (stronk7)
|
1ae279b448
|
Merge branch 'MDL-26356' of git://github.com/ppichet/moodle
|
2011-02-14 18:29:46 +01:00 |
|
Eloy Lafuente (stronk7)
|
68e05ea6e6
|
Merge branch 'MDL-26332' of git://github.com/timhunt/moodle
|
2011-02-14 18:26:33 +01:00 |
|
Tim Hunt
|
adaad5f224
|
MDL-20636 Fix install
|
2011-02-13 07:34:32 +00:00 |
|
Tim Hunt
|
2709ee45d3
|
MDL-20636 Working on converting the reports, starting with the manual grading report. Very much a work-in-progress.
Also, some random bug-fixing.
|
2011-02-11 18:47:08 +00:00 |
|
Tim Hunt
|
a13d4fbd20
|
MDL-20636 Fix lots of minor quiz editing glitches.
|
2011-02-11 17:36:30 +00:00 |
|
Tim Hunt
|
fd214b596d
|
MDL-20636 Preserve scroll position when doing action on the quiz edit page.
|
2011-02-11 17:36:02 +00:00 |
|
Tim Hunt
|
5ec3e4a8eb
|
MDL-26365 New GIFT unit test.
|
2011-02-11 10:15:26 +00:00 |
|
ppichet
|
ff6b824e6d
|
MDL-26356:Correcting the texts of Numerical Units grading select element
Signed-off-by: ppichet <pichet.pierre@uqam.ca>
|
2011-02-10 23:50:30 -05:00 |
|
Tim Hunt
|
c991ecb49d
|
MDL-26236 random essay questions do not work due to bad regex.
Essays can have multi-line answers that start with a newline, which breaks the regex here.
|
2011-02-10 23:06:22 +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
|
1493619923
|
MDL-20636 Review option defaults in the admin settings.
|
2011-02-10 18:35:42 +00:00 |
|