Commit graph

865 commits

Author SHA1 Message Date
tjhunt
d0e88092e9 MDL-10130 - Thanks to Adriane Boyd. 2007-06-15 10:25:09 +00:00
tjhunt
eedb2494ed Fix whitespace. 2007-06-15 10:24:29 +00:00
pichetp
a3701fdc05 solving lost of dataitems MDL-10087 merging from 1.8 2007-06-13 03:32:45 +00:00
pichetp
f7089b63ef set correctly default value for tolerencetype for answers merge from 1.8 2007-06-12 15:53:08 +00:00
tjhunt
da1cc34073 MDL-10089 - Cannot delete questions from question bank - Thanks to Adriane Boyd for the fix. 2007-06-12 11:13:49 +00:00
tjhunt
ed66fb1390 MDL-9996 - Multiple choice answer box too small in the question editing form in Moodle 1.8. Merged from MOODLE_18_STABLE. 2007-06-11 16:42:13 +00:00
pichetp
bfdc0bcedb adding equation display in calculated question text(MDL-10070) and answers text length
greater.
2007-06-09 22:09:54 +00:00
pichetp
fd6b864f7c adding equation display in calculated question text(MDL-10070) 2007-06-09 22:07:51 +00:00
skodak
cdbbd26f80 MDL-10064 global $CFG in unit test files is non standard, it is recommended to use MOODLE_INTERNAL test in all library files 2007-06-09 16:32:36 +00:00
skodak
52f81103d3 MDL-10063 simpletestlib.php included from majority of unit tests - let's include it once from the test runner itself 2007-06-09 16:17:33 +00:00
tjhunt
453db696ad Accessibility - make it clear to screen-reader users that the question number is a quesiton number. 2007-06-06 16:02:19 +00:00
tjhunt
699a472b5b Remove invalid unit test. 2007-06-01 13:52:36 +00:00
thepurpleblob
d022bf655e MDL-9265:
'correctanswer' field missing for true/false.
2007-06-01 08:25:18 +00:00
thepurpleblob
caa99ee735 Fixed typo stopping image importing working 2007-05-31 08:32:07 +00:00
thepurpleblob
2377f8dcd4 MDL-9716
'answernumbering' field now supported
2007-05-29 15:19:12 +00:00
jamiesensei
bdc66c2a5d fix for category.php lists. Slight change in listlib api caused breakage. 2007-05-25 04:59:17 +00:00
tjhunt
6e9debfbf1 Removing remaining references to RQP in core code. I had not realised there were so many. By the way, I am committing this from a pub in York. Pub's with wireless, whatever next? 2007-05-24 17:25:37 +00:00
tjhunt
5114a1ac01 Small cleanup to remove duplicated code. 2007-05-24 07:44:08 +00:00
tjhunt
8b192edbc1 Comment improvements. 2007-05-24 07:42:27 +00:00
moodler
335768f419 Removed some RQP code no longer needed MDL-9600 2007-05-24 07:10:22 +00:00
thepurpleblob
67c1252753 Added some set_time_limit()s in case of slow servers timing out. 2007-05-23 14:07:12 +00:00
thepurpleblob
81a7a02b8f Progress with making the code a bit more resilient.
Added XML tidy up if tidy extension is available.
2007-05-23 12:52:33 +00:00
tjhunt
214f6330f9 MDL-9881 - Attempting to delete large number of questions fails due to long URL - Merged from MOODLE_18_STABLE. 2007-05-22 14:04:06 +00:00
tjhunt
d1f2b9e130 Switch a form from post to get, since that is more appropriate. 2007-05-22 13:24:51 +00:00
pichetp
451373ed12 adding or deleting more than 1 dataitems in one step in datasetitems_form.php 2007-05-22 02:23:50 +00:00
thepurpleblob
6af98025d7 merged from STABLE18 2007-05-21 13:11:06 +00:00
pichetp
4ace1db9bd correcting display of datasetitems_form for multiple answers 2007-05-20 12:39:01 +00:00
pichetp
1ff3363480 correcting datasets to $datasets line 248 2007-05-18 12:51:38 +00:00
pichetp
65654c0646 modifiyng save question so that $SESSION is not used MDL-8565 2007-05-16 02:18:29 +00:00
pichetp
dde9b164ca correcting for modifications done in numerical question units code 2007-05-16 02:05:40 +00:00
pichetp
6e8f63c6d4 removing $qo->generalfeedback = ''; line 640 as generalfeedback is already set in
import_headers().
2007-05-13 15:07:07 +00:00
pichetp
093414d200 Setting import_process =true in defaultquestion() function used on imports 2007-05-11 13:00:34 +00:00
pichetp
d1c432e207 adding more validation and a dummy subquestion in MATCH if there is only 2 subquestions. 2007-05-08 19:19:09 +00:00
poltawski
a044c05ddb MDL-9742 - changed tabs to spaces in a few places where there are one
or two
2007-05-08 15:07:25 +00:00
thepurpleblob
460135234c MDL-9700:
Added more comprehensive checks for missing fields not exported in
previous versions.
More could be done, but this covers the basics and works for 1.6 (and
probably 1.5) exports.
2007-05-08 14:24:13 +00:00
jamiesensei
85c375c3f8 added function callbacks for module specific controls to question bank. 2007-05-07 16:57:23 +00:00
jamiesensei
7cd4fda6e7 changing param type for returnurl to PARAM_LOCALURL 2007-05-07 15:16:07 +00:00
jamiesensei
64eeaf4753 removed all session fromurl and returnurl stuff from question bank editing code. Returnurls are now passed as get/post params. 2007-05-07 07:13:14 +00:00
jamiesensei
f86c2c84b1 fixed error in import.php category object fetching logic 2007-05-07 07:08:41 +00:00
jamiesensei
561fe61df3 return to the proper page after editing a question in the question bank. 2007-05-07 06:35:33 +00:00
jamiesensei
d340fde6c4 oops. Accidentally committed a change in default no of category items displayed which I'd changed for debug purposes. Reverting change. 2007-05-07 05:57:49 +00:00
jamiesensei
986effb653 pass the category list page param from page to page in question bank editing pages. 2007-05-07 05:53:20 +00:00
jamiesensei
a4758a8632 require_login is in 'question_edit_setup' we don't need to call it again here. 2007-05-07 05:12:09 +00:00
jamiesensei
7bc26c8f6d changes to pass category id from page to page in question bank editing. 2007-05-07 04:55:55 +00:00
pichetp
eeea21878d adding calculated question import MDL-5650 2007-05-07 04:01:20 +00:00
thepurpleblob
5931ea94a1 MDL-9675:
Default value added for 'answernumbering'. Default is 'abc'
2007-05-05 14:44:12 +00:00
thepurpleblob
cdeabc0638 Fixed hard coded string 2007-05-04 14:31:56 +00:00
jamiesensei
36e298bc58 removed more session stuff from question list and category form in question bank display code 2007-05-04 10:46:33 +00:00
tjhunt
2c89cfb533 Matching qestion type was failing to correctly determine wheterh the student had changed their answer - further improvements. Merged from MOODLE_18_STABLE. 2007-05-04 10:04:20 +00:00
jamiesensei
9ab3847595 tightening up reg expressions used for submitted data a bit 2007-05-04 08:33:28 +00:00