pichetp
03990aa6e7
MDL-20296 Units handling for numerical and calculatedquestions
2009-10-07 21:03:58 +00:00
pichetp
c5da99065e
MDL-20296 Units handling for numerical and calculatedquestions
...
commented echo diagnostic lines as has been left for the testing period.
2009-10-07 20:50:38 +00:00
pichetp
b003b81817
MDL-20296 Units handling for numerical and calculatedquestions
2009-10-07 20:45:45 +00:00
tjhunt
964c571975
question import/export: MDL-20299 fix regression I introduced yesterday in hotpot import/export
2009-10-01 10:12:29 +00:00
tjhunt
d0fdb92ccf
question preview: MDL-19820 set_url and generaltype = popup on question preview page
2009-10-01 10:09:59 +00:00
tjhunt
eaf3fd7a45
question import/export: MDL-20299 fatal error cause by hotpot format changes
...
Replaced copy and paste code from mod/hotpot/lib.php with a require_once.
2009-09-30 17:19:32 +00:00
tjhunt
88bc20c30f
question types: MDL-20157 export_to_xml and import_from_xml functions for question types using extra_question_fields.
...
Thanks to Oleg Sychev for the implementation.
2009-09-30 13:38:36 +00:00
skodak
d18e0fe646
MDL-20353 adding missing data types of hidden form fields
2009-09-26 17:07:08 +00:00
pichetp
7b07a7d412
question MDL-19820 Adding global $OUTPUT
2009-09-25 08:22:43 +00:00
samhemelryk
1d58b567be
question MDL-19820 Replaced deprecated functions
2009-09-25 04:16:27 +00:00
pichetp
99a77ee528
MDL-10110 Adding validation for multichoice option single and multianswer
2009-09-25 03:30:06 +00:00
pichetp
1b41f2b0fb
MDL-10110 Adding multichoice option in calculated question minor bugs fixed
2009-09-25 00:48:34 +00:00
pichetp
28a27ef1f7
MDL-10110 Adding multichoice option in calculated question
2009-09-24 16:38:40 +00:00
samhemelryk
458eb0d10c
overlib MDL-19735 Overlib is now included only where it is used
...
At the same time I have converted the calendar block to use YUI instead of overlib, this introduces one regression in that the panel is shown immediatly but should really have a minimal delay for usability.
This will be fixed once the theme changes for 2.0 have been commited
2009-09-17 07:46:20 +00:00
samhemelryk
e2c803396d
question MDL-19820 Added set_url call
2009-09-17 04:17:40 +00:00
samhemelryk
5c5d514046
questions MDL-20276 Fixed minor issue with URL handling within the paging bar for the question bank
2009-09-16 02:59:20 +00:00
samhemelryk
b0f4e4e442
questions MDL-20276 Fixed minor issue with URL handling within the paging bar for the question bank
2009-09-16 02:43:58 +00:00
tjhunt
7fc368e14a
questions: MDL-20280 oracle compatibility in question backup.
...
Problem and fix thanks to Sara Arjona
2009-09-14 17:48:51 +00:00
samhemelryk
b06a2d46da
questions-type-calculated MDL-20275 Fixed bug causing error when upgrading
...
Bug was caused because $result was being set by database_manager::create_table which does not return a value
2009-09-14 02:49:51 +00:00
pichetp
bb02e41fe2
MDL-19519 , MDL-1728 setting correctly synchonize value when saving question
...
from datasetdefinitions_form.php
2009-09-13 13:49:50 +00:00
samhemelryk
0fd3556d26
question MDL-20225 Fixed bugs with redirection url and the first element be unreachable
2009-09-11 06:52:00 +00:00
stronk7
63dc5bfcb2
Getting same records twice... ;-)
2009-09-08 08:41:43 +00:00
samhemelryk
ea3c6b7405
question MDL-19820 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
2009-09-08 01:43:08 +00:00
samhemelryk
d412354cc6
question MDL-19820 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
2009-09-07 02:36:39 +00:00
pichetp
86e8577599
MDL-19418 Correcting expression by escaping ~ so that it is interpreted as a charracter
2009-09-06 20:34:09 +00:00
pichetp
06f80c6ce7
MDL-20176 Eliminate all PARAM_CLEAN, MDL-17366 cleaning code
2009-09-06 19:06:23 +00:00
pichetp
a800639b62
MDL-20189 correcting for the value of correctanswerlength on calculated export
2009-09-04 02:09:23 +00:00
gbateson
50476da5c3
MDL-20184 use $this->error() to print error message if no questions found importing from a Hot Potatoes XML file into Moodle's question bank / Quiz module
2009-09-01 01:25:23 +00:00
gbateson
e564571835
MDL-20184 more efficient and accurate detection of missing nodes in xml tree when importing Hot Potatoes XML files to Moodle question bank / quiz module
2009-09-01 01:05:41 +00:00
gbateson
eb01b2e976
MDL-20184 when importing questions from Hot Potatoes files to Moodle question-bank / Quiz module, the readquestions() function wil return "false", to signify an error, if no questions are detected in the import file
2009-08-31 02:08:00 +00:00
gbateson
489a7b243f
MDL-20185 detect zero, "0", as an answer for a gap in a JCloze when importing to the Moodle's question bank / Quiz module
2009-08-31 01:36:01 +00:00
skodak
53e8c830fb
MDL-20176 param types mandatory - temporary hacks, needs to be fixed properly
2009-08-27 20:54:52 +00:00
skodak
622365d2e1
MDL-20169 fixed coding style, parameter type required
2009-08-27 18:37:53 +00:00
pichetp
1bf9a6311e
MDL-19519 , MDL-1728 minor strings changes
2009-08-22 16:50:46 +00:00
pichetp
505f73421c
MDL-19519 , MDL-1728 Adding database question_calculated_options
2009-08-22 15:38:51 +00:00
pichetp
ac5230fe8e
MDL-18924 Testing if dataitems are numericals
2009-08-22 15:00:51 +00:00
pichetp
f79a4158ad
MDL-19519 , MDL-1728 Adding database question_calculated_options
...
final strings text will be added later after users comments
2009-08-22 14:59:46 +00:00
pichetp
e593233a22
MDL-19519 , MDL-1728 Adding database question_calculated_options
2009-08-22 14:54:36 +00:00
pichetp
1ee53ca929
MDL-19519 , MDL-1728 Adding database question_calculated_options
...
MDL-18924 Testing in dataitems are numericals
2009-08-22 14:53:41 +00:00
nicolasconnault
80e7bb44cf
MDL-19820 Upgraded calls to link_to_popup_window()
2009-08-20 13:17:43 +00:00
nicolasconnault
a941387a02
MDL-19820 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:49:11 +00:00
nicolasconnault
fef8f84e4b
MDL-19822 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:19:00 +00:00
nicolasconnault
44c64ad857
MDL-19820 Upgraded calls to choose_from_menu
2009-08-18 00:13:28 +00:00
nicolasconnault
bda3e711c6
MDL-19820 Fixed missing $OUTPUT and a couple of other little bugs
2009-08-11 03:32:51 +00:00
nicolasconnault
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00
nicolasconnault
beb677cda6
MDL-19820 Converted print_box* to $OUTPUT->box*
2009-08-10 05:01:23 +00:00
nicolasconnault
68e90fcc13
MDL-19820 Converted calls to popup_form()
2009-08-10 03:41:33 +00:00
nicolasconnault
9c7886e7e1
MDL-19820 Converted calls to print_paging_bar
2009-08-07 01:39:38 +00:00
nicolasconnault
9b59580b36
MDL-19820 Converted all print_footer() calls
2009-08-06 14:19:16 +00:00
nicolasconnault
04a7ba52e9
MDL-19756 Removed explicit aligning CSS class from $OUTPUT->heading() calls
2009-08-06 08:55:02 +00:00