WillyJimmyDev / simple-quiz

A simple quiz administration written in PHP with a MySQL backend. Uses Bootstrap 3 and Slim PHP micro framework
http://elanman.com/simple-quiz/
Apache License 2.0
164 stars 73 forks source link

Import API/Feature #20

Open hexploitable opened 8 years ago

hexploitable commented 8 years ago

It would be nice to be able to bulk insert questions/answers rather than manually insert each one. I can craft up a SQL file by manually setting the foreign keys and stuff but it's a bit of a pain to repeat.

A feature to do this (if even outside of the web app) would be nice. Perhaps to read questions in from a JSON file and import them.