Commit Graph

650 Commits

Author SHA1 Message Date
Pierre Pichet 999f7be4b3 MDL-20296 remove obsolete function response_summary() 2010-05-15 00:09:08 +00:00
Pierre Pichet 37fcb55832 MDL-20296 small correction to numericalmultiplier string 2010-05-13 15:08:21 +00:00
Pierre Pichet 638406cb81 MDL-20296 adding help button for unit multiplier 2010-05-13 13:27:59 +00:00
Pierre Pichet aa384adec9 MDL-20296 improving grading code and display 2010-05-13 02:31:23 +00:00
Martin Dougiamas bfebaf64d8 MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00
Pierre Pichet ce0738c9e4 *** empty log message *** 2010-05-12 08:04:12 +00:00
Pierre Pichet f26c529741 MDL-15252 fixing changes to lang files to solve bugs in edit_multianswer_form, some lang texts are temporary
so do not translate
2010-05-12 03:08:15 +00:00
Pierre Pichet 2c580fcf17 MDL-15252 fixing changes to lang files to solve bugs in edit_multinaswer_form, some lang texts are temporary
so do not translate
2010-05-12 03:05:24 +00:00
Pierre Pichet 04e9167185 MDL-20296 improving code, defining constants as NUMERICALQUESTIONUNITTEXTINPUTDISPLAY 2010-05-12 02:54:45 +00:00
Pierre Pichet 9e459630eb MDL-22441 Invalid SQL (must not have ; at the end ) 2010-05-11 08:05:05 +00:00
Pierre Pichet 3987461ab3 MDL-20296 correcting unit grade display 2010-05-10 02:40:02 +00:00
Pierre Pichet ab64c7ce9e MDL-20296 removing unnecessary code to display unit penalty 2010-05-09 23:34:00 +00:00
Pierre Pichet 803f10f604 MDL-15252 reordering version MDL-21695 2010-05-09 17:49:53 +00:00
Pierre Pichet 2fa8350544 MDL-17366 intergating changes done in calculated, new common functions and new lang strings 2010-05-09 14:02:54 +00:00
Pierre Pichet 0a49ee5c08 MDL-20296 testing units at each question submit 2010-05-08 14:35:48 +00:00
Pierre Pichet ed15021fa0 MDL-22386 setting correctly the number of dataitem when duplicating a calculated, calculatedsimple, calculatedmulti question 2010-05-07 21:17:39 +00:00
Tim Hunt 5083db4e9e essay qtype: MDL-9419 use the HTML editor for all questions on a page.
This undoes the horrible hack that we have had for a long time.
2010-05-07 01:29:06 +00:00
Pierre Pichet 7367d03d53 MDL-15252 eliminate replicates and add a first calculated_help version MDL-21695 2010-05-03 22:38:49 +00:00
Pierre Pichet b2120945d7 MDL-20296 creating common functions to handle units in numerical, calculated and calculatedsimple 2010-04-30 22:11:51 +00:00
Tim Hunt 8275477c13 calculated qtype: MDL-22241 Invalid SQL (must not have a ; at the end.) 2010-04-29 10:41:55 +00:00
Pierre Pichet cf14669208 MDL-20296 creating common functions to handle units in numerical, calculated and calculatedsimple 2010-04-28 20:31:54 +00:00
Pierre Pichet aa6fae5c70 reordering strings 2010-04-28 10:31:55 +00:00
Pierre Pichet 5940864e84 MDL-15252 integrate qtype_dependent.php strings in qtype_calculated.php and replace qtype_dependent in get_string() 2010-04-28 03:34:38 +00:00
David Mudrak 81f5372325 MDL-21694 regression: plugins with lang only
When I re-committed strings from AMOS, I accidently created three plugins with the lang folder only: portfolio/format_leap2a, repository/draft and question/type/datasetdependent. Removing them now.
2010-04-27 11:43:04 +00:00
Pierre Pichet 34e24cd360 MDL-10110 correcting answers display and defining CALCULATEDMULTI for format 2010-04-23 23:07:52 +00:00
Petr Skoda 9770b8f03a MDL-22054 adding missing calculatedmulti lang file 2010-04-11 09:48:51 +00:00
David Mudrak 30c8dd34f7 MDL-15252 Re-committing all English strings exported from AMOS
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.

The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.

Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda 3a915b0667 MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs 2010-04-10 07:24:56 +00:00
Tim Hunt 4ba32cf15d question base type: Fix typo. 2010-04-06 11:49:50 +00:00
Petr Skoda 4f0c2d0009 MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
David Mudrak 001fa4b313 MDL-21694 Moving question types strings into plugin space 2010-03-29 20:40:06 +00:00
David Mudrak 16be897441 MDL-21652 html_table rendering refactored
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Tim Hunt e65701ee2d nobug: whitespace fixes. 2010-02-23 14:31:07 +00:00
Tim Hunt 6d6b454aca match qtype: MDL-21701 / OU bug 9551 Fix display of response history.
The displays were being displayed in an order that depended on what the student had
selected, not the order in which the subquestions were displayed.

Great attention to detail by the OU testing team to notice this!
2010-02-23 12:47:02 +00:00
Petr Skoda 9bf163146b MDL-20204 more html_link converstions 2010-02-11 18:50:55 +00:00
Petr Skoda c5dbaba9cf MDL-20204 converted selects 2010-02-11 09:18:13 +00:00
Pierre Pichet a6aa2c4226 MDL-10110 removing common code with calculated/questiontype.php 2010-02-08 20:27:49 +00:00
Pierre Pichet 78a6d0ba1f MDL-10110 removing call to multichoice field from code 2010-02-08 18:47:16 +00:00
Pierre Pichet c9acc7728f MDL-10110 dropping multichoice field in question_calculated_options table 2010-02-08 18:44:53 +00:00
Pierre Pichet ab8b51424c MDL-10110 Modifications related to the creation of the calculatedmulti question type 2010-02-07 19:52:52 +00:00
Pierre Pichet 2d279432b0 MDL-10110 Creating the calculatedmulti question type 2010-02-07 19:50:10 +00:00
Petr Skoda 6c772bcbf2 MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead 2010-01-26 09:36:00 +00:00
Joseph Rezeau dd3d051e44 revert to previous version 2010-01-23 22:56:36 +00:00
Petr Skoda 9dec75dbcc MDL-21240 shortened urls now start with / everywhere 2010-01-18 20:57:32 +00:00
Petr Skoda d776d59ee2 MDL-21235 fixed select method name 2010-01-16 18:29:51 +00:00
Petr Skoda 4b9210f31b MDL-21235 more conversion to new select 2010-01-16 18:25:51 +00:00
Pierre Pichet 347fb1755d MDL-12255 Putting back with all functions restored. 2010-01-15 20:37:03 +00:00
Pierre Pichet 8e8f9f3d6f MDL-12255 Removing temporarely the decoding as it does not allow to create a new
question in actual HEAD.
2010-01-15 14:18:46 +00:00
Pierre Pichet 5f36cbb087 MDL-17366 removing a print_r() 2010-01-15 12:21:58 +00:00
Pierre Pichet ba95414539 MDL-21336 testing with $correct != '' so that correct answer 0 is shown in multianswer 2010-01-14 21:59:07 +00:00