%page expression_filter="h"/> <%inherit file="base.html" /> <%def name="online_help_token()"><% return "welcome" %>%def> <%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> <%block name="bodyclass">not-signedin index view-howitworks%block> <%block name="content">
${_("{studio_name} helps manage your online courses, so you can focus on teaching them").format( studio_name=settings.STUDIO_SHORT_NAME )}
${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('') )}
${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('') )}
${_("Draft your outline and build content anywhere. Simple drag and drop tools let you reorganize quickly.")}
${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('') )}
${_("{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)}
${_("Help your students understand one concept at a time with multimedia, HTML, and exercises.")}
${_("Work visually and see exactly what your students will see. Reorganize all your content with drag and drop.")}
${_("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)}
${_("{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)}
${_("Caught a bug? No problem. When you want, your changes go live when you click Save.")}
${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('') )}
${_("Co-authors have full access to all the same authoring tools. Make your course better through a team effort.")}