Compare commits

..

No commits in common. "798220d2660b5b959e9c3a02e288033838effd74" and "d6d3a3feb2bd2e33a393ec1e71a93d1b819faac2" have entirely different histories.

3 changed files with 3 additions and 45 deletions

View File

@ -3,7 +3,7 @@ HOLA! Sandrine,
( Acá Informamos tan sólo en caso de una cierta puntuación, por encima de un umbral ) ( Acá Informamos tan sólo en caso de una cierta puntuación, por encima de un umbral )
Estoy happy to inform you that you did very well on today's Python Challenge. Estoy happy to inform you that you did very well on today's Python Challenge.
HAs alcanzado esta puntuacion : 100 de { max_score }} PUNTOS ! ;-) HAs alcanzado esta puntuacion : 100 de { max_score }} PUNTOS ! ;-)
@ -13,4 +13,4 @@ HOLA! Sandrine,
see you tomorrow, nos vemos :-) see you tomorrow, nos vemos :-)
Mr. JokerPy Mr. JokerPy

View File

@ -1,41 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Results</title>
</head>
<body>
<h1>Python Challenge ResultadOS: </h1>
<ul>
<li>
:-)
<em>Sandrine:</em> 100/100
</li>
<li>
:-)
<em>Gergeley:</em> 87/100
</li>
<li>
:-)
<em>Frieda:</em> 92/100
</li>
<li>
:-(
<em>Fritz:</em> 40/100
</li>
<li>
:-(
<em>Sirius:</em> 75/100
</li>
</ul>
</body>
</html>

View File

@ -11,8 +11,7 @@
<h1>{{ test_name }} ResultadOS: </h1> <h1>{{ test_name }} ResultadOS: </h1>
<ul> <ul>
{% for student in students %} {% for student in students %}
<li> <li>
{% if student.score > 80 %} :-) {% else %} :-( {% endif %}
<em>{{ student.name }}:</em> {{ student.score }}/{{ max_score }} <em>{{ student.name }}:</em> {{ student.score }}/{{ max_score }}
</li> </li>
{% endfor %} {% endfor %}