feat : oui je regardes après
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
eba391d3d8
commit
08543cbea3
@ -0,0 +1,31 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>Math'Educ</title>
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
||||||
|
<link rel="stylesheet" href="css/global.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="bodyStyle">
|
||||||
|
<p>{{ score }}</p>
|
||||||
|
<ul>
|
||||||
|
{{ % for question in questions % }}
|
||||||
|
<li>
|
||||||
|
<p>
|
||||||
|
Question : {{ question['content'] }}
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Bonne réponse : {{ question['goodAnswersContent'] }}
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Votre réponse : {{ question['playerAnswersContent'] }}
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in new issue