diff --git a/Project/php/templates/quizContainer.twig b/Project/php/templates/quizContainer.twig new file mode 100755 index 0000000..085b974 --- /dev/null +++ b/Project/php/templates/quizContainer.twig @@ -0,0 +1,14 @@ + + + + {% if translations is defined %} + {% for row in translations %} + + + + + + + + +
{{ row.id }}{{ row.word1 }}{{ row.word2 }}{{ row.listVocab }}
\ No newline at end of file diff --git a/Project/php/templates/quizzView.html b/Project/php/templates/quizzView.html new file mode 100755 index 0000000..cbd9c81 --- /dev/null +++ b/Project/php/templates/quizzView.html @@ -0,0 +1,42 @@ + + + + + Manage groups + + + + + + + + + + + + + +
+

Quiz

+
+

{{frenchWord}}

+ + {% for i in 0..3 %} + + {{answers[i]}}
+ {% endfor %} + + +
+

Translator

+
+ + + +
+ +
+ + \ No newline at end of file