For any questions about DV University or DoubleVerify, please contact dvusupport@doubleverify.com

{% search %} {% endsearch %} {% catalog_search %} {% endcatalog_search %}
{% if preview_banner %} {{ preview_banner }} {% endif %}

{{ course.name }}

{{ course.full_description }}

{% if course.learner_can_retake? %}

{% else %}

{% if course.progress == 0 %} Begin Course » {% endif %} {% if course.progress > 0 %} Resume Course » {% endif %}

{% endif %} See All Courses
{% if current_school.filtering_enabled? %}

{{ course.course_category_names }}

{% endif %} {% if course.has_outline? %}

{{ course.outline_label }}

{% if course.progress == 0 %}
Unstarted
{% endif %} {% if course.progress > 0 and course.progress < 100 %}
In Progress
{% endif %} {% if course.progress == 100 %}
Completed
{% endif %}
    {% for section in learner_syllabus.sections %}
  1. {{ section.name }}

    {% if section.will_be_published? %}
    {% t .scheduled_info %} {{ section.published_at }}
    {% else %}
      {% for activity in section.activities %}
    1. {% if activity.locked? %} {% if activity.milestone? %} {% endif %} {{ activity.title }} {% else %} {% if activity.milestone? %} {% endif %} {{ activity.title }} {% endif %}
    2. {% endfor %}
    {% endif %}
  2. {% endfor %}
{% endif %}
{% assign lang = current_person.properties.language %} {% case lang %} {% when "Spanish" %} {% include "spanish_lang" %} {% when "Japanese" %} {% include "japanese_lang" %} {% when "Russian"%} {% include "russian_lang" %} {% when "German"%} {% include "german_lang" %} {% when "French"%} {% include "french_lang" %} {% endcase %}