Closed (fixed)
Project:
Quiz
Version:
6.x-4.x-dev
Component:
Code - Import/Export
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Jul 2009 at 19:29 UTC
Updated:
25 Aug 2009 at 21:40 UTC
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