Gordon Bateson
d7e47c39fb
MDL-79863 qtype_ordering: qtype/ordering change CSS draggable item width to 80% instead of fixed 360px in order to improve display on small screens
2024-04-04 10:59:21 +08:00
Kathrin
189a346eec
MDL-79863 qtype_ordering: Made with of draggable fields relative
...
I found out that together with the plugin active quiz, the fixed with
to 360 px leads to problems when viewed responsive in smaller mobile
devices like smartphones. So I changed the with to a relative value of
80%.
2024-04-04 10:59:21 +08:00
Gordon Bateson
f25944220a
MDL-79863 qtype_ordering: qtype/ordering fix restoring or options in ordering questions
2024-04-04 10:59:21 +08:00
Gordon Bateson
cc1af29abc
MDL-79863 qtype_ordering: qtype/ordering fix restoring or options in ordering questions
2024-04-04 10:59:20 +08:00
Gordon Bateson
6571680f9a
MDL-79863 qtype_ordering: qtype/ordering ensure JQuery is high enough version to allow drag-and-drop when Quiz is in a popup window
2024-04-04 10:59:20 +08:00
Gordon Bateson
07346a063b
MDL-79863 qtype_ordering: qtype/ordering fix restore error message about missing table: qtype_ordering (should be qtype_ordering_options)
2024-04-04 10:59:20 +08:00
Gordon Bateson
f44ebd44d4
MDL-79863 qtype_ordering: qtype/ordering cater for missing data about responses when reviewing an attempt at an Ordering question
2024-04-04 10:59:20 +08:00
Gordon Bateson
4864ed8779
MDL-79863 qtype_ordering: qtype/ordering fix "undefined index" error when viewing results for old ordering attempts which have no reponse details
2024-04-04 10:59:20 +08:00
Gordon Bateson
e73cdf3714
MDL-79863 qtype_ordering: qtype/ordering fix error upgrading when there are duplicate questionids in qtype_ordering_options table
2024-04-04 10:59:20 +08:00
Gordon Bateson
9805054bf2
MDL-79863 qtype_ordering: qtype/ordering fix installation error: Key column 'question' doesn't exist in table
2024-04-04 10:59:20 +08:00
Gordon Bateson
91ea960657
MDL-79863 qtype_ordering: qtype/ordering remember ordering question state when moving between pages in a quiz
2024-04-04 10:59:19 +08:00
Gordon Bateson
8c3d8529d2
MDL-79863 qtype_ordering: qtype/ordering remember ordering question state when moving between pages in a quiz
2024-04-04 10:59:19 +08:00
Gordon Bateson
b8e9026610
MDL-79863 qtype_ordering: qtype/ordering remember ordering question state when moving between pages in a quiz
2024-04-04 10:59:19 +08:00
Gordon Bateson
ad6dd4ac6c
MDL-79863 qtype_ordering: qtype/ordering remember ordering question state when moving between pages in a quiz
2024-04-04 10:59:19 +08:00
Gordon Bateson
dd5db2f3c0
MDL-79863 qtype_ordering: qtype/ordering remember ordering question state when moving between pages in a quiz
2024-04-04 10:59:19 +08:00
Gordon Bateson
1cbc814afa
MDL-79863 qtype_ordering: qtype/ordering fix typo in ordering/question.php
2024-04-04 10:59:19 +08:00
Gordon Bateson
e039ad6314
MDL-79863 qtype_ordering: qtype/ordering fix compatibility of feedback fields in Moodle 2.0
2024-04-04 10:59:18 +08:00
Gordon Bateson
e1439562b3
MDL-79863 qtype_ordering: qtype/ordering use standard methods to add feedback in edit form
2024-04-04 10:59:18 +08:00
Gordon Bateson
fddcb15d8e
MDL-79863 qtype_ordering: qtype/ordering allow images to embedded in question text and feedback
2024-04-04 10:59:18 +08:00
Gordon Bateson
9dc9201b2c
MDL-79863 qtype_ordering: qtype/ordering rename 'jquery.ui.touch-punch.js' to 'jquery-ui.touch-punch.js'
2024-04-04 10:59:18 +08:00
Gordon Bateson
a8ec72a3ad
MDL-79863 qtype_ordering: qtype/ordering rename 'jquery.ui.touch-punch.js' to 'jquery/jquery.ui.touch-punch.js'
2024-04-04 10:59:18 +08:00
Gordon Bateson
bcea1e91ba
MDL-79863 qtype_ordering: qtype/ordering try a few improvements for Moodle 2.0
2024-04-04 10:59:18 +08:00
Gordon Bateson
dc1ab5ebe0
MDL-79863 qtype_ordering: qtype/ordering rename js folder to jquery
2024-04-04 10:59:18 +08:00
Gordon Bateson
7eb3838acd
MDL-79863 qtype_ordering: qtype/ordering try a few improvements for Moodle 2.0
2024-04-04 10:59:17 +08:00
Gordon Bateson
4ff27d340b
MDL-79863 qtype_ordering: qtype/ordering replace use of $_SESSION variable with Moodle's $SESSION array
2024-04-04 10:59:17 +08:00
Gordon Bateson
e1b39df4a4
MDL-79863 qtype_ordering: qtype/ordering restrict scope of css on ordering question
2024-04-04 10:59:17 +08:00
Gordon Bateson
61500b65b6
MDL-79863 qtype_ordering: qtype/ordering fix upgrade script to check for existence of reader_question_instances before attempting to acces sit
2024-04-04 10:59:17 +08:00
Gordon Bateson
eea5d67803
MDL-79863 qtype_ordering: qtype/ordering update to latest version of JQuery (11.1) and add mouse-punch to handle drag-drop events on touchscreens
2024-04-04 10:59:17 +08:00
Gordon Bateson
96d1d5b5aa
MDL-79863 qtype_ordering: qtype/ordering update to latest version of JQuery (11.1) and add mouse-punch to handle drag-drop events on touchscreens
2024-04-04 10:59:17 +08:00
Gordon Bateson
a07a45df81
MDL-79863 qtype_ordering: qtype/ordering update to latest version of JQuery (11.1) and add mouse-punch to handle drag-drop events on touchscreens
2024-04-04 10:59:17 +08:00
Gordon Bateson
6d7355d4b7
MDL-79863 qtype_ordering: qtype/ordering always show correct answer in review mode
2024-04-04 10:59:17 +08:00
Gordon Bateson
e5e7f24f35
MDL-79863 qtype_ordering: qtype/ordering fix display of correct/wrong items for question review
2024-04-04 10:59:16 +08:00
Gordon Bateson
12472692db
MDL-79863 qtype_ordering: qtype/ordering add empty styles.css
2024-04-04 10:59:16 +08:00
Gordon Bateson
d9e73158b5
MDL-79863 qtype_ordering: qtype/ordering fix undefined passwordsaltmain in Moodle >= 2.6
2024-04-04 10:59:16 +08:00
Gordon Bateson
b60ceb1efb
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering standardize version.php and add readme.txt
2024-04-04 10:59:16 +08:00
Gordon Bateson
9e9c156b24
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering remove README.md as it is replaced by readme.txt
2024-04-04 10:59:16 +08:00
Gordon Bateson
db585fc3ea
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering standardize version.php and add readme.txt
2024-04-04 10:59:16 +08:00
Gordon Bateson
ec11f84b84
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering replace __DIR__ with dirname(__FILE__) for compatability with PHP 5.2
2024-04-04 10:59:15 +08:00
Gordon Bateson
6319c85c94
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering fix REFTABLE 'questions' -> 'question' in db/install.xml
2024-04-04 10:59:15 +08:00
Gordon Bateson
6e42736fde
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering add print_question_formulation_and_controls method required to display ordering questions in Moodle 2.0
2024-04-04 10:59:15 +08:00
Gordon Bateson
679067c9b3
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering add print_question_formulation_and_controls method required to display ordering questions in Moodle 2.0
2024-04-04 10:59:15 +08:00
Gordon Bateson
cd7f80ef5c
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering use standard message to report DB insert/update errors
2024-04-04 10:59:15 +08:00
Gordon Bateson
3a109f946a
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering use standard message to report DB insert/update errors
2024-04-04 10:59:14 +08:00
Gordon Bateson
78afb838c6
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering fix any badly formed ordering questions that were added by earlier versions of GIFT/XML import
2024-04-04 10:59:14 +08:00
Gordon Bateson
11492ba8c1
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering fix error 'logical cannot be NULL' when importing from GIFT file
2024-04-04 10:59:14 +08:00
Gordon Bateson
ea499c3fef
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering add import/export GIFT/XML
2024-04-04 10:59:14 +08:00
Gordon Bateson
234b65450f
MDL-79863 qtype_ordering: Moodle.2x qtype/ordering increment version number to be instep with Reader module
2024-04-04 10:59:14 +08:00
Gordon Bateson
b1e158e0b5
MDL-79863 qtype_ordering: Moodle.2x question/type/ordering remove debug statements which caused scoring of ordering questions to be lower than it should be
2024-04-04 10:59:14 +08:00
Gordon Bateson
20084542b5
MDL-79863 qtype_ordering: Moodle.2x question/type/ordering use md5 instead of fraction field as id in ordering questions
2024-04-04 10:59:14 +08:00
Gordon Bateson
05a43d9094
MDL-79863 qtype_ordering: Moodle.2x question/type/ordering use md5 instead of fraction field as id in ordering questions
2024-04-04 10:59:13 +08:00