{% extends 'base.html' %} {% block title %}Music Quizzes - Quizzical Beats{% endblock %} {% block content %}
Browse and manage all your created music quizzes.
| 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 |
|||||