{% extends 'base.html' %} {% block title %}Music Quizzes - Quizzical Beats{% endblock %} {% block content %}

Your Music Quizzes

Browse and manage all your created music quizzes.

Saved Quizzes

Create New Quiz
{% for round in rounds %} {% else %} {% endfor %}
ID Name Type Criteria Created Actions
{{ round.id }} {{ round.name or 'Quiz #' + round.id|string }} {{ round.round_type }} {{ round.round_criteria_used }} {{ round.created_at.strftime('%Y-%m-%d %H:%M') }} View

You haven't created any music quizzes yet.

Create Your First Quiz

Quiz Tips

Import Playlist
{% endblock %}