{% extends 'publisher/base.html' %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "Course Form" %} {% endblock title %} {% block page_content %}

{% if edit_mode %} {% trans "Edit Course" %} {% else %} {% trans "Create New Course" %} {% endif %}

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

{% blocktrans with strong_start='' strong_end='' trimmed %} To create a parent course, enter the following information about the course and select {{ strong_start }}Create New Course{{ strong_end }}. {% endblocktrans %} {% trans "All of the following information is required." %}

{% csrf_token %}

{% trans "Studio Instance" %}

{% trans "COURSE TITLE" %}
  • {% trans "Best Practices" %}
  • {% trans "Examples" %}

{% trans "Maximum 70 characters. Recommended 50 or fewer characters." %}

{% trans "An effective course title:" %}

  • {% trans "Clearly indicates the course subject matter." %}
  • {% trans "Follows search engine optimization (SEO) guidelines." %}
  • {% trans "Targets a global audience." %}

{% trans "If the course is part of a sequence, include both sequence and course information as \"Sequence: Course\"." %}

{% trans "Single Courses" %}

“{% trans "English Grammar and Essay Writing" %}”

“{% trans "Project Management Life Cycle" %}”


{% trans "Sequence Courses:" %}

“{% trans "Introduction to Statistics" %}”

“{% trans "Statistics: Inference" %}”

“{% trans "Statistics: Probability" %}”

{% if edit_mode %}
{{ organization_name }}{{ course_form.organization }}
{% else %} {% if course_form.organization.field.queryset.all.count > 1 %} {{ course_form.organization }} {% else %} {% with course_form.organization.field.queryset|first as organization %} {{ organization.name }} {% endwith %} {% endif %} {% endif %}
{% if edit_mode %}{{ team_admin_name }}{% endif %}
{{ course_form.team_admin }} {% if edit_mode %}
{{ course_form.title.value }}
{% endif %} {{ course_form.title }}
{% trans "COURSE START DATE" %}

{% trans "Best Practices" %}

  • {% trans "Start on a Tuesday, Wednesday, or Thursday." %}
  • {% trans "Avoid major U.S. holidays." %}
  • {% trans "Specify a month, day, and year. If you are unsure of the exact date, specify a day that is close to the estimated start date. For example, if your course will start near the end of March, specify March 31." %}
{{ run_form.start }}
{% trans "COURSE END DATE" %}
{% trans "Specify a month, day, and year. If you are unsure of the exact date, specify a day that is close to the estimated end date. For example, if your course will end near the end of March, specify March 31." %}
{{ run_form.end }}
{% trans "COURSE PACING" %}

{% trans "Instructor-paced courses include individual assignments that have specific due dates before the course end date." %}

{% trans "Self-paced courses do not have individual assignments that have specific due dates before the course end date. All assignments are due on the course end date." %}

{{ run_form.pacing_type }}
{% trans "COURSE NUMBER" %}

{% trans "Maximum 10 characters. Characters can be letters, numbers, or periods." %}

{% trans "If a course consists of several modules, the course number can have an ending such as .1x or .2x." %}

{% if edit_mode %}{{ course_form.number.value }}{% endif %} {{ course_form.number }}
{% if edit_mode %}
{% trans "STUDIO INSTANCE" %}

{% trans "This is the course studio URL." %}

{% if is_internal_user %} {{ run_form.lms_course_id }} {% else %}
{% trans "STUDIO URL" %} - {% if course_run.studio_url %} {{ course_run.lms_course_id }} {% else %} {% trans "Not yet created" %} {% endif %}
{% endif %}
{% endif %}
{% if edit_mode %}

{% trans "About page information" %}

{% trans "PROGRAM ASSOCIATION" %}
  • {% trans "Is this course a part of any programs?" %}
  • {% trans "Select the type or types of programs." %}
  • {% trans "Add the name of the program this course will be a part of." %}
{{ run_form.is_micromasters}}
{% if run_form.micromasters_name.errors %}
{{ run_form.micromasters_name.errors|escape }}
{% endif %}
{{ run_form.is_xseries}}
{% if run_form.xseries_name.errors %}
{{ run_form.xseries_name.errors|escape }}
{% endif %}
{% trans "CERTIFICATE TYPE AND PRICE" %}
{% trans "If Verified or Professional Education, indicate certificate price in US dollars (minimum of $49)" %}
{{ seat_form.type}}
{{ seat_form.price}}
{% if seat_form.price.errors %}
{{ seat_form.price.errors|escape }}
{% endif %}
{% trans "BRIEF DESCRIPTION" %}
  • {% trans "Reads as a tag line - a short, engaging description for students browsing course listings" %}
  • {% trans "Conveys why someone should take the course" %}
  • {% trans "SEO optimized and targeted to a global audience" %}
{{ course_form.short_description }}

