tjhunt
94a6d656a6
MDL-8475 - Better handling of blank answer - further changes to make it even more robust. Also, make the same changes to the shortanswer question type that were already made to the numerical question type.
2008-08-28 01:48:43 +00:00
skodak
1eda520124
MDL-16223, MDL-16222 - error string improvements
2008-08-27 16:34:23 +00:00
tjhunt
e4686e896e
MDL-16200 question/type/datasetdependent/ missing version.php. This was a mistake made when fixing MDL-6095.
2008-08-26 01:09:23 +00:00
pichetp
6f4accc6fb
putting negative data from datasets between () to eliminate maths problem MDL-15358
2008-08-20 18:17:27 +00:00
tjhunt
21a4ca7d79
MDL-15654 Incorrect escaping of HTML in the history table on the review quiz attempt page.
2008-08-20 09:46:18 +00:00
thepurpleblob
4a5d721cd6
MDL-8130
...
Change html_entity_decode to PHP5 version and also fix problem with shortening question to derive name.
2008-08-19 10:46:27 +00:00
scyrma
c951bf6e29
Little bit of performance improvement.
2008-08-19 06:03:18 +00:00
tjhunt
b3efa7078d
MDL-14643 - Revert the hugely umpopular change from MDL-10841.
2008-08-19 02:36:12 +00:00
pichetp
e5ebbd53d4
Improving multichoice display MDL-14763
2008-08-18 18:31:31 +00:00
tjhunt
9152f6a5c8
MDL-7308 - followup change - strip unnecssary trailing 0s from the display of these numbers in the question editing form.
2008-08-18 08:39:31 +00:00
skodak
775f811a66
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
2008-08-16 12:16:01 +00:00
pichetp
47c03ecd8d
better filtering of null answers MDL-8475
2008-08-15 11:15:26 +00:00
tjhunt
f9a2cf86a9
MDL-7308 - Check all the DB columns used to store grades, and make sure they all use a consistent type.
2008-08-15 11:15:08 +00:00
tjhunt
4f089b2155
MDL-6095 - Question bank tables are created by the quiz module. The really core tables are now created by lib/db, the datasetdependent tables are not created by the datasetdependent question type, and the question_numerical_units table is now created by the numerical question type. The last two are shared by the calculated question type, but there is no problem with them being created in the order they are now created in. In the past, before the policy that upgrade to 2.0 woudl have to go via 1.9, there would have been bit problems to do with the order of updates, but fortunately that is no longer an issue.
2008-08-15 07:23:18 +00:00
tjhunt
8239d2c6c8
Temporary fix to the fact that the files API work has broken question import.
2008-08-15 06:44:12 +00:00
tjhunt
f88fb62c40
MDL-10682 - Ensure quiz and question grades are formatted consisently and correctly. While testing, I also fixed a few XHTML Strrrict errors.
2008-08-15 06:42:38 +00:00
tjhunt
bd379592df
MDL-14431 - followup: after the rename qti2 -> qti_two, there were still some references to the old qti2 folder name.
2008-08-15 03:23:04 +00:00
tjhunt
6d99cadd0f
MDL-16057 - Blackboard import format relies on lib/tcpdf/html_entity_decode_php4.php, which no longer exists. This is not a fix. It just does enough so you can use other import formats.
2008-08-15 03:22:33 +00:00
tjhunt
5712be1c6f
MDL-16056 - Aiken format should treat input as plain text, and so escape HTML special characters.
2008-08-15 03:13:24 +00:00
tjhunt
6e0ddb6b71
MDL-14431 - followup: after the rename qti2 -> qti_two, there were still some references to the old qti2 folder name.
2008-08-15 02:44:12 +00:00
pichetp
f7443920c8
better validation of null answers MDL-8475
2008-08-14 09:39:22 +00:00
tjhunt
dfe23b6e66
MDL-14979 - Remove the obsolete quizfile.php and associated code. This has not been used since Moodle 1.5.
2008-08-14 03:50:14 +00:00
thepurpleblob
6e01bf1535
MDL-15885
...
QTI fixes from Niall Barr
Merged from STABLE_19
2008-08-04 10:20:51 +00:00
skodak
bed7993115
MDL-15897 deprecated PARAM_CLEANFILE - we now support unicode everywhere
2008-07-31 23:03:50 +00:00
tjhunt
a3b70fa923
Whitespace
2008-07-30 10:07:30 +00:00
jamiesensei
8ba751eec7
MDL-14204 "Content for Quiz Statistics report table - Random_guess_score" fixed random guess score for random short answer matching question.
2008-07-30 08:56:10 +00:00
dongsheng
ac93d63d2a
MDL-14129, remove error() in question module
2008-07-24 04:20:44 +00:00
tjhunt
9f9eec1ef0
MDL-15542 - Refactor quiz response processing into a separate processresponses.php.
2008-07-15 16:46:24 +00:00
tjhunt
b55797b8cc
MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase. I was able to factor out some commonalities with review.php along the way.
2008-07-15 15:30:39 +00:00
tjhunt
e6099294d5
MDL-14413 - Invalid function name - is_image_by_extentsion in QTI export
2008-07-15 09:18:36 +00:00
tjhunt
cdfaa8386e
Removing calls to depricated stripslashes. It is no longer needed with dmllib 2.0.
2008-07-14 15:29:30 +00:00
jamiesensei
04c8148a4f
MDL-15102 "Upgrade to DMLLIB 2.0. Needs further testing and bug-fixing." fixing a couple of typos which were causing errors.
2008-07-14 06:37:39 +00:00
thepurpleblob
fb2ce31bfc
MDL-14431:
...
Moving qti2 to qti_two as numbers are not allowed in module names
2008-07-11 10:49:08 +00:00
thepurpleblob
fba84198e5
MDL-14431:
...
Changing name of qti2 format, as digits not allowed in module names
2008-07-11 10:47:19 +00:00
tjhunt
9289e44cd2
Fix developer debug warning about space in popup window names.
2008-07-10 17:20:27 +00:00
thepurpleblob
f94902db28
MDL-15008
...
Make question import/export formats fully pluggable, especially in respect of languages.
2008-07-10 15:06:19 +00:00
scyrma
5a254a2938
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9)
2008-07-10 09:55:11 +00:00
thepurpleblob
79e3dd8e3c
MDL-14431
...
Changing import/export help to be properly pluggable.
2008-07-09 13:07:29 +00:00
tjhunt
1b8b535dda
MDL-11905 - Users with the capability to export questions may not have the capability to access backupdata. Therefore we need to change where question export files are stored. Merged from the 1.9 stable branch.
...
Note that once the file API is finished, this will have to be redone. I have created MDL-15573 for that.
2008-07-08 11:23:31 +00:00
thepurpleblob
e7ef42f531
MDL-15473
...
Fixed typo causing the image location to be ignored if the base_64 image is not included.
Mereged from STABLE_19
2008-07-07 11:54:39 +00:00
thepurpleblob
5ca9e32d97
MDL-13010
...
Now correctly checks for category context id and does not fail if it isn't there.
Merged from STABLE_19
2008-07-03 14:50:30 +00:00
tjhunt
373f0afd24
MDL-15494 - No allowance for the possibility that something might go wrong when processing the response to a question.
2008-07-01 13:34:09 +00:00
sam_marshall
2bc710366d
MDL-14679 minor dml conversion errors in quiz backup
2008-07-01 13:19:24 +00:00
tjhunt
7ddafd1bc8
Another unit test.
2008-07-01 10:54:55 +00:00
tjhunt
b10c38a37b
MDL-15452 - ongoing - Put the OU quiz navigation improvements into the Moodle codebase
...
* Javadoc comments for most of the code I committed on Friday.
* Implement the get_question_status method.
* Along the way, refactor duplicated logic between two of the question types, questionlib, and the new code - removing inconsistency while doing so.
2008-06-30 16:56:49 +00:00
tjhunt
5e581dd487
MDL-15139 - Cannot create Random Short Answer questions becuase the validation code is buggy. Fix thanks to Paul-Andre Chasse.
2008-06-26 13:13:06 +00:00
Francois Marier
6800d78e06
Drift between CVS and git
...
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
jamiesensei
01f3ba1350
CONTRIB-490 "Adding support for generation of test calculated question type" replacing old dml function call with new call to method on $DB. Ooops, and adding DB as global variable in method.
2008-06-21 16:35:26 +00:00
jamiesensei
c9f4940e64
CONTRIB-490 "Adding support for generation of test calculated question type" replacing old dml function call with new call to method on $DB.
2008-06-21 16:33:55 +00:00
pichetp
ea632e8846
closing properly questions <label> i.e. adding </label> line 459-61 when some errors
2008-06-19 01:43:52 +00:00