The new choice module has many advantages over the older multichoice module.
http://drupal.org/node/508744
Since it will be 4.0, we should have the importer create choice nodes instead of multichoice nodes.
The new choice module has many advantages over the older multichoice module.
http://drupal.org/node/508744
Since it will be 4.0, we should have the importer create choice nodes instead of multichoice nodes.
Comments
Comment #1
turadg commentedThe Moodle engine now uses 'choice' as the node it generates during question import, but the 'native' engine doesn't. The native engine handles the Aiken and our custom CSV formats.
For Aiken, we could switch to the Moodle engine.
For CSV, we have to have a spec for the format using 'choice' nodes. This might first be implemented by the exporter, http://drupal.org/node/536134#comment-1896494
Comment #2
turadg commentedI'm marking this fixed, and using a new ticket to track support for new 'multichoice' in the native engine,
http://drupal.org/node/519242#comment-1912702