{% extends 'base.html.twig' %}
{% block content %}
Change blindness results
# | Notable | Unnoted | Renoted | |||
---|---|---|---|---|---|---|
{{ loop.index }}. | {% if record.notable.correct %}{% else %} | {% endif %} {{ record.notable.time / 1000 }} seconds | {% if record.unnoted.correct %}{% else %} | {% endif %} {{ record.unnoted.time / 1000 }} seconds | {% if record.renoted.correct %}{% else %} | {% endif %} {{ record.renoted.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 }} |