arleyschrock / qtimigration

Automatically exported from code.google.com/p/qtimigration
0 stars 0 forks source link

rshuffle defaults incorrectly #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you use the migration tool to convert content that omits the rshuffle
attributes on response_label, and your content doesn't use a DTD, then the
choices in MCQs all come out with fixed="true", even if the question is
supposed to support shuffling.

This is because of a bug in the IMS documentation, the DTD and Information
model disagree on the default value.  The DTD is supposed to be definitive
and, in this case, the rshuffle attribute should default to "Yes" meaning
the response can be shuffled.

The migration code defaults to "No" when the attribute is omitted and is
therefore in error.

Original issue reported on code.google.com by steve.w....@gmail.com on 10 Feb 2009 at 5:21

GoogleCodeExporter commented 8 years ago
Fixed in trunk

Original comment by steve.w....@gmail.com on 8 Jun 2011 at 7:25