-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
156 lines (146 loc) · 5.79 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="author" content="Andrew Seidel">
<title>Collaborating with Primary Students</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/sky.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<!-- This is the section to create the slides -->
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>Collaborating with <strong>Primary Students</strong></h1>
<pre><code class="hljs" data-trim contenteditable>
void setup() {
location = "CEMC 2017 - Summer Conference";
presenter = "Andrew Seidel";
}
</code></pre>
</section>
<section> <!-- main question section -->
<h2>Important Questions</h2>
<p><span class="fragment">Why collaborate?</span></p>
<p><span class="fragment">Who to collaborate with? Teacher(s) or students?</span></p>
<p><span class="fragment">What class(es) do I run this project in?</span></p>
<p><span class="fragment">How did it turn out?</span></p>
<p><span class="fragment">How do I start this?</span></p>
</section>
<section> <!-- why collaborate? -->
<h2>Why should I collaborate with primary teachers?</h2>
<p>Because it's fun!</p>
<p><span class="fragment">Gives students a real client to work for</span></p>
<p><span class="fragment">Gives students different perspective on clients</span></p>
</section>
<section>
<section> <!-- who to collaborate with? teacher(s) or students? -->
<h2>Who should I collaborate with?</h2>
</section>
<section> <!-- a single teacher -->
<h2>A single teacher</h2>
<p>
This would be a good place to start. This will allow you to get
your feet wet, and test out the waters to see if this is something
for you.
</p>
</section>
<section> <!-- multiple teachers -->
<h2>Multiple teachers</h2>
<p>
Multiple teachers on a single creation, or multiple individual projects?
</p>
</section>
<section> <!-- Students? -->
<h2>Students</h2>
<p>
Primary student lead project(s) and have high amount of input.
</p>
</section>
</section>
<section> <!-- What class(es) do I run this in? -->
<h2>What class(es) do I run this project in?</h2>
<p>I've had success in both <strong>ICS3U</strong> and <strong>ICS4U</strong></p>
<ul>
<span class="fragment"><li><strong>ICS3U</strong>: Students created a program to help
a primary school teacher teach mathematical concepts</li></span>
<span class="fragment"><li><strong>ICS4U</strong>: Each student (class of 6) created a
visualization or video game product for a group of grade 1 students</li></span>
</ul>
</section>
<section> <!-- How did it turn out? -->
<h2>How did it turn out?</h2>
<span class="fragment"><p><strong>GREAT!</strong></p></span>
<ul>
<span class="fragment"><li>Let's look at some Grade 3 project examples</li></span>
<span class="fragment"><li>Let's look at some Grade 1 project examples</li></span>
</ul>
</section>
<section> <!-- How do I go about doing this? -->
<section> <!-- Getting started -->
<h2>How to get started!</h2>
<ul>
<span class="fragment"><li>Have a project (or two) in mind</li></span>
<span class="fragment"><li>Speak with local principal</li></span>
<span class="fragment"><li>Contact receiving principal</li></span>
<span class="fragment"><li>Await teacher response</li></span>
<span class="fragment"><li>Collaborate!</li></span>
</ul>
</section>
<section> <!-- during the project -->
<h2>During Project</h2>
<ul>
<span class="fragment"><li>Communicate progress</li></span>
<span class="fragment"><li>Communicate with questions (if students have any)</li></span>
<span class="fragment"><li>Communicate</li></span>
<span class="fragment"><li>Communicate!</li></span>
<span class="fragment"><li>Communicate!!!</li></span>
</ul>
</section>
<section> <!-- end of the project -->
<h2>At Project-End</h2>
<ul>
<span class="fragment"><li>Pass along work</li></span>
<span class="fragment"><li>Request feedback from other party(ies) - including students</li></span>
<span class="fragment"><li>Request feedback from your own students</li></span>
<span class="fragment"><li>Reflect</li></span>
<span class="fragment"><li>Improve</li></span>
</ul>
</section>
</section>
<section> <!-- Group discussion -->
<h2>Collaborate!</h2>
<p> Time to collaborate!</p>
</section>
</div>
</div>
<!-- done up to here -->
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>