{% extends "base2.html" %} {% block head %} {% endblock %} {% block slider %} {% endblock %} {% block content %}
Dashboard
Your personal game data:
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
You have played a total of {{ played_games }} games.
You have earned a total of {{ points }} points out of a possible {{ totalpoints }}.
Your 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 %}