-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from bjc-edc/middle-school
Sparks Pre-PD Release
- Loading branch information
Showing
577 changed files
with
1,106 additions
and
1,042 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<script src="/bjc-r/llab/loader.js" type="text/javascript"></script> | ||
<title>BJC Sparks Teacher Guide</title> | ||
</head> | ||
|
||
<body> | ||
<h2>Beauty and Joy of Computing Sparks Teacher Guide</h2> | ||
<p>BJC Sparks is a computer science curriculum for early high school and middle school being developed by the University of California, Berkeley, and Education Development Center, Inc. In a 2021-2022, a small group of teachers ran a pilot test of the curriculum and provided feedback to inform changes for the 2022-2023 school year, and this year, a second, larger cohort of teachers is piloting and providing feedback on the revised version.</p> | ||
<p>Building on our lessons learned creating the Advanced Placement Computer Science Principles (CSP) <a href="http://bjc.edc.org/" title="Beauty and Joy of Computing curriculum for high school" target="_blank">Beauty and Joy of Computing curriculum for high school</a>, these new materials use the <a href="https://snap.berkeley.edu/" title="Snap! programming language" target="_blank">Snap<em>!</em> programming language</a> (an easy-to-learn blocks-based programming language based on Scratch), take a functional-programming first approach to introductory computer science, and are being developed to meet the <a href="https://www.csteachers.org/page/standards" title="CSTA standards" target="_blank">CSTA standards</a> for middle school as well as some of the early high school standards.</p> | ||
|
||
<div class="todo">Next year: include a teacher guide intro that has a description of the color coding in the CSS. --MF</div> | ||
|
||
<div style="float:right; padding-top:0px;"> | ||
<div style="text-align:center;"> | ||
<img src="/bjc-r/img/web/bjc-logo.png" alt="Beauty and Joy of Computing" title="Beauty and Joy of Computing" /> | ||
</div> | ||
<div class="topic_link" style="text-align:center;"><a href="/bjc-r/course/middle-school.html" title="Student Materials">Student Materials</a></div> | ||
<div style="text-align:center; padding-top:10px;">For teachers:<br /><span class="topic_link"><a href="/bjc-r/cur/snap-crash-course.html" title="For teachers: Snap! Crash Course (from high school BJC)">Snap<em>!</em> Crash Course</a></span><br />(from BJC CSP)</div> | ||
<!--<div class="topic_link" style="text-align:center;"><a href="/bjc-r/sparks/updates.html" title="Development Updates">Development Updates</a></div>--> | ||
</div> | ||
|
||
<div class="topic_container" novideo noassignment> | ||
<h3>Teacher Resources</h3> | ||
<div class="topic_link"><a href="https://bjc.berkeley.edu/pd" title="Teacher Professional Development Workshops" target="_blank">Teacher Professional Development Workshops</a></div> | ||
<div class="topic_link"><a href="/bjc-r/sparks/design-principles.html" title="BJC Sparks Curriculum Design Principles">BJC Sparks Curriculum Design Principles</a></div> | ||
<!--<div class="todo">The unofficial-official textbook for functional programming is ‘The Structure and Interpretation of Computer Programs’ by Sussman and Abelson<br />The unofficial-official textbook for functional programming is ‘The Structure and Interpretation of Computer Programs’ by Sussman and Abelson | ||
You might also like Brian Harvey’s Simply Scheme - which is a simpler introduction to those concepts<br />You might also like Brian Harvey’s Simply Scheme - which is a simpler introduction to those concepts</div> <div class="topic_link"><a href="/bjc-r/sparks/functional-approach.html" title="Functional Programming Approach">Functional Programming Approach</a></div>--> | ||
</div> | ||
|
||
<div class="topic_container" novideo noassignment> | ||
<h3>Curriculum Materials</h3> | ||
<div class="topic_link"><a href="/bjc-r/topic/topic.html?topic=sparks/1-teaching-guide.topic" title="Unit 1 Teacher Guide: Functions and Data">Unit 1 Teacher Guide: Functions and Data</a></div> | ||
<div class="topic_link"><a href="/bjc-r/topic/topic.html?topic=sparks/2-teaching-guide.topic" title="Unit 2 Teacher Guide: Sequencing and Iteration">Unit 2 Teacher Guide: Sequencing and Iteration</a> (under development)</div> | ||
<div class="topic_link"><a href="/bjc-r/topic/topic.html?topic=sparks/3-teaching-guide.topic" title="Unit 3 Teacher Guide: Hardware">Unit 3 Teacher Guide: Hardware</a> (under development)</div> | ||
<div class="todo"><div class="topic_link"><!--<a href="" title="Teacher Guide: Create Your Own Project">-->Teacher Guide: Create Your Own Project (under development)<!--</a>--></div></div> | ||
</div> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<script src="/bjc-r/llab/loader.js" type="text/javascript"></script> | ||
<title>BJC Sparks Student Materials</title> | ||
</head> | ||
|
||
<body> | ||
<h2>Beauty and Joy of Computing Sparks</h2> | ||
<p>Welcome to BJC! This class teaches computer programming using the <a href="https://snap.berkeley.edu/" title="Snap! programming language" target="_blank">Snap<em>!</em> programming language</a>, which lets you do powerful programming without worrying about punctuation as you would in a text-based language. You'll build projects about story-writing, music, secret messages, artificial intelligence (AI), and more! And you'll learn to use electronics to connect your code to the real world.</p> | ||
|
||
<div style="float:right; padding-top:0px;"> | ||
<div style="text-align:center;"> | ||
<img src="/bjc-r/img/web/bjc-logo.png" alt="Beauty and Joy of Computing" title="Beauty and Joy of Computing" /> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="topic_container"> | ||
<div class="topic_link"><a href="/bjc-r/topic/topic.html?topic=sparks/1-functions-data.topic" title="Unit 1: Functions and Data">Unit 1: Functions and Data</a></div> | ||
<div class="topic_link"><a href="/bjc-r/topic/topic.html?topic=sparks/2-sequencing-iteration.topic" title="Unit 2: Sequencing and Iteration">Unit 2: Sequencing and Iteration</a> (under development)</div> | ||
<div class="topic_link"><a href="/bjc-r/topic/topic.html?topic=sparks/3-hardware.topic" title="Unit 3: Hardware">Unit 3: Hardware</a> (under development)</div> | ||
<div class="todo"><div class="topic_link"><a href="/bjc-r/topic/topic.html?topic=sparks/old/2b-sequencing-iteration.topic" title="Unit 2: Sequencing and Iteration Part B">Unit 2: Sequencing and Iteration Part B</a> (under development)</div> | ||
<div class="topic_link"><!--<a href="" title="Create Your Own Project">-->Create Your Own Project (under development)<!--</a>--></div></div> | ||
</div> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.