{% extends "base.html" %} {% block content %}
Your ratings have been saved! You have been moved to the next random seed, if you want to keep rating more samples.
{% endif %} {% if already_filled %}You already rated those samples in the past, filling this form will override your previous ratings.
{% endif %}Welcome {{session['user']}} to the survey #{{signature}}. Go to the result page to check the results. Go to the home page to start a new survey.
{% for error in errors %}{{error}}
{% endfor %} {% if not blind %}Base config is: {{ref_name}}
The following experiments are compared:
This is a blind experiment, the order of all XPs is shuffled with every sample.
{% endif %}The current random seed is {{seed}}. You can change it with the following form, and also update blind/non blind.