Files
changeblindness/views/results.txt.twig
mattbk 0da40716fc Add participant ID
Collect participant ID at the beginning, store in database, export with
results.  Closes https://github.com/mattbk/changeblindness/issues/2.
2015-11-01 15:11:27 -06:00

5 lines
297 B
Twig

uid datetime host participant phase xcoordinate ycoordinate responsetime score
{% for record in data %}
{{record.uid}} {{record.datetime}} {{record.host}} {{record.participantid}} {{record.phase}} {{record.xcoordinate}} {{record.ycoordinate}} {{record.responsetime}} {{record.score}}
{% endfor %}