Closed (fixed)
Project:
Quiz Questions Import
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2011 at 09:41 UTC
Updated:
14 May 2011 at 17:26 UTC
Hello,
is there a possibility to set up "multiple answers" ? Now, even if in my csv there are more correct answers, the imported questions are shown with radio-buttons and it's not possible to choose more than one...
Thank you
regards
Adriana
Comments
Comment #1
sivaji_ganesh_jojodae commentedWe had some weird problem with Multiple answer questions import. Below is the workaround, hope this will help
After line 221
$node->alternatives = $alternatives;. Add the following linesComment #2
mikolaskova commentedthank you very much! it works now.
Comment #3
sivaji_ganesh_jojodae commentedI am glad it was helpful to you.