tjhunt
029f59fbd1
MDL-13982 - Performance problem when deleting questions from large question banks. Thanks to Michael Spall for this fix. Merged from MOODLE_18_STABLE.
...
At the same time, remove direct references to $_REQUEST and $_POST in this code.
2008-04-23 13:45:40 +00:00
tjhunt
1dfa763a2f
MDL-14352 - General feedback for descriptions not showing up on the review page, as it should.
2008-04-22 16:16:58 +00:00
tjhunt
afe83312b2
MDL-14407 - supplimental - Deal with another way the category id can be in the URL after it is deleted.
2008-04-22 14:06:57 +00:00
tjhunt
be80fc7e66
MDL-14407
...
1. After deleting a question category, it redirects you back to a question bank URL. In some circumstances, this URL will contain a cat=nnn parameter of the category you have just deleted, which naturally leads to an error. This parameter needs to be removed.
2. When there are questions in the category that need to be moved, the category id we are moving to is not exploded on ','.
2008-04-17 15:59:47 +00:00
tjhunt
e24aa3d6ba
MDL-14392 - Notice from description question types when you don't have edit permission
2008-04-16 16:56:34 +00:00
dongsheng
9011bb8224
MDL-14128, cannot use a full string in the param.
2008-04-09 03:03:49 +00:00
joseph_rezeau
c07d5ff235
emoved mistakenly committed clozejr format
2008-04-06 17:46:55 +00:00
joseph_rezeau
62382645cb
closejr small hack to "pseudo-export" the questions inside a category into a new, unique cloze/multianswer question - by Joseph R?zeau
2008-04-06 17:14:27 +00:00
dongsheng
dbb82a47ca
MDL-14128, remove all uses of error(get_string())
2008-04-02 06:09:56 +00:00
pichetp
c59a69dab8
MDL-12421 rounding merging from head a little correction line 77
2008-03-10 21:29:07 +00:00
pichetp
4272fc068c
nextpageparam["forceregeneration"] was not implemented correctly line 582 merging
...
from head
2008-03-10 12:00:58 +00:00
tjhunt
3747744140
MDL-13189 - replace the $QTYPE_MENU global with a function call, so that we can set up the language strings later, after $COURSE is initialised. This ensures that the quesion names appear in the right language.
2008-02-28 12:52:59 +00:00
pichetp
5420407e1e
Merging from HEAD MDL-13457 Validation when moving to another category
2008-02-20 13:00:36 +00:00
tjhunt
978af5c28b
Fix dangerous comment. (MDL-13536)
2008-02-19 17:14:10 +00:00
pichetp
a19e31a1d6
cleaning //
2008-02-18 20:40:41 +00:00
pichetp
a1b3e19dd4
merging MDL-13419 removing space before input html element and cleaning of diagnostic
...
message
2008-02-18 20:35:52 +00:00
skodak
af9ce11eec
this function should work for all modules but forgot to remove 'quiz' from sql. - backporting from HEAD, I hope that is ok ;-)
2008-02-13 16:30:12 +00:00
pichetp
a01d104cdf
merging MDL-12421 rounding
2008-02-13 02:09:14 +00:00
pichetp
5710f8575c
merging MDL-12388 return url and MDL-12421 rounding problem
2008-02-13 01:30:13 +00:00
thepurpleblob
91fa457ea2
Added check for <text> fields that contain markup (an error!)
2008-02-12 11:55:33 +00:00
jamiesensei
1fe2c24de3
MDL-13298 "Question bank displays always page 1 after adding new question" this was caused because the question creation page was redirecting back to the question back edit page and telling it to change to the category of the question that was just saved. This was causing the edit page to go back to page 0 of the new category. Now we only go back to page 0 if the category has actually changed.
2008-02-05 12:08:38 +00:00
jamiesensei
c6a4075609
MDL-13005 When trying to restore a course when you have more then one quiz and you choose only one quiz, the restore fails when trying to create categories and questions. Fixed this by ignoring module context level q categories in backup when the course module has not already been restored.
2008-02-05 11:24:19 +00:00
jamiesensei
4811aacb5a
MDL-13034 fixes "insertion of question / category ids at the CONTEXT_MODULE level does not respect whether the instance of the module has been selected for backup" and cleans up code a little. The last commit for this issue did not include any changes.
2008-02-05 10:16:40 +00:00
gbateson
369865830c
MDL-13048 fix undefined course id when importing a Hot Potatoes quiz into the Lesson module
2008-02-05 04:09:58 +00:00
gbateson
cfce2efbf3
fix for MDL-13174 : replace calls to html_entity_decode() with hotpot_charcode_to_utf8() because html_entity_decode is broken in PHP 4
2008-01-31 07:26:08 +00:00
tjhunt
9e1a55242f
MDL-13110 - Manually grading random questions does not work. Fix thanks to Ken Burres.
2008-01-30 18:18:34 +00:00
pichetp
339726d0d0
Mergging from head MDL-12255 Adding questiontext decoding and subquestions validation
2008-01-28 00:42:42 +00:00
pichetp
5c90d8094c
MDL-12255 Adding questiontext decoding and subquestions validation when editing
2008-01-28 00:39:13 +00:00
tjhunt
369f3834ca
MDL-13150 - Remove extra <br /> tag for XHTML strict validation - Thanks to Joseph R?zeau
2008-01-24 15:06:48 +00:00
scyrma
f9348b84bc
MDL-13020 : deprecates make_table
2008-01-16 08:24:27 +00:00
tjhunt
ae1a7e05a6
MDL-13011 - Improve import form layout.
2008-01-15 15:25:03 +00:00
thepurpleblob
3ed692737c
MDL-12016:
...
Read xml structure correctly to get category path
2008-01-15 14:50:24 +00:00
thepurpleblob
be1448f47b
Reverting Mike C's change in MDL-12016
2008-01-15 14:34:08 +00:00
tjhunt
5e17bdd0eb
MDL-12771 - change multianswer quetsion type HTML to more closely match that of other question types, in order to fix a layout glitch in Moodle 1.9.
2008-01-08 18:37:43 +00:00
tjhunt
5ae009ad6d
MDL-12785 - Partially correct tick icon not displayed for MULTICHOICE, single answer questions. Fix thanks to Joseph R?zeau. Merged from MOODLE_18_STABLE.
2008-01-08 18:29:17 +00:00
tjhunt
204f51c760
MDL-12666 - When moving questions between categories, we should default to copying amy linked files.
2007-12-20 11:26:50 +00:00
tjhunt
16ee776952
MDL-12647 - Moving multiple_choice questions between contexts breaks them.
...
There was a subtle interaction between get_question_options and replace_file_links for this question type.
2007-12-19 12:10:50 +00:00
tjhunt
204666c569
MDL-12616 - Improve layout so you can distinguish the student's response to an essay question from the feedback.
2007-12-17 12:28:00 +00:00
tjhunt
c9cde2149e
MDL-12575 - Backup and restore problems with the new question bank.
2007-12-13 18:48:16 +00:00
tjhunt
ddd8279beb
Improve error messages.
2007-12-13 17:24:51 +00:00
tjhunt
4e0af3b107
Fix Javascript error from essay questions on the review page.
2007-12-12 18:10:50 +00:00
jamiesensei
be350cb127
MDL-12410 - a way to select which questions to export, includes debug messages
2007-12-11 03:54:21 +00:00
tjhunt
200640a52c
Fix notice in numerical question.
2007-12-10 11:57:22 +00:00
tjhunt
25c052dbd7
MDL-12393 - Layout tweaks on question category editing page.
2007-11-30 11:00:06 +00:00
toyomoyo
095c40469a
MDL-12346, lesson module GIFT import fails
2007-11-29 04:31:14 +00:00
tjhunt
811c6b01e0
MDL-12330 - moving a question that uses an image in a subfolder of course files, where the same subfolder does not exist at the destination, fails.
2007-11-28 16:43:04 +00:00
tjhunt
49aeee2bf6
MDL-12369 - get_actual_response should not truncate the student's response.
2007-11-28 12:45:42 +00:00
scyrma
35c9a930f3
Fix for part of the missing strings, as reported in MDL-12294
2007-11-26 04:42:23 +00:00
skodak
ef4ad6c66e
MDL-12133 validate() method tidying up
2007-11-23 22:12:34 +00:00
tjhunt
1dcf42a4ba
MDL-12282 - fix typo in previous commit. Sorry.
2007-11-22 11:51:19 +00:00