bulk upload text based questions in quiz,
Hi,
Can I bulk upload text based questions in quiz, if yes how. As I tried uploading the tool being used for uploading MCQ but it didnt work, only questions were uploaded but answers were not uploaded
Hi Sandeep,
all questions will always import as Multiple Choice: text. This is to simplify things for a CSV as it would be impossible to have a single CSV format that contains formatted data for all potential question types.
In your case, something you can do is to edit the plugin directly.
If you edit ./hd-quiz/classes/csv-import-tool.php, on line 64 you will see "value" => "multiple_choice_text". Update multiple_choice_text to text_based_answer and try the upload again. This should make all questions import as the text based answers question type.
This thread has either been marked as complete or has been automatically closed due to inactivity. Please consider opening a new support thread for help.