{% extends "base2.html" %} {% block head %} {% endblock %} {% block slider %} {% endblock %} {% block content %}
Statistics
Global game data:
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
People have played a total of {{ played_games }} games.
The question most often answered wrong is: {{ wrong_question }} from the category: {{ wrong_category }}
People have earned a total of {{ points }} points on this server out of a possible {{ totalpoints }}.
The most played category is {{ category }} with {{ category_max_played[0][1] }} times played.
{% endblock %} {% block stats %}

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 %}