forked from sugarlabs/www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
students.html
executable file
·86 lines (78 loc) · 5.41 KB
/
students.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
---
layout: default
title: Students - Sugar Labs
permalink: /students/index.html
---
<!-- Title section -->
<section id="call-to-action" class="cta">
<div class="container customPadding1">
<div class="row">
<div class="col-md-6" >
<h2 class="leftAlign"><b>SUGAR LABS FOR STUDENTS</b></h2>
</br>
<p class="customParagraphStyle3">Welcome to the Sugar students site. Here you will find all you need to get started with Sugar.</p>
</div>
</div>
</div>
</section>
<!-- Navigation buttons -->
<section id="exTab3" >
<div class="container customPadding1">
<ul class="nav nav-pills" >
<li><a href="#1h" class="btn btn-custom bt hrefCustomColor2"><span class="customSpanColor">Student learning goals and Sugar</span></a></li>
<li><a href="#2h" class="btn btn-custom bt hrefCustomColor2"><span class="customSpanColor">Links Part 1</span></a></li>
<li><a href="#3h" class="btn btn-custom bt hrefCustomColor2"><span class="customSpanColor">Links Part 2</span></a></li>
</ul>
</div>
</section>
<!-- "Students" section -->
<section id="testimonial" class="test">
<div class="container customPadding1">
<div class="row">
<div class="col-md-8" >
<span class="anchor1" id="1h"></span>
<h3>Student learning goals and Sugar</h3>
<hr>
<p class="customParagraphStyle2">
<i><b>“Learning with Sugar is something a child does, not something that is done to or for a child.” – Walter Bender</b></i></p>
<p class="customParagraphStyle2">
Sugar is a collection of hundreds of tools designed to introduce children to programming, computational thinking, and problem-solving. Sugar has no set curriculum; its best practice is to immerse children in problem-solving and debugging. Children are given agency to work on problems they are passionate about in a context where there is an expectation that there were no predetermined solutions or prescribed paths to a solution. As Solomon observed, “debugging is the greatest learning opportunity of the 21st century.” While engaged in problem-solving, children are developing and refining the algorithms employed by the agents in the various levels of their cognitive towers.
</p>
<p class="customParagraphStyle2">
While computation and coding are at the heart of Sugar, Sugar is not programming curriculum: computational thinking goes well beyond the realm of learning to code. While the specific algorithms they discuss—searching, sorting, optimal stopping, predicting, etc.—are useful in and of themselves, the real power of computational thinking lies it its systematic approach to debugging and problem-solving. Learning that problems can be addressed systemically is the underlying “powerful idea” of programming. The process of writing and then repairing or “debugging” a program provides a basis for active learning through trial and error, regardless of what the problem that is actually being solved.
</p>
<span class="anchor1" id="2h"></span>
<h3>Link to some learning materials</h3>
<hr>
<ul class="listDiscStyle customMargin2">
<li>Ceibal materials</li>
<li>Paraguay materials</li>
</ul>
<span class="anchor1" id="3h"></span>
<h3>Link to some of the "Learning with Pages" in the wiki</h3>
<hr>
<p class="customParagraphStyle2">These books are recommended as a rich source of ideas on how to use Sugar in and out of the classroom:</p>
<ul class="listDiscStyle customMargin2">
<li>Sdenka book</li>
<li>Bender, W., Kane, C., Cornish, J., Donahue, N., (2012). Learning to Change the World: The Social Impact of One Laptop per Child. Palgrave Macmillan.</li>
<li>Christian, B. and Griffiths, T. (2016). Algorithms to Live By: The Computer Science of Human Decisions. Henry Holt and Co.</li>
<li>Hetland, L., Winner, E., Veenema S., and Sheridan, K.M. (2007). Studio Thinking: The Real benefits of Visual Arts Education. Teachers College Press</li>
<li>Papert, S. & Solomon, C. (1971). Twenty things to do with a computer. Artificial Intelligence Memo No. 248 and Logo Memo No. 3.</li>
<li>Pink, D. (2009). Drive: The Surprising Truth About What Motivates Us. Riverhead Press.</li>
<li>Stefanakis, E. (2002). Multiple Intelligences and Portfolios: A Window into the learner's Mind. Greenwood Press.</li>
<li>Trinidad, G. (2013). Física con XO. https://sites.google.com/site/solymar1fisica/fisica-con-xo-investigacion-/fisica-con-xo-el-libro </li>
</ul>
</div>
</div>
</div>
</section>
<!-- "Return to main page" button section -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12" >
<a href="{{ site.baseurl }}/" ><button type="button" class="btn bt-raised btn-custom bt lastButtonMargin" >Return to main page</button></a>
</div>
</div>
</div>
</section>