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

Commit bfbe28c

Browse files
committed
minor cleanups to peer async
1 parent f79aff7 commit bfbe28c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

views/peer/peer_async.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<script>
77
eBookConfig.peer = true;
8-
eBookConfig.peerMOde = "async";
8+
eBookConfig.peerMode = "async";
99
</script>
1010

1111
<h2>Peer Instruction Question (After Class)</h2>
@@ -51,7 +51,7 @@ <h4>A discussion for you to consider</h4>
5151
<form action="/peer/peer_async">
5252
<input type="hidden" name="assignment_id" value="{{=assignment_id}}" />
5353
<input type="hidden" name="question_num" value="{{=nextQnum}}" />
54-
<button type="submit" onclick="return checkVoteCount()">Next Question</button>
54+
<button type="submit" onclick="return checkVoteCount()" style="float: right; margin-bottom: 20px;">Next Question</button>
5555
</form>
5656
</div>
5757
{{ pass }}
@@ -67,7 +67,6 @@ <h4>A discussion for you to consider</h4>
6767
var vote2done = false;
6868
var nextQuestionNumber = {{= nextQnum}};
6969
var assignId = '{{=assignment_id}}'
70-
eBookConfig.is_peer_async = true;
7170

7271
function checkVoteCount() {
7372
if (studentVoteCount < 2 || studentSubmittedVote2 == false) {

0 commit comments

Comments
 (0)