{% 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 "Sequence Courses:" %}
  • {% 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 "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 "Best Practices" %}
  • {% trans "Examples" %}
  • {% 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." %}
  • {% trans "CS002x" %}
  • {% trans "BIO1.1x; BIO1.2x etc." %}
{% 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 "If this course is part of a program, select the program type and enter the name of the program." %}
{{ 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 the course offers a verified or professional education certificate, select the certificate type and enter the price for the certificate." %}
{{ seat_form.type }}
{{ seat_form.price }}
{% if seat_form.price.errors %}
{{ seat_form.price.errors|escape }}
{% endif %}
{% trans "BRIEF DESCRIPTION" %}
  • {% trans "Best Practices" %}
  • {% trans "Examples" %}

{% trans "An effective short description:" %}

  • {% trans "Contains 25–50 words." %}
  • {% trans "Functions as a tagline." %}
  • {% trans "Conveys compelling reasons to take the course." %}
  • {% trans "Follows SEO guidelines." %}
  • {% trans "Targets a global audience." %}

{% trans "The first MOOC to teach positive psychology. Learn science-based principles and practices for a happy, meaningful life." %}

{{ course_form.short_description }}

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

{% trans "FULL DESCRIPTION" %}
  • {% trans "Best Practices" %}
  • {% trans "Examples" %}

{% trans "An effective long description:" %}

  • {% trans "Contains 150–300 words." %}
  • {% trans "Is easy to skim." %}
  • {% trans "Uses bullet points instead of dense text paragraphs." %}
  • {% trans "Follows SEO guidelines." %}
  • {% trans "Targets a global audience." %}

{% trans "The first four lines are visible when the About page opens. Learners can select \"See More\" to view the full description." %}

{% trans "Want to learn computer programming, but unsure where to begin? This is the course for you! Scratch is the computer programming language that makes it easy and fun to create interactive stories, games and animations and share them online." %}

{% trans "This course is an introduction to computer science using the programming language Scratch, developed by MIT. Starting with the basics of using Scratch, the course will stretch your mind and challenge you. You will learn how to create amazing games, animated images and songs in just minutes with a simple “drag and drop” interface." %}

{% trans "No previous programming knowledge needed. Join us as you start your computer science journey." %}

{% trans "Skills-based example:" %} {% trans "Taught by instructors with decades of experience on Wall Street, this M&A course will equip analysts and associates with the skills they need to rise to employment in the M&A field. Additionally, directors and managers who have transitioned, or hope to transition, to M&A from other areas such as equities or fixed income can use this course to eliminate skill gaps." %}
{{ course_form.full_description }}

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

{% trans "EXPECTED LEARNINGS" %}
  • {% trans "Best Practices" %}
  • {% trans "Examples" %}
  • {% trans "The skills and knowledge learners will acquire in this course." %}
  • {% trans "Format each item as a bullet with four to ten words." %}
  • {% trans "Basic R Programming" %}
  • {% trans "An applied understanding of linear and logistic regression" %}
  • {% trans "Application of text analytics" %}
  • {% trans "Linear and integer optimization" %}
{{ course_form.expected_learnings }}
{% trans "COURSE STAFF" %}
{% trans "The primary instructor or instructors in the course videos." %}
{{ run_form.staff }}
{% if publisher_add_instructor_feature %} {% endif %}
{% trans "SUBJECT FIELD" %}

{% trans "The subject of the course." %}

{% trans "You can select up to two subjects in addition to the primary subject. Only the primary subject appears on the About page." %}

{{ course_form.primary_subject }}
 
{{ course_form.secondary_subject }}
 
{{ course_form.tertiary_subject }}
{% trans "COURSE IMAGE" %}
{% trans "An eye-catching, colorful image that captures the essence of your course." %}
{% trans "Course Image Guidelines:" %}
  • {% trans "The image size must be 2120 x 1192 pixels." %}
  • {% trans "Each course in a sequence must have a unique image." %}
  • {% trans "The image cannot include text or headlines." %}
  • {% trans "You must have permission to use the image. Possible image sources include Flickr creative commons, Stock Vault, Stock XCHNG, and iStock Photo." %}
{{ course_form.image }}
{% trans "PREREQUISITES" %}
  • {% trans "Best Practices" %}
  • {% trans "Examples" %}
  • {% trans "Maximum 200 characters." %}
  • {% trans "Specific knowledge learners must have to be successful in the course. If the course has no prerequisites, enter \"None\"." %}
  • {% trans "Secondary school (high school) algebra; basic mathematics concepts" %}
  • {% trans "Graduate-level understanding of Keynesian economics" %}
  • {% trans "Basic algebra" %}
{{ course_form.prerequisites }}

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

{% trans "SYLLABUS" %}
  • {% trans "Best Practices" %}
  • {% trans "Examples" %}
  • {% trans "A review of content covered in your course, organized by week or module." %}
  • {% trans "Focus on topics and content." %}
  • {% trans "Do not include detailed information about course logistics, such as grading, communication policies, and reading lists." %}
  • {% trans "Format items as either paragraphs or a bulleted list." %}
  • {% trans "Week 1: From Calculator to Computer" %}
    {%trans "Introduction to basic programming concepts, such as values and expressions, as well as making decisions when implementing algorithms and developing programs." %}
  • {% trans "Week 2: State Transformation" %}
    {%trans "Introduction to state transformation, including representation of data and programs as well as conditional repetition." %}
{{ course_form.syllabus }}
{% trans "ESTIMATED EFFORT" %}
{% trans "The number of hours per week the learner should expect to spend on the course. This may be a range." %}
{{ run_form.min_effort }}
{{ run_form.max_effort }}
{% trans "LANGUAGE(S)" %}
{% trans "The languages available for videos, video transcripts, and course content other than videos and transcripts." %}
{{ run_form.language}} {{ run_form.transcript_languages}} {{ run_form.video_language}}
{% trans "LENGTH" %}
{% trans "The length of the course, in weeks, rounded to the nearest whole number." %}
{{ run_form.length}}
{% trans "LEVEL TYPE" %}
  • {% trans "Introductory - No prerequisites; a learner with some to all of a secondary school degree could complete the course." %}
  • {% trans "Intermediate - Basic prerequisites; learners need a secondary school degree or some university courses." %}
  • {% trans "Advanced - Significant prerequisites; the course is geared to third or fourth year university students or master's degree students." %}
{{ 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 %}