Issue Details (XML | Word | Printable)

Key: MDL-6371
Type: Sub-task Sub-task
Status: Open Open
Priority: Minor Minor
Assignee: Pierre Pichet
Reporter: Tim Hunt
Votes: 2
Watchers: 2
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-2727

multianswer qtype cannot use new question types easily

Created: 26/Aug/06 02:59 PM   Updated: 19/Dec/07 08:19 PM
Component/s: Questions
Affects Version/s: 1.7
Fix Version/s: None

Participants: Pierre Pichet and Tim Hunt
Security Level: None
Affected Branches: MOODLE_17_STABLE


 Description  « Hide
New question types cannot be made available to the multianswer question types without hacking it a lot.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Pierre Pichet added a comment - 11/Oct/07 11:36 PM
Part of this is because all the normal grading is done under the hypothesis that there is only one good response so we can use the [''] array element to stock it, test it etc.
Multichoice multianswer solve the problem in encoding the responses.
I have solved it also for the new multicalculated question with the additional problem of having multiple questions that can be themselves Multichoice multianswer question.
I will try so find a more genral solution so that we could get code rules for new plugs-ins that could be themselves multiquestion ones.