-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbreakoutR13.html
74 lines (51 loc) · 2.23 KB
/
breakoutR13.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<body>
<a href="images/sheet2">Sheet 2 Sept 08 </a>, <a href="images/rec2examples.pdf">Examples Sept 08 </a>,
<a href="images/sheet3">Sheet 3 Sept 10 </a>,
<a href="images/rec3examples">Examples Sept 10 </a>,
<a href="images/sheet4">Sheet 4 Sept 15 </a>,
<a href="images/rec4examples">Examples Sept 15 </a>
<a href="images/sheet5">Sheet 5 Sept 17 </a>,
<a href="images/rec5examples">Examples Sept 17 </a>
<a href="images/sheet6">Sheet 6 Sept 22 </a>,
<a href="images/sheet7">Sheet 7 Sept 24 </a>,
<a href="images/sheet8">Sheet 8 Sept 29 </a>,
<a href="images/rec9bonus">Bonus Sept 29 </a>,
<a href="images/sheet9">Sheet 9 Oct 1 </a>,
<a href="images/sheet10">Sheet 10 Oct 6 </a>,
<a href="images/sheet11">Sheet 11 Oct 8 </a>,
<a href="images/sheet12">Sheet 12 Oct 15 </a>,
<a href="images/sheet13">Sheet 13 Oct 20 </a>
<a href="images/sheet14">Sheet 14 Oct 22 </a>
<a href="images/sheet15">Sheet 15 Oct 27 </a>
<a href="images/sheet16">Sheet 16 Oct 29 </a>
<a href="images/sheet17">Sheet 17 Nov 5 </a>
<a href="images/sheet18">Sheet 18 Nov 10 </a>
<p>Select your breakout room:
<select id="mySelect" onchange="myFunction()">
<option value="0">Default</option>
<option value="1">Breakout Room 1</option>
<option value="2">Breakout Room 2</option>
<option value="3">Breakout Room 3</option>
<option value="4">Breakout Room 4</option>
<option value="4">Breakout Room 5</option>
<option value="4">Breakout Room 6</option>
</select></p>
<p id="demo"></p>
<script>
var urls = ["#",
"https://app.conceptboard.com/board/ktd2-guug-dsyx-onm8-2czx#",
"https://app.conceptboard.com/board/2886-h0zr-y3ka-o9uu-4hz1#",
"https://app.conceptboard.com/board/e5n0-nei9-6zyt-z37r-ftro#",
"https://app.conceptboard.com/board/2iax-h70c-87zb-0hb5-t0ys#",
"https://app.conceptboard.com/board/f3pc-em7e-o8ey-8c49-p5k5#",
"https://app.conceptboard.com/board/uiux-0b8y-iueb-nttf-t835#"]
function myFunction() {
var x = document.getElementById("mySelect").value;
document.getElementById("demo").innerHTML = '<embed type="text/html" src='+urls[x]+' width=100% height="1000px">';
}
</script>
<p> An explain everything board, just in case: <a href="https://expl.ai/XNRQBNDD"> Explain everything </a>; code XNRQBNDD</p>
</body>
</html>