We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d0e52 commit 27cb3b6Copy full SHA for 27cb3b6
1 file changed
bases/rsptx/web2py_server/applications/runestone/static/js/peer.js
@@ -286,7 +286,7 @@ function connect(event) {
286
"Submit";
287
window.componentMap[currentQuestion].enableInteraction();
288
if (typeof studentVoteCount !== "undefined") {
289
- // studentVoteCount += 1;
+ studentVoteCount += 1;
290
if (studentVoteCount > 2) {
291
studentVoteCount = 2;
292
console.log("WARNING: resetting studentVoteCount to 2");
0 commit comments