quizinch

Logo

Synchronised display of questions, answers and scores for a live quiz.

Home

Quiz Features

Install: On Laptop

Install: On Raspberry Pi

Install: Online Server

Quiz Setup

Updates

View the Docker Repository hub.docker.com

View the Project on Codeberg codeberg.com

# Step 5: Make the Raspberry Pi into a quiz appliance

QuizInch supplies the files needed to dedicate a Raspberry Pi as an appliance. That is:

Use raspi-config to select boot to Console instead of Desktop.

Appliance operation requires some packages that are not pre-installed on Raspberry Pi OS: sudo apt update and sudo apt install dialog wtype.

Because the appliance files change the configuration of the RPi, you must copy them to the appropriate locations yourself, by running a script supplied by QuizInch: sudo sh /srv/quizinch/setup/appliance.sh. Or if you prefer, use the supplied files as an example for your own setup.

appliance.sh also enables the appliance to host a dedicated Wi-Fi network called QUIZ-RPI.

A User Instructions document is supplied for use with the quiz appliance. You should make these changes to the document:

(You could still use the RPi for other purposes by swapping the Micro SD card for another card with a different copy of RPi OS installed.)