-
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. -
Concatenate the service endpoint and the encoded answer, e.g.:
http://localhost:5173/GQZHYRTPOJ2HSIDUO5XQ====
-
Open the HTTP-URI in a browser. You get a warning if the answer was not coded properly.
-
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?
- Flash the QR code.
- Type your answer in the text box and press
ENTER
key to validate. - You get a feedback and can retry if necessary.