Skip to content

Commit c6b66f8

Browse files
authored
Merge pull request #1169 from sethbern/fix-sync-pi-grading
Fix PI sync grading issue
2 parents ee3f555 + 27cb3b6 commit c6b66f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bases/rsptx/web2py_server/applications/runestone/static/js

bases/rsptx/web2py_server/applications/runestone/static/js/peer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function connect(event) {
286286
"Submit";
287287
window.componentMap[currentQuestion].enableInteraction();
288288
if (typeof studentVoteCount !== "undefined") {
289-
// studentVoteCount += 1;
289+
studentVoteCount += 1;
290290
if (studentVoteCount > 2) {
291291
studentVoteCount = 2;
292292
console.log("WARNING: resetting studentVoteCount to 2");

0 commit comments

Comments
 (0)