Feature #7485
Exercises: allow conversion from single answer to multiple answer (and vice-versa)
Status:
Feature implemented
Priority:
Normal
Assignee:
Imanol Losada
Category:
Exercises
Target version:
Complexity:
Normal
SCRUM pts - complexity:
5
Description
Currently, it is impossible to "convert" a question from single-answer mode to multiple-answers mode.
Develop a way to convert them (the database structure is the same).
When converting from multiple-answer to single-answer, just choose only the first correct answer as true and set the other ones to 0 (if positive)
Associated revisions
merge and change name of swapAnswerType() to swapSimpleAnswerTypes() and update comment - refs #7485
History
Updated by Yannick Warnier almost 6 years ago
- Status changed from New to Assigned
- Assignee set to Imanol Losada
- Estimated time set to 5.00 h
- SCRUM pts - complexity changed from ? to 5
Updated by Imanol Losada almost 6 years ago
- Assignee changed from Imanol Losada to Yannick Warnier
- % Done changed from 0 to 50
PR: https://github.com/chamilo/chamilo-lms/pull/516
There are still few glitches but nothing dramatic.
Updated by Yannick Warnier almost 6 years ago
- Status changed from Assigned to Rejected - Abandoned
- Assignee changed from Yannick Warnier to Imanol Losada
- % Done changed from 50 to 100
Indeed, a few things still have to be finetuned, but nothing dramatic considering this is a new (and very useful) feature.
Updated by Yannick Warnier almost 6 years ago
- Status changed from Rejected - Abandoned to Feature implemented
Add conversion from single answer to multiple answer and viceversa - refs #7485