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

Commit 621db09

Browse files
committed
Try to clarify peer links
1 parent b4e5bce commit 621db09

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

views/peer/student.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
{{end}}
66

77

8-
<h1>Peer Work</h1>
8+
<h1>Peer Instruction Links</h1>
99
<h2></h2>
1010
<table class="table table-striped">
1111
<tr>
12-
<th>Name</th>
13-
<th>Async Link</th>
12+
<th>In Class Link</th>
13+
<th>After Class Link</th>
1414
<th>Due</th>
1515
<th>Description</th>
1616
</tr>
1717
{{i=0}}
1818
{{for assignment in assignments:}}
1919
<tr>
20-
<td><a href="peer_question?assignment_id={{=assignment['id']}}">{{=assignment['name']}}</a></td>
20+
<td><a href="peer_question?assignment_id={{=assignment['id']}}">{{=assignment['name']}} (in class)</a></td>
2121
{{if assignment.peer_async_visible:}}
22-
<td><a href="peer_async?assignment_id={{=assignment['id']}}">{{=assignment['name']}} (Async)</a></td>
22+
<td><a href="peer_async?assignment_id={{=assignment['id']}}">{{=assignment['name']}} (after class)</a></td>
2323
{{else:}}
24-
<td>Async Not Available</td>
24+
<td>Not Available</td>
2525
{{pass}}
2626
<td>{{=assignment['duedate']}}</td>
2727
<td>{{=assignment['description']}}</td>
@@ -30,4 +30,4 @@ <h2></h2>
3030
{{pass}}
3131
</table>
3232

33-
<p>Note: The async version of the assignment is only for use outside of and AFTER the class it was introduced.</p>
33+
<p><b>Note:</b> The "After Class" version of the assignment is only for use outside of and AFTER the class it was introduced. You will be able to vote for each question twice and review a chat trascript from a group that was recorded during class.</p>

0 commit comments

Comments
 (0)