Commit Graph

218 Commits

Author SHA1 Message Date
tjhunt d95c82ab59 MDL-9173 - Can't create match anything answer to numerical question type. Merged from OU Moodle. 2007-04-02 13:02:09 +00:00
moodler 782573e86d Merged solution for MDL-6458 typo 2007-03-31 05:25:41 +00:00
tjhunt b63c5b5905 MDL-9094 - Penalty factor is meaningless for Essay questions, so remove it from the editing form. Manual merge of the corresponding change from MOODLE_17_STABLE. 2007-03-29 23:00:48 +00:00
pichetp c9e4ba362d integrate the new $question->export_process parameter for export 2007-03-29 09:09:16 +00:00
pichetp cb0245556f creating correctly a new shared dataset on import 2007-03-28 04:51:50 +00:00
pichetp 3f76dd525f adding import and export datasets functions 2007-03-28 04:03:07 +00:00
tjhunt 88495aa8d2 Followup to MDL-8994 - validate the category id we got from the form. Merged from MOODLE_18_STABLE. 2007-03-22 22:02:14 +00:00
tjhunt 6000365ee4 MDL-8994 - Question category selector on the question type editing forms is ignored. Merged from MOODLE_18_STABLE. 2007-03-22 00:10:47 +00:00
tjhunt c2f8c4be5f Improve string handling in the question type base class. Merged from MOODLE_18_STABLE. 2007-03-21 17:12:50 +00:00
pichetp 830e47a817 Give the question bank code sensible PHPdocumentor package names. 2007-03-21 02:04:53 +00:00
tjhunt 77fa3a0dad MDL-8978 - Regression from MDL-6386. Merged from MOODLE_16_STABLE. 2007-03-21 00:19:24 +00:00
tjhunt 93c80e1c0e MDL-8140 Other units disappear from the editing form when there is no unit with multiplier 1. Merged from MOODLE_18_STABLE. 2007-03-20 22:23:56 +00:00
tjhunt 1f8db78091 MDL-6386/MDL-6462 - yet more special character issues with multianswer. I think I have got them all this time. 2007-03-20 14:30:44 +00:00
tjhunt b25486fc72 Matching qestion type was failing to correctly determine wheterh the student had changed their answer. 2007-03-20 14:06:56 +00:00
pichetp 9e20fbc2f4 Give the question bank code sensible PHPdocumentor package names. 2007-03-20 14:05:10 +00:00
pichetp 41a89a0748 Give the question bank code sensible PHPdocumentor package names. 2007-03-20 02:10:26 +00:00
pichetp bd2b6ad362 Give the question bank code sensible PHPdocumentor package names. 2007-03-20 02:03:18 +00:00
pichetp 1976496e38 Give the question bank code sensible PHPdocumentor package names. 2007-03-19 22:04:30 +00:00
tjhunt 4323d02959 Give the question bank code sensible PHPdocumentor package names. 2007-03-19 17:22:46 +00:00
poltawski 76a2edc8fd MDL-6386 - Regression from MDL-6462, lost stripslashes in CLOZE question,
thanks to Joseph Joseph Rézeau  for his attention to this issue. Merged
from MOODLE_18_STABLE
2007-03-17 22:55:05 +00:00
tjhunt e51efd7ea7 MDL-6462 - Cloze (multianswer) question special character issues. Merged from MOODLE_16_STABLE. 2007-03-15 12:59:10 +00:00
skodak b4c46a8b0f MDL-8913 use proper returned reference assignment for forms elements (PHP4 trouble); merged from MOODLE_18_STABLE 2007-03-15 12:42:39 +00:00
tjhunt 277e551b88 Oops, reverting. Eloy had already fixed it. 2007-03-14 21:10:55 +00:00
tjhunt 2099d05dec MDL-8232 - can't use = on TEXT colums with MSSQL - was breaking numerical question type upgrade. 2007-03-14 21:07:37 +00:00
pichetp 92e2ed8f16 merge from 18_STABLE 2007-03-10 10:31:49 +00:00
tjhunt 5dba65907b MDL-8177 - Random questions selected deleted questions. Merged from MOODLE_18_STABLE. 2007-03-10 00:34:05 +00:00
pichetp 38a2212c8f merge from 18 STABLE MDL-8809 2007-03-08 07:10:12 +00:00
pichetp a7b696ef38 merge from 18 STABLE MDL-8809 2007-03-08 07:02:53 +00:00
pichetp fd0973ccaa merging form 18 STABLE MDL-8809 2007-03-08 06:57:33 +00:00
pichetp f6232d583e merge from 18-STABLE MDL-8809 2007-03-08 06:53:36 +00:00
pichetp 0f22fa4157 merge from 18 (adding null) MDL-8806 2007-03-07 19:44:55 +00:00
tjhunt 08eef20df4 MDL-8349 - responses not being filtered in history display. Merged from MOODLE_18_STABLE. 2007-03-06 18:00:23 +00:00
pichetp 30917ac041 merge from 18-STABLE MDL-8389 2007-03-05 08:14:40 +00:00
pichetp fe881becb2 merge from 18_STABLE MDL-8475 2007-03-03 04:43:50 +00:00
pichetp dcd4192a99 grading correctly small numbers MDL-8478 merge from 18_STABLE 2007-03-02 20:45:12 +00:00
pichetp 0cb014979d merged from 18_STABLE MDL-8552 2007-03-02 14:09:07 +00:00
jamiesensei 120e5cbf4c fiexs MDL-8659 : Impossible to create Cloze type question in Moodle 1.8 beta 2007-03-01 07:45:22 +00:00
tjhunt 51e89d95f7 Improve validation code to match the recent improvements in shortanswer validation.
Also do some validation on the units entered to stop duplicate units being defined.

 Merged from MOODLE_18_STABLE.
