#3: Change Question Order
- Contents
Allow Question order to be changed after they have been created
- Proposed by
- adamu
- Proposal type
- User interface
- Assigned to release
- State
- completed
Motivation
Currently you have to get the question order right the first time. You can only delete and edit questions once they have been created not change the order.
Proposal
Something like the folder contents of plone would be nice with the arrows to move up and down.
Progress log
created a swapQuestions function in Questionnaire.py
created a checkQuestionOrder function "
created question_position.py
updated questionnaire_edit_form.py with arrowUp.gif and arrowDown.gif

