Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 4e820b6

Browse files
committed
add context link
1 parent eefd7e6 commit 4e820b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

views/assignments/doAssignment.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ <h5 style='text-align:center;'>Not yet graded</h5>
7575
<div class='oneq full-width' id='{{=count}}'>
7676
<script class='htmlblock' type='text/html'>{{=q['htmlsrc']}}</script>
7777
</div>
78-
78+
<div class="oneq" style="width: 100%; text-align: center">
79+
<a href="/runestone/books/published/{{=course.base_course}}/{{=q['chapter']}}/{{=q['subchapter']}}.html#{{=q['name']}}">Question in Context</a>
80+
</div>
81+
<hr>
7982
{{count += 1}}
8083
{{pass}}
8184
{{pass}}

0 commit comments

Comments
 (0)