{{ block title }}
Assign page
{{ endblock }}
{{ block content }}
Current Assignments
|
{{ for p in players }}
{{ p.role }} |
{{ p.participant.task }} |
{{ endfor }}
Individual Scores
Score per minute per module |
Numerical |
Analogical |
Spatial |
Comp ID |
{{ for p in players }}
{{ p.role }} |
{{ p.participant.pre_score1 }} |
{{ p.participant.pre_score2 }} |
{{ p.participant.pre_score3 }} |
{{ p.participant.CID2 }} |
{{ endfor }}
|
Numerical |
Analogical |
Spatial |
{{ for field in form }}
{{ field.label }} |
{{ for option in field }}
{{ option }} |
{{ endfor }}
{{ endfor }}
{{ next_button }}
{{ endblock }}