-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·636 lines (555 loc) · 35.9 KB
/
index.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
<!DOCTYPE html>
<html>
<head>
<title>EvoRoom 3</title>
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0,height=device-height" />
<link href="js/sail.js/css/sail.css" rel="stylesheet" type="text/css" />
<link href="css/jquery-ui.css" rel="stylesheet" type="text/css" />
<link href="css/evoroom.css" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<script src="js/libs/phonegap-1.2.0.js" type="text/javascript"></script>
<script src="js/libs/barcodescanner.js" type="text/javascript"></script>
<script src="js/sail.js/sail.js"></script>
<script>
Sail.load()
.then('js/sail.js/rollcall.js')
.then('js/evoroom.js')
.thenRun(function() {
return Sail.init(EvoRoom);
});
</script>
</head>
<body>
<header>
<div class="progressbar day1 hide">
<div class="indicator">1. Orientation</div>
<div class="indicator">2. Rotation I</div>
<div class="indicator">3. Meetup I</div>
<div class="indicator">4. Rotation II</div>
<div class="indicator">5. Meetup II</div>
<div class="indicator">6. Complete</div>
</div>
<div class="progressbar day2 hide">
<div class="indicator">1. 2 mya</div>
<div class="indicator">2. Transition</div>
<div class="indicator">3. Present</div>
<div class="indicator">4. Concepts</div>
<div class="indicator">5. Complete</div>
</div>
</header>
<div id="evoroom">
<!-- ***********************************************HELPERS**************************************************** -->
<!--
<div class="banner">
<strong class="project">EvoRoom</strong>
<br />
<strong>Evolution Processes</strong>
</div>
-->
<div id="loading-page" class="full-text-box" style="display:none">
<div class="title"><b>Please wait...</b></div>
<div class="content">Fetching data from server</div>
<img class="loader-gif" src="loader.gif" alt="Loader image indicating waiting">
</div>
<div id="team-meeting" class="full-text-box" style="display:none">
<div class="title"><b>Please wait for all team members to arrive</b></div>
<div class="content">Once all team members have scanned in at the location you will receive additional information to proceed.</div>
<img class="loader-gif" src="loader.gif" alt="Loader image indicating waiting">
</div>
<div id="go-to-location" class="full-text-box" style="display:none">
<div class="title">
<b>Instructions:</b> Go to <span class="current-location orange"></span> and perform a QR scan.
</div>
<button class="big-button"><b>QR scan</b></button>
</div>
<div id="location-scan-failure" class="full-text-box" style="display:none">
<div class="title"><b>Location QR code scanning failed!</b></div>
<div>
Scanning the QR code of the location failed. Please try again or proceed by pressing the button for the location you are at.
</div>
<button class="small-error-resolver-button" data-location="station_a"><b>Station A</b></button>
<button class="small-error-resolver-button" data-location="station_b"><b>Station B</b></button>
<button class="small-error-resolver-button" data-location="station_c"><b>Station C</b></button>
<button class="small-error-resolver-button" data-location="station_d"><b>Station D</b></button>
<button class="big-button"><b>Scan again</b></button>
</div>
<!-- ***********************************************ENTRY**************************************************** -->
<div id="room-scan-failure" class="full-text-box" style="display:none">
<div class="title"><b>QR code scanning failed</b></div>
<div>
QR scan on room entry failed. Either proceed without scanning or try again.
</div>
<button class="big-error-resolver-button"><b>Enter room</b></button>
<button class="big-button"><b>Scan again</b></button>
</div>
<div id="log-in-success" class="full-text-box" style="display:none">
<div class="title"><b>Log in successful</b></div>
<p>
Congratulations! You are now in the final stages of training in gaining entry to our elite team of rainforest ecologists.
</p>
<p>
To successfully complete this exercise, you must demonstrate your knowledge of evolutionary concepts, knowledge of your specialist species, problem solving-skills and ability to work in a team-based environment.
</p>
<p>
This exercise consists of 6 steps and will take approximately 30 minutes to complete. When you are ready to begin, perform a QR scan at the entrance of the simulation lab.
</p>
<button class="big-button"><b>QR scan</b></button>
</div>
<div id="team-assignment" class="full-text-box" style="display:none">
<div class="title"><b>Welcome to the simulation lab</b></div>
<div class="content">
For this exercise, instead of working in your specialty groups (i.e., birds, other mammals, plants & insects, primates), you will be working with people from various specialties as a team. Your team should have at least one expert from each of the specialty groups.
</div>
<br />
<div>Team assignment:</div>
<div class="team-name orange indent"></div>
<br />
<div>Team members:</div>
<div class="members"></div>
<button class="small-button"><b>Next</b></button>
</div>
<div id="organism-assignment" class="full-text-box" style="display:none">
<div class="title"><b>Welcome to the simulation lab</b></div>
<div class="content">
You will be responsible for observing the following organisms within your team.
</div>
<br />
<div>Organism assignment:</div>
<div class="assigned-organism-1 organism-clear orange indent"></div>
<div class="assigned-organism-2 organism-clear orange indent"></div>
<div class="assigned-organism-3 organism-clear orange indent"></div>
<div class="assigned-organism-4 organism-clear orange indent"></div>
<div class="assigned-organism-5 organism-clear orange indent"></div>
<div class="assigned-organism-6 organism-clear orange indent"></div>
<br>
<p>
During this exercise, you will be taken back in time to: 200, 150, 100, 50, 25, 10, 5, 2 million years ago (mya). As a team, you will complete a cladogram, by identifying your assigned organism and/or their ancestors at the specified times.
</p>
<p>
You will receive an orientation from your science teacher. After, your teacher will advance everyone to the next step.
</p>
<p>
The orientation will begin shortly.
</p>
</div>
<!-- ***********************************************ROTATION**************************************************** -->
<div id="student-chosen-organisms" style="display:none">
<img class="chosen-organism-image" />
</div>
<div id="observe-organisms-instructions" class="full-text-box" style="display:none">
<div class="title">
<b>Instructions: </b>There are four different versions of Southeast Asia set at different times in this room: 200, 150, 100, and 50 mya.
</div>
<div class="content">
When you click ’Next’ your list of assigned organisms will appear. Your task is to determine whether your organisms are present at the time periods and if not, whether their ancestral forms are present.
</div>
<button class="small-button"><b>Next</b></button>
</div>
<div id="observe-organisms" class="full-text-box" style="display:none">
<div class="title">
<b>Time: </b><span class="year orange"></span>
</div>
<div class="content">
<b>Instructions: </b>Choose an organism to begin.
</div>
<div class="table-container">
<table class="organism-table observe-organism-table">
<!-- <tr>
<td class="organism-boxes box1" style="display:none">
<button type="submit" class="organism-table-button button1">
<img class="organism1 organism-image">
</button>
<div class="organism-table-text text1"></div>
</td>
<td class="organism-boxes box2" style="display:none">
<button type="submit" class="organism-table-button button2">
<img class="organism2 organism-image">
</button>
<div class="organism-table-text text2"></div>
</td>
</tr>
<tr>
<td class="organism-boxes box3" style="display:none">
<button type="submit" class="organism-table-button button3">
<img class="organism3 organism-image">
</button>
<div class="organism-table-text text3"></div>
</td>
<td class="organism-boxes box4" style="display:none">
<button type="submit" class="organism-table-button button4">
<img class="organism4 organism-image">
</button>
<div class="organism-table-text text4"></div>
</td>
</tr>
<tr>
<td class="organism-boxes box5" style="display:none">
<button type="submit" class="organism-table-button button5">
<img class="organism5 organism-image">
</button>
<div class="organism-table-text text5"></div>
</td>
<td class="organism-boxes box6" style="display:none">
<button type="submit" class="organism-table-button button6">
<img class="organism6 organism-image">
</button>
<div class="organism-table-text text6"></div>
</td>
</tr> -->
</table>
</div>
<button class="small-button" style="display:none"><b>Done</b></button>
</div>
<div id="is-organism-present" class="full-text-box" style="display:none">
<div class="title">
<b>Time: </b><span class="year orange"></span>
</div>
<div class="content">
<b>Organism: </b><span class="chosen-organism"></span>
</div>
<div class="organism-choice-box jquery-radios">
<p>Is the organism present here?<p>
<button class="org-choice-button presence-choice" data-choice="org-present">Yes</button>
<button class="org-choice-button presence-choice" data-choice="org-not-present">No</button>
</div>
<button class="small-button" style="display:none"><b>Done</b></button>
</div>
<div id="ancestor-information" class="full-text-box" style="display:none">
<div class="title">
<b>Time: </b><span class="year orange"></span>
</div>
<div class="content">
<b>Organism: </b><span class="chosen-organism"></span>
</div>
<p class="second-content">
Which of the following is most likely the organism’s ancestor? Click on each organism to read more about it. Click ’Next’ when you are ready to answer the question.
</p>
<table class="organism-table ancestor-information-table">
</table>
<button class="small-button"><b>Next</b></button>
</div>
<div id="ancestor-information-details" class="full-text-box" style="display:none">
<div class="title">
<b>Time: </b><span class="year orange"></span>
</div>
<div class="content">
<b>Organism: </b><span class="chosen-organism"></span>
</div>
<br />
<div class="ancestor-content lowest-content small-font">
<b>Description: </b><span class="ancestor-description"></span>
</div>
<button class="small-button"><b>Back</b></button>
</div>
<div id="choose-ancestor" class="full-text-box" style="display:none">
<div class="title">
<b>Time: </b><span class="year orange"></span>
</div>
<div class="content">
<b>Organism: </b><span class="chosen-organism"></span>
</div>
<p>
Which of the following is most likely the organism’s ancestor or predecessor?
</p>
<table class="organism-table choose-ancestor-table">
</table>
</div>
<!-- ***********************************************MEETUP**************************************************** -->
<div id="meetup-instructions" class="full-text-box" style="display:none">
<div class="title">
<b>Instructions: </b>
<span class="rotation1" style="display:none">You and your team members have just completed a survey of the organisms at 200, 150, 100, and 50 mya. Your task now is to review this information together.</span>
<span class="rotation2" style="display:none">You and your team members have just completed a survey of the organisms at 25, 10, 5, and 2 mya. Your task now is to review this information together.</span>
</div>
<button class="small-button"><b>Done</b></button>
</div>
<div id="meetup" class="full-text-box" style="display:none">
<div class="title">
<b>Instructions: </b>
Review the cladogram at the front of the room and discuss the following question with your team members. Record your answer below.
</div>
<br/>
<div class="topic"></div>
<textarea class="meetup-text-entry text-entry lowest-content"></textarea>
<button class="small-button"><b>Done</b></button>
</div>
<!-- ***********************************************HOMEWORK ASSIGNMENT**************************************************** -->
<div id="day1-complete" class="full-text-box" style="display:none">
<div class="title">
<b>Day 1 complete</b>
</div>
<p>
Your homework is to assign your organisms with possible evolutionary mechanisms at play between the time periods you examined today.
</p>
<p>
Go to your learning portfolio website to complete your homework, there will be more instructions there.
</p>
</div>
<!-- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- **************************************************** DAY 2 *********************************************************** -->
<!-- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- *****************************************************2 MYA************************************************************ -->
<div id="log-in-success-day2" class="full-text-box" style="display:none">
<div class="title"><b>Log in successful</b></div>
<p>
Welcome to day 2 of your training.
</p>
<p>
Today’s exercise continues from day 1 and consists of 6 steps. It will take approximately 30 minutes to complete. When you are ready to begin, perform a QR scan at the entrance of the simulation lab.
</p>
<button class="big-button"><b>QR scan</b></button>
</div>
<div id="team-organism-assignment-day2" class="full-text-box" style="display:none">
<div class="title"><b>Welcome to the simulation lab</b></div>
<div class="content">
You will be working with the same team and be responsible for observing the same organisms as on day 1.
</div>
<p>
The room is currently set at 2 million years ago (mya) - the last time period you examined on day 1. As we transition the room to present day, you will finish completing the cladogram with your team.
You will also identify the various evolutionary mechanisms observed on both day 1 and 2.
</p>
<div>Team assignment:</div>
<div class="team-name orange indent"></div>
<p>
In addition, you will be responsible for observing the following organisms within your team.
<p>
<div class="lowest-content">Organism assignment:
<div class="assigned-organism-1 organism-clear orange indent"></div>
<div class="assigned-organism-2 organism-clear orange indent"></div>
<div class="assigned-organism-3 organism-clear orange indent"></div>
<div class="assigned-organism-4 organism-clear orange indent"></div>
<div class="assigned-organism-5 organism-clear orange indent"></div>
<div class="assigned-organism-6 organism-clear orange indent"></div>
</div>
<!--<button class="small-button"><b>Next</b></button>-->
</div>
<div id="2mya-instructions" class="full-text-box" style="display:none">
<div class="title">
<b>Instructions: </b>Your task is to review the information for each of your assigned organisms from day 1 and your homework in relation to your organism at 2 mya. You may need to consult your team members to complete this task.
</div>
<button class="small-button"><b>Next</b></button>
</div>
<div id="2mya-choose-organisms" class="full-text-box" style="display:none">
<div class="title">
<b>Time: </b><span class="orange">2 mya</span>
</div>
<div class="content">
<b>Instructions: </b>Click on an organism to begin.
</div>
<div class="lowest-content">
<table class="organism-table 2mya-table">
</table>
</div>
<button class="small-button" style="display:none"><b>Done</b></button>
</div>
<div id="2mya-organism-details" class="full-text-box" style="display:none">
<div class="title">
<b>Time: </b><span class="orange">2 mya</span>
</div>
<div class="content">
<b>Organism: </b><span class="organism"></span>
</div>
<p>
Describe the organism’s main features and the main evolutionary mechanism(s) behind each feature.
</p>
<textarea class="2mya-organism-details-text-entry text-entry"></textarea>
<button class="small-button"><b>Done</b></button>
</div>
<!-- *****************************************************TRANSITION************************************************************ -->
<div id="transition" class="full-text-box" style="display:none">
<div class="title">
Your science teacher will lead you through the simulation lab’s transition from 2 mya to present day. Once it is complete, your teacher will advance everyone to the next step.
</div>
<div class="content">
The transition will begin shortly.
</div>
</div>
<!-- *****************************************************PRESENT DAY*********************************************************** -->
<div id="present-day-instructions" class="full-text-box" style="display:none">
<div class="title">
<b>Instructions: </b>There are two different versions of rainforests in Southeast Asia set at present day: Borneo and Sumatra.
</div>
<div class="content">
Once you click ’Next’ your list of assigned organisms will appear. Your task is to determine whether your organisms are present at each of the rainforest.
</div>
<button class="small-button"><b>Next</b></button>
</div>
<div id="present-day-organisms" class="full-text-box" style="display:none">
<div class="title">
<b>Location: </b><span class="location orange"></span>
</div>
<div class="content">
<b>Instructions: </b>Determine whether the organisms below are present at this location
</div>
<div class="table-container lowest-content">
<table class="present-day-organisms-table">
<tr data-organism="" data-choice="none">
<td>
<img class="organism-image" src="/images/none_icon.png" alt="Place holder icon if animal icon is missing" />
<div class="small-font organism-text"></div>
</td>
<td>
<button class="presence-choice">yes</button>
<button class="presence-choice">no</button>
</td>
</tr>
<tr data-organism="" data-choice="none">
<td>
<img class="organism-image" src="/images/none_icon.png" alt="Place holder icon if animal icon is missing" />
<div class="small-font organism-text"></div>
</td>
<td>
<button class="presence-choice">yes</button>
<button class="presence-choice">no</button>
</td>
</tr>
<tr data-organism="" data-choice="none">
<td>
<img class="organism-image" src="/images/none_icon.png" alt="Place holder icon if animal icon is missing" />
<div class="small-font organism-text"></div>
</td>
<td>
<button class="presence-choice">yes</button>
<button class="presence-choice">no</button>
</td>
</tr>
<tr data-organism="" data-choice="none">
<td>
<img class="organism-image" src="/images/none_icon.png" alt="Place holder icon if animal icon is missing" />
<div class="small-font organism-text"></div>
</td>
<td>
<button class="presence-choice">yes</button>
<button class="presence-choice">no</button>
</td>
</tr>
<tr data-organism="" data-choice="none">
<td>
<img class="organism-image" src="/images/none_icon.png" alt="Place holder icon if animal icon is missing" />
<div class="small-font organism-text"></div>
</td>
<td>
<button class="presence-choice">yes</button>
<button class="presence-choice">no</button>
</td>
</tr>
<tr data-organism="" data-choice="none">
<td>
<img class="organism-image" src="/images/none_icon.png" alt="Place holder icon if animal icon is missing" />
<div class="small-font organism-text"></div>
</td>
<td>
<button class="presence-choice">yes</button>
<button class="presence-choice">no</button>
</td>
</tr>
</table>
</div>
<button class="small-button" style="display:none"><b>Done</b></button>
</div>
<!-- *****************************************************CONCEPTS aka BRAINSTORMING *********************************************************** -->
<div id="concepts-instructions" class="full-text-box" style="display:none">
<div class="title">
<b>Instructions: </b>Your task is to brainstorm with your team members and identify the evolutionary mechanisms observed on both day 1 and 2.
</div>
<button class="small-button"><b>Next</b></button>
</div>
<div id="concepts-discussion" class="full-text-box" style="display:none">
<div class="title">
<b>Instructions: </b>Discuss the following question amongst your team members. Record the answers that pertain to your assigned organisms. Please be specific (e.g., add a separtate note for each time period).
</div>
<div class="content">
Based on your observations, homework, and team discussions, what evolutionary forces do you think are at play at the different time periods, as well as in Borneo and Sumatra?
</div>
<select class="evolution-concept-dropdown">
<option value="no value">Choose an evolution concept</option>
<option value="adaptation">Adaptation</option>
<option value="bottleneck">Bottleneck</option>
<option value="coevolution">Coevolution</option>
<option value="founder effect">Founder effect</option>
<option value="gene flow">Gene flow</option>
<option value="natural selection">Natural selection</option>
<option value="reproductive isolation">Reproductive isolation</option>
<option value="sexual selection">Sexual selection</option>
<option value="other">Other</option>
</select>
<button class="time-period-pop-up-button concepts-button">Choose the time period(s) involved</button>
<button class="organism-pop-up-button concepts-button">Choose the organism(s) involved</button>
<div class="text-entry-header">Please explain what you think happened. Please provide evidence.</div>
<textarea class="concepts-discussion-text-entry text-entry"></textarea>
<button class="small-button"><b>Done</b></button>
</div>
<div id="time-period-pop-up" class="pop-up" style="display:none">
<form class="time-period-form pop-up-form column1">
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="time-period" value="200 mya" />200 mya<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="time-period" value="150 mya" />150 mya<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="time-period" value="100 mya" />100 mya<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="time-period" value="50 mya" />50 mya<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="time-period" value="25 mya" />25 mya<br /></label>
</form>
<form class="time-period-form pop-up-form column2">
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="time-period" value="10 mya" />10 mya<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="time-period" value="5 mya" />5 mya<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="time-period" value="2 mya" />2 mya<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="time-period" value="present day Borneo" />Present day Borneo<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="time-period" value="present day Sumatra" />Present day Sumatra<br /></label>
</form>
<button class="small-button"><b>Done</b></button>
</div>
<div id="organism-pop-up" class="pop-up" style="display:none">
<form class="organism-form pop-up-form column1">
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="blue_headed_pitta" />Blue-headed pitta<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="garnet_pitta" />Garnet pitta<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="great_argus_pheasant" />Great argus pheasant<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="helmeted_hornbill" />Helmeted hornbill<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="malabar_grey_hornbill" />Malabar grey hornbill<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="rhinoceros_hornbill" />Rhinoceros hornbill<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="ant" />Ant<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="fig_wasp" />Fig wasp<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="termite" />Termite<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="civet" />Civet<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="leopard_cat" />Leopard cat<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="sumatran_tiger" />Sumatran tiger<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="sunda_clouded_leopard" />Sunda clouded leopard<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="borneo_porcupine" />Borneo porcupine<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="common_porcupine" />Common porcupine<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="sumatran_striped_rabbit" />Sumatran striped rabbit<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="sunda_pangolin" />Sunda pangolin<br /></label>
</form>
<form class="organism-form pop-up-form column2">
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="malayan_tapir" />Malayan tapir<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="sumatran_rhinoceros" />Sumatran rhinoceros<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="fig_tree" />Fig tree<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="forest_durian" />Forest durian<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="ginger" />Ginger<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="jambu_tree" />Jambu tree<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="meggaris_tree" />Meggaris tree<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="pitcher_plant" />Pitcher plant<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="rafflesia" />Rafflesia<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="tetrastigma" />Tetrastigma<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="titan_arum" />Titan arum<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="bornean_orangutan" />Bornean orangutan<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="mitered_leaf_monkey" />Mitered leaf monkey<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="muellers_gibbon" />Mueller's gibbon<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="proboscis_monkey" />Proboscis monkey<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="sumatran_orangutan" />Sumatran orangutan<br /></label>
<label class="pop-up-checkbox"><input class="pop-up-checkbox" type="checkbox" name="organism" value="white_fronted_langur" />White fronted langur<br /></label>
<!-- <input class="pop-up-checkbox" type="checkbox" name="organism" value="" /><br /> -->
</form>
<button class="small-button"><b>Done</b></button>
</div>
<!-- ***********************************************HOMEWORK ASSIGNMENT**************************************************** -->
<div id="day2-complete" class="full-text-box" style="display:none">
<div class="title">
<b>Day 2 complete</b>
</div>
<p>
Your homework is to write a reflection on what you examined today and on day 1.
</p>
<p>
Go to your learning portfolio website to complete your homework, there will be more instructions there.
</p>
</div>
</div>
</body>
</html>