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

Commit 98048ca

Browse files
committed
merge upstream
1 parent e75d560 commit 98048ca

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docker-compose.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
version: "3"
55

66
services:
7-
jobe:
8-
image: runestone/jobeinabox
9-
build: ./jobeinabox/
10-
restart: always
11-
volumes:
12-
- ./jobeinabox/files:/usr/local/lib/java
7+
# jobe:
8+
# image: runestone/jobeinabox
9+
# build: ./jobeinabox/
10+
# volumes:
11+
# - ./jobeinabox/files:/usr/local/lib/java
1312
runestone:
1413
image: runestone/server
1514
restart: always
@@ -57,5 +56,5 @@ services:
5756
GOOGLE_GA: ${GOOGLE_GA}
5857
ADS_FILE: '${ADS_FILE}'
5958
QUICK_START: ${QUICK_START}
60-
links:
61-
- jobe
59+
# links:
60+
# - jobe

views/peer/peer_question.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ <h2>Peer Instruction Question</h2>
6161
var currentQuestion = '{{=XML(current_question.name)}}';
6262
document.addEventListener("DOMContentLoaded", function (event) {
6363
setTimeout(connect, 1000);
64+
window.mcList[currentQuestion].submitButton.innerHTML = "Submit";
6465
});
6566
var studentVoteCount = 1;
6667
</script>

0 commit comments

Comments
 (0)