ndunand / moodle-qtype_matrix

Source code of https://moodle.org/plugins/qtype_matrix
2 stars 10 forks source link

Responses are lost when selecting "Allow multiple responses per answer statement?" #17

Closed isacsonk closed 9 years ago

isacsonk commented 10 years ago

how to reproduce: 1) create a Matrix question with answer statements a,b,c,d 2) set repsonse to false for answer statement b. Set a,c, and d to true 3) Select "Allow multiple responses per answer statement?" and save --> the responses are gone 4) deselect "Allow multiple responses per answer statement?" again --> all responses are set to true (b should be false)

requirement: already made responses should not get lost when switching between multiple responses per answer Statement allowed or not.