{% load i18n %} {% spaceless %}
  • {% trans "Learner Training is used to help students practice grading a simulated peer submission in order to train them on the rubric and ensure learner's understand the rubric for either Self or Peer Assessment steps." %}

    {% trans "Configuration: For this step to be fully configured you must provide one or more graded sample responses. Learners must then match this instructor score to advance and are provided feedback when their score doesn't match the sample response." %}

    {% trans "View / Add Sample Responses" %}

      {% for example in assessments.training.examples %} {% include "legacy/edit/oa_training_example.html" with example=example %} {% endfor %}

    {% trans "Add Sample Response" %}

      {% include "legacy/edit/oa_training_example.html" with example=assessments.training.template %}
      {% include "legacy/edit/oa_training_example_criterion.html" %}
  • {% endspaceless %}