{{qbody.title}}
{{ibody.title}} {% if ibody.runable %}Rerun{% endif %}
Terminal Output
Test outcome
{{ibody.wz if ibody.wz else 'Your results will be shown here'}}
Hints
{% if ibody.coverage_files != None and ibody.coverage_files|length > 0 %}
This test depends (directly or indirectly) on the following files which contains code you need to write:
-
{% for cov in ibody.coverage_files %}
-
{{cov}}
{{m + " (...)" }}
{% endfor %}
-
{% for m in ibody.coverage_files[cov] %}
-
{% for h in ibody.hints %}
- {% if not h[1] %} Overall hints: {% else %} From the file
{{ h[1] }} {% endif %} -
-
{% for hitem in h[0] %}
- {{hitem}} {% endfor %}
{% endfor %}
Your submission
The following results are based on:
{% for qkey, qbody in questions.items() %}
no file here.
{{qbody.title}} | Unittests result | .token -file result |
{% else %}
{{qbody.title}} | {% endif %}||
{{ibody.title}} | Test has not been run | Test has not been run |
Hand-in instructions:
To hand in your results, you should run the file {{grade_script}}
. You can either do this from your IDE, or by running the command:
{{run_cmd_grade}}
from the directory:
{{root_dir}}
This will generate a .token
file which contains your answers and which you should upload to DTU learn. The outcome of your current token file can be seen above.
-
{% for qkey, qbody in questions.items() %}
{% set outer_loop = loop %}
- {% endfor %}