-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathY5-Computing.html
More file actions
161 lines (124 loc) · 5.94 KB
/
Y5-Computing.html
File metadata and controls
161 lines (124 loc) · 5.94 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="description" content="Resources for Wellington Computing department">
<meta name="author" content="Myles Bebbington">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Wellington College International Shanghai Computing Department</title>
<link rel='stylesheet' href='css/Y9.css'/>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="js/jquery.matchHeight.js"></script>
</head>
<body>
<div id="page">
<div id="logo">
<a href="https://www.wellingtonshanghai.org/"><img src="img/Site-logo.png"></a>
</div>
<header id="header">
<div id="container">
<h1>Welcome to Year 5 Computing In Shanghai</h1>
<div id="buttons">
<a target="_blank" href="robotics/index.html">Robotics&Physical Computing</a>
<!-- a target="_blank" href="">Years 1-2 Pathway</a>
<a target="_blank" href="">Years 3-6 Pathway</a>
<a target="_blank" href="">Years 7-9 Pathway</a -->
</div>
</div>
</header>
<div id="work">
<div id="unit0" class="y9-box">
<div id="background">
<a href=" https://wellingtonshanghai.github.io/Y9-SkillBuilding/">
<header>
<h3>Unit 0: Office Talks</h3>
</header>
</a>
</div>
<ul><p> In this unit, you will develop your understanding of how to use Microsoft Office 365 effectively in all curriculum areas: </p>
<li>Avatars</li>
<li>Teams</li>
<li>OneNote</li>
<li>OneDrive</li>
<li>Outlook</li>
</ul>
</div>
<div id="unit1" class="y9-box">
<div id="background">
<a href="https://www.willing2learn.com/wiki/Caesar_Cipher">
<header>
<h3>Unit 1: Tinkering with TinkerCAD</h3>
</header>
</a>
</div>
<ul> <p> Building off the soft skills students learnt in Year 4, students will create a 3D model related to their topic that they will 3d Print </p>
<li>Reminder of how to use TinkerCAD</li>
<li>Creating a Mayan Temple</li>
<li>Custom challenges</li>
</ul>
</div>
<div id="unit2" class="y9-box">
<div id="background">
<header>
<h3>Unit 2: Lies, damned lies, and fake news</h3>
</header>
</div>
<ul> <p> In this unit, students will learn how to research effectively, discover how to see fake news, and produce thier own fake news article</p>
<li>Research skills</li>
<li>How to tell if something is fake</li>
<li>Editing fake images</li>
<li>Producing a fake article using that fake image</li>
</ul>
</div>
<div id="unit3" class="y9-box">
<div id="background">
<header>
<h3>Unit 3: Go do Kodu</h3>
</header>
</div>
<ul> <p> In this unit, students will create a game using the Kodu software</p>
<li>Discovering what makes a good game</li>
<li>Designing and creating a world</li>
<li>Coding your game</li>
<li>Playtesting each others games</li>
</ul>
</div>
<div id="unit4" class="y9-box">
<div id="background">
<header>
<h3>Unit 4: DJ: Sonic Pi</h3>
</header>
</div>
<ul> <p> In this unit, students will discover the relationship between coding and music, seeing how they are algorithmically linked</p>
<li>Sonic Pi basics</li>
<li>How to code a simple nursary rhyme</li>
<li>Code your own creation</li>
<li>Sonic Pi music challenges</li>
</ul>
</div>
<div id="unit5" class="y9-box">
<div id="background">
<header>
<h3>Unit 5: Robot domination</h3>
</header>
</div>
<ul> <p> In this unit, students will learn how to connect and control robots via a bluetooth network</p>
<li>What is bluetooth?</li>
<li>Lego WeDo</li>
<li>MBot robots</li>
</ul>
</div>
</div>
</div>
<script>
$(document).ready(function() {
$('#page #work .y9-box').matchHeight({
byRow: true
});
});
</script>
</body>
</html>