{% trans "140 character limit, including spaces." %}

{% trans "FULL DESCRIPTION" %}
{% trans "Summarized description of course content" %}
  • {% trans "Describe why a learner should take this course" %}
  • {% trans "SEO optimized and targeted to a global audience" %}
  • {% trans "Text should be easily scannable, using bullet points to highlight instead of long, dense text paragraphs" %}
  • {% trans "Note: the first 4-5 lines will be visible to the learner immediately upon clicking the page;" %} {% trans 'additional text will be hidden yet available via "See More" clickable text under the first 4-5 lines' %}
{{ course_form.full_description }}

{% trans "2500 character limit, including spaces." %}

{% trans "EXPECTED LEARNINGS" %}
  • {% trans 'Answer to the question: "What will you learn from this course?"' %}
  • {% trans "bulleted items, approximately 4-10 words per bullet" %}
{{ course_form.expected_learnings }}
{% trans "COURSE STAFF" %}
  • {% trans "If there is more than one instructor, please indicate the order in which the instructors should be listed" %}
  • {% trans "Limited to the primary instructors a learner will encounter in videos " %}
{{ run_form.staff }}
{% if publisher_add_instructor_feature %} {% endif %}
{% trans "SUBJECT FIELD" %}
{% trans "Only one primary subject will appear on the About Page; please select one primary subject and a maximum of two additional subject areas for search." %}
{{ course_form.primary_subject }}
 
{{ course_form.secondary_subject }}
 
{{ course_form.tertiary_subject }}
{% trans "COURSE IMAGE" %}
{% trans "Select an eye-catching, colorful image that captures the content and essence of your course" %}
  • {% trans "Do not include text or headlines" %}
  • {% trans "Choose an image that you have permission to use." %} {% trans "This can be a stock photo (try Flickr creative commons, " %} {% trans "Stock Vault, Stock XCHNG, iStock Photo) or an image custom designed for your course" %}
  • {% trans "Sequenced courses should each have a unique image" %}
  • {% trans "Size: 2120 x 1192 pixels" %}
{{ course_form.image }}
{% trans "PREREQUISITES" %}
  • {% trans "List concepts and level (basic, advanced, undergraduate, graduate) students should be familiar with" %}
  • {% trans 'If there are no prerequisites, please list "None."' %}
  • {% trans "200 character limit, including spaces" %}
{{ course_form.prerequisites }}

{% trans "200 character limit, including spaces." %}

{% trans "SYLLABUS" %}
{{ course_form.syllabus }}
{% trans "ESTIMATED EFFORT" %}
  • {% trans "Number of hours per week the learner should expect to spend on the course to be successful" %}
  • {% trans "Should be realistic, and can be a range" %}
{{ run_form.min_effort }}
{{ run_form.min_effort }}
{% trans "LANGUAGE(S)" %}
  • {% trans "Course content (navigation and course content excluding videos)" %}
  • {% trans "Videos (language spoken in course videos)" %}
  • {% trans "Video transcript (video caption language)" %}
{{ run_form.language}} {{ run_form.transcript_languages}} {{ run_form.video_language}}
{% trans "LENGTH" %}
  • {% trans "Length of course, in number of weeks" %}
  • {% trans "If the time between start/end dates is not exact, ex: 8.5 weeks, " %} {% trans "indicate whether the course should be listed as 8 weeks or 9 weeks." %}
{{ run_form.length}}
{% trans "LEVEL TYPE" %}
  • {% trans "Introductory - No prerequisites; an individual with some to all of a secondary school degree could complete" %}
  • {% trans "Intermediate - Basic prerequisites; a secondary school degree likely required to be successful as well as some university" %}
  • {% trans "Advanced - Significant number of prerequisites required; course geared to 3rd or 4th year university student or a masters degree student" %}
{{ course_form.level_type }}
{% endif %}

{% trans "After you submit this information, an edX project coordinator creates an instance for the course as well as a course run in Studio. When the Studio instance is ready, you will receive an email notification. You can then enter course content in Studio." %}

{% trans "If you have additional information for your course About page, you can enter it on the next page. You can edit this information at any time before edX publishes the course About page." %}

{% trans "Cancel" %}
{% if publisher_add_instructor_feature %} {% include "publisher/_add_instructor_popup.html" %} {% endif %} {% endblock %} {% block extra_js %} {{ run_form.media }} {% endblock %}