{{ extend "admin/instructors.html"}} {{ block tabcontent }}

<h2>Runestone Help and Documentation</h2>

<h4>Current Videos</h4>
<div class="col-md-6">
    <h4>Create and Manage your course</h4>

    <p> Since you are here you have done much of what is in this video on
         <a href="https://youtu.be/t78ktTWrGkc">Creating a Course</a> But Do you
        know how to navigate between several courses?
        The <a href="https://youtu.be/RJ-bYYjKbTU"> Admin Page</a> Lets you
        manage every aspect of your course from student enrollment to grading.
    </p>
</div>

<div class="col-md-6">
    <h4>Check Student Progress and Activity</h4>

    <p>
        Do you wonder whether your students are really doing the readings
        homework? What Questions are they struggling with? Our
        <a href="https://youtu.be/10lRHVSk11c"> Instructor Dashboard</a> can
        show you. If you just want to see who's working on what in each chapter
        then take a look at the
        <a href="https://youtu.be/IqbKbNl8adg">Chapter Activity</a> report.
    </p>
</div>

<div class="col-md-6">
    <h4>Create your own assignments</h4>

    <p>
        Choose from the exercises we provide, questions written by fellow
        instructors, or write your own.
        <a href="https://youtu.be/h45c7_wIgGA">This video</a> will show you how.
    </p>
</div>

<div class="col-md-6">
    <h4>Grade Homework Right in the Book</h4>

    <p>
        For each assignment you can see all your student homeworks on one page.
        Grading is quick and easy with the click of a button to run each
        submission. Many exercises can also be auto graded! Check out
        <a href="https://youtu.be/ArghLTeeSvc">This Video</a>
    </p>
</div>

<div class="col-md-6">
    <h4>Write your own Questions</h4>

    <p>
        When you are ready you can write your own questions using the Runestone
        Components <a href="https://youtu.be/l84cb4wtM8g">This Video</a> will
        get you started.
    </p>
</div>

<div class="col-md-6">
    <h4>Overview of Runestone Directives</h4>
    <p>
        This
        <a
            href="/{{=request.application}}/books/published/overview/overview.html"
            >Overview Page</a
        >
        Shows you all of the runestone directives, along with the source. You
        may find this very useful for writing your own questions. You may need
        to add this as a course to your course list on the "Change Course" page.
    </p>
</div>
<div class="col-md-6">
    <h4>Frequently Asked Questions</h4>
    <p>
        We maintain a frequently asked questions page
        <a href="http://runestoneinteractive.org/pages/faq.html">Here</a>
    </p>
</div>

<div class="col-md-12">
    <h4>Instructor's Guide</h4>
    <p>
        We are working on more comprehensive documentation for using Runestone.
        The
        <a href="/{{=request.application}}/static/instructorguide/index.html"
            >Instructors Guide</a
        >
        is our current version. Please let us know what things need to be
        expanded on!
    </p>
</div>

<div class="col-md-12">
    <p>
        You can find all of the videos on
        <a
            href="https://www.youtube.com/playlist?list=PLnjfglXW2QQSVCuOj4VsdmWTRAfQy6Zrb"
            >this youtube playlist</a
        >
    </p>
</div>

<script type="text/javascript">
    $(".dashboardnav").removeClass("active");
    $("#doctab").addClass("active");
</script>
{{ end }}