{% extends 'base.html.twig' %}
{% block content %}
Change blindness results
# | Notable | Unnoted | Renoted | |||
---|---|---|---|---|---|---|
{{ loop.index }}. | {% if record.scene1.correct %}{% else %} | {% endif %} {{ record.scene1.time / 1000 }} seconds | {% if record.scene2.correct %}{% else %} | {% endif %} {{ record.scene2.time / 1000 }} seconds | {% if record.scene3.correct %}{% else %} | {% endif %} {{ record.scene3.time / 1000 }} seconds |
# | Notable | Unnoted | Renoted | ||||||
---|---|---|---|---|---|---|---|---|---|
x | y | time | x | y | time | x | y | time | |
{{ loop.index }}. | {{ record.notable.xcoordinate }} | {{ record.notable.ycoordinate }} | {{ record.notable.responsetime }} | {{ record.unnoted.xcoordinate }} | {{ record.unnoted.ycoordinate }} | {{ record.unnoted.responsetime }} | {{ record.renoted.xcoordinate }} | {{ record.renoted.ycoordinate }} | {{ record.renoted.responsetime }} |