You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Only show the StudyClues widget for certain base courses and when the path includes "/ns/books/".
1099
1155
// This is a temporary measure to limit the widget to courses that are known to work well with it and to avoid showing it on non-book pages where it may not be as useful.
Copy file name to clipboardExpand all lines: bases/rsptx/interactives/runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -400,7 +400,11 @@ <h4>Before you keep reading...</h4>
400
400
{% endif %}
401
401
402
402
<divid="scprogresscontainer">
403
-
You have attempted <spanid="scprogresstotal"></span> of <spanid="scprogressposs"></span> activities on this page <divid="subchapterprogress" aria-label="Page progress"></div>
403
+
<divid="scprogress-activity-count">
404
+
You have attempted <spanid="scprogresstotal"></span> of
405
+
<spanid="scprogressposs"></span> activities on this page.
<divclass="setting-description">Set the start date for your course term</div>
27
+
<divclass="setting-description">Set this to the first day students will be able to do work in the course. Student work before this date will not be counted.</div>
<label><inputtype="checkbox" name="instructor" value="yes" {%ifsubmittedisdefinedandsubmitted.instructor == 'yes' %}checked{%else%}checked{%endif%}> Make me the Instructor of this course.</label><br>
149
149
<labelfor="startdate">Term start date</label>
150
-
<inputtype="date" name="startdate" id="startdate" class="form-control" requiredvalue="{{ submitted.startdate if submitted is defined else current_date }}">
150
+
<inputtype="date" name="startdate" id="startdate" class="form-control" requiredvalue="{{ submitted.startdate if submitted is defined else current_date }}" aria-describedby="startdate-hint">
151
+
<smallclass="form-text text-muted" id="startdate-hint">Set this to the first day students will be able to do work in the course. Student work before this date will not be counted.</small>
151
152
</div>
152
153
<divclass="form-section">
153
154
<divclass="step-title">Step 6: (Optional !!): Support Runestone Academy</div>
0 commit comments