Ordering
Maintained by
Gordon Bateson
Ordering question type for Moodle 2.x and Moodle 3.x
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I have a few questions regarding this plugin.
Does this question type supports import & export of questions with images in question body & answers in Moodle XML format?
Does it supports input on handheld devices with touch-screen (like smartphones)?
Congratulations in your new Ordering question type plugin. It works beautifully
I started a Moodle documentation page at https://docs.moodle.org/28/en/Ordering_question_type. Please feel free to add or change as needed.
I have modified the upgrade script to check for the existense of the reader_question_instances table before trying to access it. I have also reduced the scope of the css used by this question type to ".que.ordering". I will work the access to $SESSION in due course.
Thanks for your support, help nad encouragement !
best regards
Gordon
In the styles.css, the CSS selectors should be more specific to this question type. This is needed in order to break styling of other areas that would accidentally use the same CSS class names. See core question types for good examples.
Please note that in Moodle, direct usage of the $_SESSION superglobal is discouraged. There are often alternative approaches to achieve the same functionality. If the session usage is really required. you should access it via the $SESSION global.
I was able to successfully test the functionality of question type. I believe you will be able to provide this plugin enough support for eventual fixes for issues reported by the community. For that, you are cleared to land now. Welcome to the Plugins directory!
I am sure you are very busy, but when you have a moment, please could you review the changes I have made to the ordering question type, and if everything looks satisfactory, please make it public.
Actually the mod_reader plugin relies on this question type. Please could you advise me on how to make them a set? In the version.php for the Reader module, I have already setup $plugin->dependencies = array('qtype_ordering' => ANY_VERSION);
bes tregards
Gordon
it seems that Beata is not responding to attempts to our attempts to contact him, so please could you remove Beata as the maintainer of the qtype_ordering plugin, and make the me the maintainer so that I can upload the latest version for review for possible inclusion in the Moodle.org plugins publicly available repository. thanks, Gordon
I took over maintenance of this software from Tom Robb, who developed this question type for the Reader module (moodlereader.org). I intend to make it available via moodle.org when it is ready and documentation, but it is not ready yet.
As far as I know the original programmer was Serafim Panov (https://github.com/spnova).
Beata, you are not the owner, programmer or maintainer of this software. Why are you trying to make this software available on moodle.org?
Guys, (i've added Gordon here), please let me know how this entry could proceed in your opinions.
Can you please add some more explanation and also read through http://docs.moodle.org/dev/Plugin_validation#Recommended_URLs