2007-02-28 17:17:40 +00:00
tjhunt 2cb16d8f9b Minor improvement to validation code. Merged from MOODLE_18_STABLE. 2007-02-28 17:15:45 +00:00
tjhunt 3023608c83 Bug with editing essay questions. 2007-02-28 15:21:35 +00:00
toyomoyo 9836d9c811 merged fix for MDL-8688, question pics should default to '' 2007-02-28 06:16:31 +00:00
tjhunt 846e754525 MDL-8671 - better checking when creating short answer questions. Fix thanks to Joseph R?zeau. Merged from MOODLE_18_STABLE. 2007-02-27 16:20:40 +00:00
moodler e827a0fbeb Merged inheritance fix from stable 2007-02-18 06:14:15 +00:00
moodler 0bf93fcbce Merged fix from stable for typoCVS: ---------------------------------------------------------------------- 2007-02-18 05:52:46 +00:00
vyshane c7a990842f Merged from 1.8. 2007-02-15 06:15:24 +00:00
jamiesensei a8d2a373a1 some fixes for problem reported by Pierre Pichet.
Data set items form is now the opposite way round as the original was. This means that the add item section appears at the top of the form. Also if you press return while editing fields in the add item section the item will now be added. Default action for most browsers when a submit button is pressed is to act as if the first submit button in the form had been pressed.

Removed cancel buttons second and third pages of form too as they may not work as expected.
2007-01-30 15:31:50 +00:00
tjhunt f07d1d3197 When editing some question types, the options get jumbled up. 2007-01-29 12:35:29 +00:00
stronk7 7039d93c31 Adding two helper functions and modify upgrade to
work properly under MSSQL and Oracle. MDL-8303

Merged from MOODLE_17_STABLE
2007-01-26 21:28:48 +00:00
stronk7 d46e149179 Changing some stripslashes() to stripslashes_safe() because it
was causing some real backslashes to be lost in some qtypes. MDL-8217

Merged from MOODLE_17_STABLE
2007-01-22 23:23:30 +00:00
jamiesensei 3a298174e8 important security fix previous use of ['type'] in repeatedeloptions array would not have worked. 2007-01-21 10:32:42 +00:00