Posted by Arnaud01 on April 12, 2013 at 3:56pm
Hello,
I would like to add a new question type : order, to put things in order.
For example,
- words in alphabetical order,
- put the months in the correct order,
- numbers in ascending, descending order...
The aim is to implement the jquery sortable functionality :
http://jqueryui.com/sortable/#placeholder
Do you think it's possible ? Is there something similar that already exists ?
Thank you,
Arnaud
Comments
It's not exactly the same but
It's not exactly the same but you can get an ordering question out of the grouping question:
http://drupal.org/project/grouping_question
If you call the groups the order numbers and have one item per group then you have to drag the items into the right order:
group 1: item 1
group 2: item 2
group 3: item 3