codecombat/app/templates/teachers.jade

65 lines
3 KiB
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
extends /templates/base
block content
p.row
2014-01-03 13:32:13 -05:00
.span5
h2 CodeCombat for Teachers
h3 Preparation
2014-01-03 13:32:13 -05:00
2014-12-03 13:04:50 -05:00
p CodeCombat is free to play through the dungeon campaign and does not require students to sign up. We encourage teachers to
a(href="http://codecombat.com/play") play through the campaign
2014-12-03 13:04:50 -05:00
| to try it out, but the only thing you absolutely need to do to be ready is ensure students have access to a computer.
p It is not necessary for teachers to be comfortable with computer science concepts for students to have fun learning with CodeCombat.
2014-01-03 13:32:13 -05:00
h3 Is it violent?
2014-01-03 13:32:13 -05:00
p We get this from teachers a lot due to our name. Although CodeCombat does contain cartoon violence, there is nothing graphic in either the visuals or language. If you are comfortable having your students play Angry Birds, you will be comfortable with CodeCombat.
2014-01-03 13:32:13 -05:00
h3 Is it for girls?
p There are three game modes in CodeCombat: building, puzzles, and combat. We have intentionally designed each to appeal to both boys and girls and think that the building and puzzle levels especially differentiate the game from violent triple A titles that repel female players.
h3 What do we cover?
2014-12-03 13:04:50 -05:00
p There are 20 levels in the Hour of Code tutorial that teach and reinforce 6 specific computer science concepts:
ol
2014-12-03 13:04:50 -05:00
li
strong Formal notation
| - builds an understanding of the importance of syntax in programming.
li
strong Calling methods
| - familiarizes students with the syntax of object-oriented method calls.
li
strong Parameters
| - trains how to pass parameters to functions.
li
strong Strings
| - teaches students about string notation and passing strings as parameters.
li
strong Loops
| - develops the abstraction of designing short programs with loops.
li
strong Variables
| - adds the skill of referencing values that change over time.
h3 System Requirements
2014-12-03 13:04:50 -05:00
p Because CodeCombat is a game, it is more intensive for computers to run smoothly than video or written tutorials. We have optimized it to run quickly on all modern browsers and on older machines so that everyone can play. That said, here are our suggestions for getting the most out of your Hour of Code experience:
ul
li
strong Use newer versions of Chrome or Firefox.
| Although CodeCombat will work on browsers as old as IE9, the performance is not as good. Chrome is best.
li
strong Use newer computers.
| Older computers, Chromebooks, and netbooks tend to have very few system resources, which makes for a less enjoyable experience. At least 2GB of RAM is required.
li
strong Allow players to wear headphones/earbuds to hear the audio.
| We help players learn through voiceover and sound effects, which will make classrooms noisy and distracting.