{% extends "base.html" %} {% block js_init %} setAllNotifyCheckboxes = function(state) { var boxes = $(".notify_user_box"); for (i = 0; i < boxes.length; i++) { boxes[i].checked = state; } }; setDefaultNotifyCheckboxes = function() { var boxes = $(".default_notify_on"); for (i = 0; i < boxes.length; i++) { boxes[i].checked = true; } var boxes = $(".default_notify_off"); for (i = 0; i < boxes.length; i++) { boxes[i].checked = false; } }; setDefaultNotifyCheckboxes(); {% endblock js_init %} {% block core %} {% set current_score_type = none %}
Current dataset: | {{ task.active_dataset.description }} | [View results] |
New dataset: | {{ dataset.description }} | [View results] |
NOTE: The preview on this page uses the existing scoring information for both datasets. If you have made modifications to a dataset, you need to ensure that the scores are up to date. This may require re-compiling, re-evaluating or just re-scoring the entire dataset. To do so, use the buttons below, and wait for it to complete.
Reevaluate all submissions for the dataset "{{ dataset.description }}": {{ ReevaluationButtons( url("dataset", dataset.id), dataset_id=dataset.id) }}
{% endblock core %}