<%page expression_filter="h"/> <%inherit file="base.html" /> <%def name="online_help_token()"><% return "welcome" %> <%namespace name='static' file='static_content.html'/> <%! from django.core.urlresolvers import reverse from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %> <%block name="title">${_("Welcome")} <%block name="bodyclass">not-signedin index view-howitworks <%block name="content">

${_("Welcome to {studio_name}").format( studio_name=settings.STUDIO_NAME )}

${_("{studio_name} helps manage your online courses, so you can focus on teaching them").format( studio_name=settings.STUDIO_SHORT_NAME )}

${_("{studio_name}'s Many Features").format(studio_name=settings.STUDIO_SHORT_NAME)}

  1. ${_('{studio_name} Helps You Keep Your Courses Organized').format(studio_name=settings.STUDIO_SHORT_NAME)}
    ${_("{studio_name} Helps You Keep Your Courses Organized").format(studio_name=settings.STUDIO_NAME)}
    ${_("Enlarge image")}

    ${_("Keeping Your Course Organized")}

    ${Text(_("The backbone of your course is how it is organized. {studio_name} offers an {strong_start}Outline{strong_end} editor, providing a simple hierarchy and easy drag and drop to help you and your students stay organized.")).format( studio_name=settings.STUDIO_SHORT_NAME, strong_start=HTML(''), strong_end=HTML('') )}

    • ${_("Simple Organization For Content")}

      ${Text(_("{studio_name} uses a simple hierarchy of {strong_start}sections{strong_end} and {strong_start}subsections{strong_end} to organize your content.")).format( studio_name=settings.STUDIO_SHORT_NAME, strong_start=HTML(''), strong_end=HTML('') )}

    • ${_("Change Your Mind Anytime")}

      ${_("Draft your outline and build content anywhere. Simple drag and drop tools let you reorganize quickly.")}

    • ${_("Go A Week Or A Semester At A Time")}

      ${Text(_("Build and release {strong_start}sections{strong_end} to your students incrementally. You don't have to have it all done at once.")).format( strong_start=HTML(''), strong_end=HTML('') )}

  2. ${_('Learning is More than Just Lectures')}
    ${_("Learning is More than Just Lectures")}
    ${_("Enlarge image")}

    ${_("Learning is More than Just Lectures")}

    ${_("{studio_name} lets you weave your content together in a way that reinforces learning. Insert videos, discussions, and a wide variety of exercises with just a few clicks.").format(studio_name=settings.STUDIO_SHORT_NAME)}

    • ${_("Create Learning Pathways")}

      ${_("Help your students understand one concept at a time with multimedia, HTML, and exercises.")}

    • ${_("Work Visually, Organize Quickly")}

      ${_("Work visually and see exactly what your students will see. Reorganize all your content with drag and drop.")}

    • ${_("A Broad Library of Problem Types")}

      ${_("It's more than just multiple choice. {studio_name} supports more than a dozen types of problems to challenge your learners.").format(studio_name=settings.STUDIO_SHORT_NAME)}

  3. ${_('{studio_name} Gives You Simple, Fast, and Incremental Publishing. With Friends.').format(studio_name=settings.STUDIO_SHORT_NAME)}
    ${_("{studio_name} Gives You Simple, Fast, and Incremental Publishing. With Friends.").format(studio_name=settings.STUDIO_SHORT_NAME)}
    ${_("Enlarge image")}

    ${_("Simple, Fast, and Incremental Publishing. With Friends.")}

    ${_("{studio_name} works like web applications you already know, yet understands how you build curriculum. Instant publishing to the web when you want it, incremental release when it makes sense. And with co-authors, you can have a whole team building a course, together.").format(studio_name=settings.STUDIO_SHORT_NAME)}

    • ${_("Instant Changes")}

      ${_("Caught a bug? No problem. When you want, your changes go live when you click Save.")}

    • ${_("Release-On Date Publishing")}

      ${Text(_("When you've finished a {strong_start}section{strong_end}, pick when you want it to go live and {studio_name} takes care of the rest. Build your course incrementally.")).format( studio_name=settings.STUDIO_SHORT_NAME, strong_start=HTML(''), strong_end=HTML('') )}

    • ${_("Work in Teams")}

      ${_("Co-authors have full access to all the same authoring tools. Make your course better through a team effort.")}

${_("Sign Up for {studio_name} Today!").format(studio_name=settings.STUDIO_SHORT_NAME)}

${_("Outlining Your Course")}

${_("Simple two-level outline to organize your course. Drag and drop, and see your course at a glance.")}
${_("close modal")}

${_("More than Just Lectures")}

${_("Quickly create videos, text snippets, inline discussions, and a variety of problem types.")}
${_("close modal")}

${_("Publishing on Date")}

${_("Simply set the date of a section or subsection, and {studio_name} will publish it to your students for you.").format(studio_name=settings.STUDIO_SHORT_NAME)}
${_("close modal")}