Eloy Lafuente (stronk7)
4f7fd61a7a
Merge branch 'MDL-26724' of git://github.com/timhunt/moodle
2011-03-13 22:57:06 +01:00
Tim Hunt
9f622ce7d8
MDL-20636 Fix syntax error in question/format/xhtml/format.php
2011-03-11 18:28:40 +00:00
Tim Hunt
56b0df7eac
MDL-20636 Kill Left over addslashes in the question engine code. #223
2011-03-11 13:45:38 +00:00
Tim Hunt
74a43c7487
MDL-26773 PHP error notice when editing multianswer question
...
$course was removed from the save question methods in 2.0, but this occurrence was missed.
Thanks to Joseph Rezeau for the fix
2011-03-11 08:51:47 +00:00
Tim Hunt
c5169f4e78
MDL-26748 file links in qtype essay feedback broken.
...
Fix thanks to Respondus Inc.
2011-03-10 21:40:00 +00:00
Tim Hunt
42e6506ebe
MDL-20636 Minor fixes to the truefalse and match editing forms.
2011-03-10 19:09:42 +00:00
Tim Hunt
9316d66121
MDL-26714 qtype_multianswer needs an implementation of compare_responses.
...
The main problem lack of this was causing is if you click through a quiz without answering any questions, mulitanswer questions would get marked as answered.
2011-03-09 18:08:18 +00:00
Tim Hunt
7e0218e79f
MDL-26724 notice from numerical qtype when no answer is given.
2011-03-08 10:43:48 +00:00
Tim Hunt
07f8858406
MDL-20636 Cannot really delete questions that were only used in previews #196
2011-03-07 16:23:11 +00:00
Eloy Lafuente (stronk7)
97b4297e13
Merge branch 'MDL-26517' of git://github.com/timhunt/moodle
2011-03-07 14:49:17 +01:00
Tim Hunt
71575a152c
MDL-26517 display responses in reports by converting to plain text.
...
Following Eloy's testing, that seems to be the only safe way. It is also consistent with what has been done in Moodle 2.1.
2011-03-07 11:57:38 +00:00
Eloy Lafuente (stronk7)
34e30d9bce
Merge branch 'MDL-26445' of git://github.com/timhunt/moodle
2011-03-07 01:12:55 +01:00
ppichet
8f63ab1f44
MDL-26445 question -fix numerical unit grade
...
fix unit penalty grading and display
Signed-off-by: ppichet <pichet.pierre@uqam.ca>
2011-03-05 20:13:50 +00:00
Tim Hunt
209442ce24
MDL-26517 HTML tags visible in the response history table and quiz reports.
2011-03-05 19:51:38 +00:00
Tim Hunt
231ec77323
MDL-26520 random tf questions that had not been answered were shown as answered on the summary page.
...
This was a regression from MDL-26236 thanks to some brain-dead PHP behaviour.
2011-03-05 16:33:42 +00:00
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