bulk upload text based questions in quiz,

closed

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

June 29, 2026 at 8:52pmSandeep

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.

30 June 2026 — 13:18support admin Dylan

Respond to thread

This thread has been closed / marked as resolved.
You can reply to this thread, but it might be better to start a new thread if you need help
.

Submit