Rules

{% if grade_aggregation_strategy %}

If multiple grades are available, the policy will be to '{{ grade_aggregation_strategy }}'.

{% endif %} {% for rule in rules %} {% if rule.is_current %}
{% else %}
{% endif %} {% if rule.start != None %} {% if rule.end != None %} The following rules apply between {{ rule.start }} and {{ rule.end }}: {% else %} The following rules apply from {{ rule.start }}: {% endif %} {% else %} {% if rule.end != None %} The following rules apply until {{ rule.end }}: {% else %} Unless specified otherwise above, the following rules apply: {% endif %} {% endif %} {% if rule.is_exception %} (This rule is an exception that only applies to you.) {% endif %} {% if rule.id %} ({{ rule.id }}) {% endif %} {% if rule.is_current %} (currently in effect) {% endif %}
    {% if rule.permissions %}
  • You may: {{ rule.human_readable_permissions |join:", " }}. {% else %}
  • You are not allowed to interact with this flow. {% if not user.is_authenticated %} Sign in to get started. {% elif participation == None %} Enroll in this course to get started. {% endif %}
  • {% endif %} {% if rule.credit_percent != None %}
  • You receive {{ rule.credit_percent }}% credit for completing this flow for-credit.
  • {% endif %} {% if rule.allowed_session_count %}
  • {{ rule.allowed_session_count }} attempt{{ rule.allowed_session_count|pluralize }} permitted.
  • {% endif %}
{% endfor %}