{% extends "base2.html" %} {% block slider %} {% endblock %} {% block content %}
Answer {{ id+1 }}
{{ clean_question[0] }}
{% for x in range(0, 4) %} {% endfor %} Correct! | Continue
{% endblock %} {% block stats %}
{{ percentage }}%
of people got this question right

{{ trivia_clean_trivia[0] }}

tinyQuiz has been developed by Andrei Lavrenov in 2017 for Project I. It's based on flask and runs on a Raspberry Pi 3. It has a custom user system, score and data retention and more. You can find more information about the project on:

Github

Intructables

Portfolio

{% endblock %}