Skip to content

A Web application with no persistence to check answers to escape game riddles

License

Notifications You must be signed in to change notification settings

benel/EscapeQuizz

Repository files navigation

EscapeQuizz: Check an answer with a QR code

Usage

Question designing

  1. Encode the correct answer with Base32 scheme on a Web app or a Unix-like shell , e.g.:

    echo -n "42|Forty two" | base32
    

    When multiple solutions are possible, a | ("pipe") must be used between them.

  2. Concatenate the service endpoint and the encoded answer, e.g.:

    http://localhost:5173/GQZHYRTPOJ2HSIDUO5XQ====
    
  3. Open the HTTP-URI in a browser. You get a warning if the answer was not coded properly.

  4. Convert the HTTP-URI into a QR code and paste it next to the quizz question, e.g.:

    What is the ultimate answer to Life, the Universe and Everything?

    sample QR code

Question answering

  1. Flash the QR code.
  2. Type your answer in the text box and press ENTER key to validate.
  3. You get a feedback and can retry if necessary.

About

A Web application with no persistence to check answers to escape game riddles

Topics

Resources

License

Stars

Watchers

Forks