Advice on best platform to create a quiz

Jamie Furlong
19 Aug 2018, 10:06

Hi,

I'd like to create an educational quiz for the public on a specific subject. I'd like it to be multiple choice where the player racks up a score, possibly against the clock. If possible I'd like to record the score and time to create a leader board, but I'm happy to manually create this providing I can capture the score and time, if this is possible. I'm guessing I then have some options as to how to display the quiz: via textadventure website as a downloadable game, as an HTML quiz hosted on textadventure, ported as an app (I'm happy to pay for this service) or hosted on my own website.

Whilst I can build the quiz in Quest (Windows) I'm wondering what the best platform is to create this quiz. Should it be done through Quest as a text adventure or an adventure book? Would Squiffy be preferable or should I create it via textadventure as HTML? Does Squiffy or the HTML game-builder allow me to keep scores and times and, if they do, do I have to have a good understanding of javascript to build these features myself?

My preference is to build it using Quest (text or book, which one?) and then get it converted to an app, or host it on my own website, so I'm assuming Squiffy.

Any thoughts?


DarkLizerd
19 Aug 2018, 14:16

Quest adventure could be one way...
Room 1
"What is the answer to my question?"
If correct, unlock door, or unhide exit, to next room.
Could make the rooms one way… no going back.
You could also open a "hint room" if they get the question wrong.


Jamie Furlong
20 Aug 2018, 03:16

Hi DarkLizerd. Yeah, the creation of the quiz should be straightforward with no-return exits. Could be fun including hints etc too. I'm more interested in working out which platform will port best to a public-facing quiz, i.e. as an app or hosted html. Bear in mind every page will have an image and I want to keep a score. I'm leaning towards the desktop version of a gamebook, but it doesn't have the 'score' feature included and I'm not sure how easy that is to port to an app.


DarkLizerd
20 Aug 2018, 20:23

For "just an app" I made a Quiz program in Basic for a family reunion that fell through at the last minute due to it being a last minute idea...
The program is basic, but it reads the questions from a text file, so any set of questions and answers will work with it.

As for Quest gamebook...
a simple:
game.score=game.score+1
should work for scoring...

I don't think there is a way to convert Quest to html.