1076 Commits

Author SHA1 Message Date
tjhunt
ea435fe2fe JS does not work in IE. Grrrr! 2008-09-03 09:30:10 +00:00
tjhunt
f62040ed1f MDL-16263 Flagging questions during a quiz attempt. Save flag state on the review page when JS is off too. 2008-09-03 08:32:29 +00:00
tjhunt
5e9170b43e MDL-16263 Flagging questions during a quiz attempt. Save flag state on submit when JS is off. 2008-09-03 07:11:59 +00:00
tjhunt
d0dfe9491d MDL-16263 Flagging questions during a quiz attempt. Make it work nicely with just the keyboard, no mouse, if JavaScript is on. 2008-09-03 05:50:53 +00:00
tjhunt
c752264fe1 MDL-16263 Flagging questions during a quiz attempt. Update flag state in the navigtion panel when it is updated on the question. 2008-09-03 02:35:56 +00:00
tjhunt
3e32a89358 Remove call to deprecated function. 2008-09-03 01:46:10 +00:00
tjhunt
62e76c6766 MDL-16263 A way for students to flag/bookmark, particular questions during a quiz attempt for later review.
This is an initial implementation that is now at a working state, but with a few things left to do. It seemed like a good idea to commit it before leaving work on Friday night.
2008-08-29 10:08:27 +00:00
thepurpleblob
73b7b195ed MDL-16198
Blackboard V6+ can now handle the .dat file directly as an option to the .zip file
Some changes needed to recover the original filename.

Merged from STABLE_19
2008-08-28 13:49:25 +00:00
thepurpleblob
33ed59a208 MDL-16252
Fixed some notices with essay questions when there is no feedback

Merged from STABLE_19
2008-08-28 10:59:22 +00:00
thepurpleblob
252af403a1 MDL-16251
Changed tests to empty rather than isset to avoid notices when array is set but empty

Merged from STABLE_19
2008-08-28 10:36:16 +00:00
thepurpleblob
b81d2dbee3 MDL-16250
Added support for Essay type questions

Merged from STABLE_19
2008-08-28 10:07:51 +00:00
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