Skip to content

Commit dce3efe

Browse files
committed
Fixes to tags and image links
1 parent 90f5aa7 commit dce3efe

2 files changed

Lines changed: 12 additions & 17 deletions

File tree

pretext/Assignments/assembleAssignment.ptx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
of activities they attempt in each subchapter. In readings, these are only graded for interaction, not correctness.
5252
Exercises are individual problems for students to solve that can be graded for correctness, including active code,
5353
short answer, multiple choice, parsons problems, etc. These can be from the ebook that you are using or even problems that you write yourself.
54-
An assignment can have just readings, just exercises, or both. See the subsections below for setting up Readings and Exercises.<p>
54+
An assignment can have just readings, just exercises, or both. See the subsections below for setting up Readings and Exercises.</p>
5555

5656
</li>
5757
</ol>
@@ -104,7 +104,7 @@
104104
If the exercise has a name that starts with the ebook's name like "csawesome2__" and has a book icon under the source column, then it is
105105
from the ebook, shown in the red box below. If it has a percon icon under Source, it is contributed by another teacher in the community, shown in the purple box below.
106106
There are also controls in the green box below that can be used to filter by problem type or to just show the problems from the book.
107-
After selecting problems, click on the orange Choose exercises button to add them to the assignment. </p>
107+
After selecting problems, click on the orange Choose exercises button to add them to the assignment.
108108
</p>
109109
<figure align="center" xml:id="browse_exercises_fig">
110110
<caption>Browse Exercises</caption>
@@ -157,9 +157,9 @@
157157

158158
<subsection xml:id="subsec-accommodations">
159159
<title>Accommodations</title>
160+
<introduction>
160161
<p>Runestone allows you to create accommodations for students who need them. You can create an
161-
accommodation for a student by clicking on the accommodations menu item in the assignment
162-
builder, or use the link from the course home page. There are three kinds of accommodations
162+
accommodation for a student in the Instructor Dashboard by clicking on <em>Manage Accommodations</em> under the <em>Student Management</em> menu or use the link from the course home page. There are three kinds of accommodations
163163
that you can create: <ul>
164164
<li>Extra Time on Timed Assessments</li>
165165
<li>Extended Due Date</li>
@@ -171,6 +171,7 @@
171171
<caption>Creating Accommodations</caption>
172172
<image source="Figures/accommodations.png" width="75%" />
173173
</figure>
174+
</introduction>
174175
<subsubsection
175176
xml:id="subsubsec-ExamTime">
176177
<title>Extra Exam Time</title>

pretext/InstructorInterface/viewStudentActivity.ptx

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p>In the new Instructor Dashboard, you can view student activity reports such as Chapter Activity and Exercise Metrics in the Course Analytics menu. You can also download the course logs and csv files.</p>
88
<figure align="center">
99
<caption>Instructor Dashboard: Course Analytics</caption>
10-
<image source="InstructorDashboard_CourseAnalytics.png" width="100%" alt="Instructor Dashboard Course Analytics"/>
10+
<image source="Figures/InstructorDashboard_CourseAnalytics.png" width="100%" alt="Instructor Dashboard Course Analytics"/>
1111
</figure>
1212

1313
<p>The following student activities are logged:</p>
@@ -54,7 +54,7 @@
5454
<p>One very easy to use report that allows you to quickly see how much work your students are doing on each page is the Chapter Activity report found under Course Analytics.</p>
5555
<figure align="center">
5656
<caption>Instructor Dashboard: Chapter Activity</caption>
57-
<image source="InstructorDashboard_CourseAnalytics.png" width="100%" alt="Instructor Dashboard Course Analytics"/>
57+
<image source="Figures/InstructorDashboard_CourseAnalytics.png" width="100%" alt="Instructor Dashboard Course Analytics"/>
5858
</figure>
5959
<p>On the Chapter Activity (Student Progress) page, pull down the first menu to select a chapter and pull down the second menu to see different reports on the count of activities that students have completed and how many were correct, as well as their first and last interaction date/times. These reports can be downloaded as CSV files and can be opened as spreadsheets. You can also filter by chapter or any other search criteria using the down arrow next to the column headers. </p>
6060
<figure align="center">
@@ -72,24 +72,18 @@
7272

7373
<subsection xml:id="instructor-interface_student-progress-tab">
7474
<title>Student Progress: Exercise Metrics</title>
75-
<p>The instructor interface lets you see summaries of some of these activities that may be useful to you. To get started, from the instructor Dashboard, click on Course Analytics and then Exercise Metrics.
75+
<p>The instructor interface lets you see summaries of some of these activities that may be useful to you. To get started, from the instructor Dashboard, click on Course Analytics and then Exercise Metrics. </p>
7676
<p>
77-
<ol marker="1">
78-
<li>
79-
<p>If you have assigned students to read a particular chapter prior to (or after) class, you can see at a glance what percentage of them have looked at each of the pages in a chapter. In the upper right hand corner, you can select a chapter. Then look at the left side.</p>
80-
</li>
81-
</ol>
77+
If you have assigned students to read a particular chapter prior to (or after) class, you can see at a glance what percentage of them have looked at each of the pages in a chapter. In the upper right hand corner, you can select a chapter. Then look at the left side.
8278
</p>
8379
<figure align="center" xml:id="student_prog_fig">
8480
<caption xmlns:c="https://www.sphinx-doc.org/" xmlns:changeset="https://www.sphinx-doc.org/" xmlns:citation="https://www.sphinx-doc.org/" xmlns:cpp="https://www.sphinx-doc.org/" xmlns:index="https://www.sphinx-doc.org/" xmlns:js="https://www.sphinx-doc.org/" xmlns:math="https://www.sphinx-doc.org/" xmlns:py="https://www.sphinx-doc.org/" xmlns:rst="https://www.sphinx-doc.org/" xmlns:std="https://www.sphinx-doc.org/">Figure 1: Page to view student progress</caption>
8581
<image source="Figures/ChapterProgress.JPG" width="100%" alt="Viewing student progress"/>
8682
</figure>
83+
84+
8785
<p>
88-
<ol marker="1">
89-
<li>
90-
<p>You can see how students did on the multiple choice problems in the chapter. Some instructors have found it useful to focus in class on those questions where many students got the question wrong initially. Currently, the interface sorts the questions in order of the percentage of students who got them right the first time, so you may want to scroll down to find the ones they had trouble with.</p>
91-
</li>
92-
</ol>
86+
You can see how students did on the multiple choice problems in the chapter. Some instructors have found it useful to focus in class on those questions where many students got the question wrong initially. Currently, the interface sorts the questions in order of the percentage of students who got them right the first time, so you may want to scroll down to find the ones they had trouble with.
9387
</p>
9488
<figure align="center" xml:id="view_mc_fig">
9589
<caption xmlns:c="https://www.sphinx-doc.org/" xmlns:changeset="https://www.sphinx-doc.org/" xmlns:citation="https://www.sphinx-doc.org/" xmlns:cpp="https://www.sphinx-doc.org/" xmlns:index="https://www.sphinx-doc.org/" xmlns:js="https://www.sphinx-doc.org/" xmlns:math="https://www.sphinx-doc.org/" xmlns:py="https://www.sphinx-doc.org/" xmlns:rst="https://www.sphinx-doc.org/" xmlns:std="https://www.sphinx-doc.org/">Figure 2: Viewing multiple choice results</caption>

0 commit comments

Comments
 (0)