Dev4X / oppia

Automatically exported from code.google.com/p/oppia
Apache License 2.0
0 stars 0 forks source link

Multiple Choice migration #872

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The multiple choice interaction currently store and refer to choices as 
indexes, rather than content values. Despite the item selection interaction 
being a potential replacement for multiple choice, they both should coexst 
(where item selection is used for large pieces of content). Multiple choice 
should be changed in the following ways:

1. Choices should be the actual text, rather than indexes
2. Choices should only be text and not rich text (minus maybe options like bold 
or italics, but otherwise should basically be one line)

The multiple choice choices from earlier can be converted using an exploration 
migration procedure, where all references to the choices in exploration rules 
are updated. Furthermore, multiple choice interactions using rich text in the 
answers could be migrated over to an item selection interaction, instead.

Original issue reported on code.google.com by bhenn...@google.com on 23 Jul 2015 at 1:11

GoogleCodeExporter commented 9 years ago
+Kevin for info

Original comment by s...@seanlip.org on 25 Jul 2015 at 4:41