From 03b031ea793e91ce2f87cf28c73cefc8ce69a7b5 Mon Sep 17 00:00:00 2001 From: Lilian Teronen Date: Mon, 27 Nov 2023 01:37:03 +0200 Subject: More rework on routes. Best and worst matches. More visuals. --- templates/analyse.html | 45 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 6 deletions(-) (limited to 'templates/analyse.html') diff --git a/templates/analyse.html b/templates/analyse.html index 70fb98e..a57376d 100644 --- a/templates/analyse.html +++ b/templates/analyse.html @@ -1,13 +1,13 @@ {% include 'base.html' %} +{% if nick %} {% if users %} -Tutkit kyselyä: {{ code }} +Tutkit kyselmää: {{ code }}
- -
+
@@ -35,9 +35,13 @@ Tutkit kyselyä: {{ code }} {% if code %}
-
-
{{ avg }}%
+ +
+
+
{{ avg }}%
+
+ {% for q in questions %}
{{ q.q }} ({{ q.c }}%)
@@ -53,6 +57,34 @@ Tutkit kyselyä: {{ code }}
{% endfor %} +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+
{% endif %} @@ -60,7 +92,7 @@ Tutkit kyselyä: {{ code }}
Vaihda kyselyn koodia: - +
@@ -71,3 +103,4 @@ Linkki tähän kyselyyn: {% endif %} +{% endif %} -- cgit v1.2.3