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

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 my:

Github

Intructables

Portfolio

{% endblock %}