Import/Export Type-ins in Step 3

Submitted by jordibabot on October 24, 2024
Is there a way to do so? Would be great to automatize the "by borders" quiz type.

Also, to avoid many many many type-ins repetition.

3 Comments
+4
Level 78
Oct 24, 2024
Yes. When you import your data (which you can copy from say a csv file), there can be columns for type ins.

However you can only provide so many typeins. If you want to do more than 10 typeins, you have to use Regex codes (e.g., importing it would be:

r:^(OPTION1|OPTION2|OPTION3|•••|OPTION100)

+4
Level 78
Oct 24, 2024
I would recommend exporting data that already have customized typeins, then you’ll see the general format and can edit it, then import the edited data.
+1
Level 69
Oct 24, 2024
I didn't know the type-ins where in an exported column, it worked, thanks!