Is there an easy way of creating a quiz from a pre-existing ODS or CSV file. Basically I want to avoid the drudgery of manually creating the 200+ questions in the 11 categories when I already have the information in a spreadsheet.
Thanks.
Is there an easy way of creating a quiz from a pre-existing ODS or CSV file. Basically I want to avoid the drudgery of manually creating the 200+ questions in the 11 categories when I already have the information in a spreadsheet.
Thanks.
Comments
Comment #1
westwesterson commentedno easy way, unless you code one. I recommend writing a conversion script. (or finding someone who can) You can even contribute it back to the community when you are done :-) I cannot take this on at present, but good luck.
Comment #2
BradM commentedYou might try the node import module: http://drupal.org/project/node_import
I've used it for importing regular nodes into my site, but I'm not sure if it'll work in this application...but it might be worth a shot.
Comment #3
turadg commentedImporting from CVS is available in the 4.x-dev release which will hit alpha later this month.