Songs in Playlist: {{ total_questions }} Richtige: {{ score }} / {{ answered if answered > 0 else 1 }} ({{ ((score / (answered if answered > 0 else 1)) * 100) | round(0) if answered > 0 else 0 }}%)
Quiz beenden

{{ translations['question_artist'] }}

{% if game_mode == 'artist' %}

{{ translations['tip_artist'] }}

{% elif game_mode == 'title' %}

{{ translations['tip_title'] }}

{% elif game_mode == 'year' %}

{{ translations['tip_year'] }}

{% endif %}