nymanjens / quizmaster

A web-app for conducting a quiz over the internet
Other
233 stars 33 forks source link

Import/export #19

Closed franconianmetal closed 1 year ago

franconianmetal commented 1 year ago

How can I export current quiz in order to import after server restart?

nymanjens commented 1 year ago

If you look at the standard output in the terminal of the quiz server (the exectuable that starts the quiz), you'll see lines like this appearing:

Periodic backup, so you don't lose any data (to paste in master setup page):
<~<-1<~<-1<~<false<~<true<~<Arrows<~<>~>

These can be imported in the settings menu:

image

I mainly built this in case something crashes during a quiz to hopefully not lose all progress.