This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Educators
  •  » Scratch Curriculum for High School classes....and a Question

#1 2008-08-15 20:38:05

t1techno
Scratcher
Registered: 2007-09-11
Posts: 4

Scratch Curriculum for High School classes....and a Question

This fall I am going to be teaching Digital Graphics class with Scratch for the second year. I am slowly putting together an entire year's curriculum together. Any one with ideas for high school projects- please send them to me.

Has there been any word on the "new " Scratch release ? as it  is overdue based on the date I was told.

Louis

Offline

 

#2 2008-08-15 20:59:44

Bobby500
Scratcher
Registered: 2008-04-19
Posts: 1000+

Re: Scratch Curriculum for High School classes....and a Question

IT is releasing some time this august. Also, as an end of the year/use of scratch, challenge them to make a demo recreation of there favorite video game. That would be fun for them and would show you what each student is capable of.

Offline

 

#3 2008-08-19 15:57:38

teachcomputers
Scratcher
Registered: 2008-07-11
Posts: 25

Re: Scratch Curriculum for High School classes....and a Question

Try this
http://www.kidslike.info/award_winning_high_school_course_to_teach_scratch_programming
Also see
http://www.kidslike.info/scratch_computer_programming_tutorials

Offline

 

#4 2008-08-19 16:02:37

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Scratch Curriculum for High School classes....and a Question

teachcomputers wrote:

Try this
http://www.kidslike.info/award_winning_high_school_course_to_teach_scratch_programming
Also see
http://www.kidslike.info/scratch_computer_programming_tutorials

The link to the award winning High School Course seems to be dead (www.funlearning.de).  I've tried it a number of times and it times out continually.  If anybody has a working link, I would love to see it.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#5 2008-08-19 17:05:29

teachcomputers
Scratcher
Registered: 2008-07-11
Posts: 25

Re: Scratch Curriculum for High School classes....and a Question

Hi Paddle2See
The link worked for me just now.
http://www.funlearning.de/
and it has always worked for me.

You can read the text for the page at
http://www.kidslike.info/award_winning_high_school_course_to_teach_scratch_programming#comment-155

Here is an excerpt
Loops, Making of Animations/ Films
1. Objects
2. Sequences with blocks, loops
3. Storyboard
4. Making an animation film
5. Upload of the films to the Scratch-Website
6. Algorithms and their characteristics
Textfeld: SPRITE x-Position y-Position direction size actualCostume script 1 script 2 …
On the blackboard:
Objects (Sprites) have attributes and methods (presentation of the class diagram on the blackboard).
Common attributes are: x, y, direction, actualCostume, size in percent (possibly rotation type what is to be changed in the IDE)
Methods are put made in the script area by putting together blocks.
The arrangement of several blocks after another is called a sequence.
Sometimes a block or a sequence shall be executed several times: Therefore loops can be used (Demonstration of loops).
Assignment of the day: Design and implement a longer animated film.
As an example the film Polarbear School“ is shown to the students.
Together with the students the following findings are discussed:

Last edited by teachcomputers (2008-08-19 17:15:07)

Offline

 

#6 2008-08-19 17:13:39

teachcomputers
Scratcher
Registered: 2008-07-11
Posts: 25

Re: Scratch Curriculum for High School classes....and a Question

Hi Paddle2See
Here is the source code for the html page
http://www.funlearning.de/
Perhaps it will tell you why you can't view the page.
                    <!--
                   
                    Sub-ID: 322597 - erstellt: 20080819-230755                
                   
                    -->   
                    <html>
                    <head>
                    <title>www.funlearning.de - Informatik macht Spass</title>
                    <META NAME="Title" CONTENT="www.funlearning.de - Informatik macht Spass">
                    <META NAME="Revisit" CONTENT="After 30 days">
                    <META NAME="Keywords" CONTENT="">
                    <META NAME="Description" CONTENT="">

                    <META NAME="Robots" CONTENT="INDEX,FOLLOW">
                    </head>
                    <frameset cols="100%,*" rows="*" frameborder=0 border=0>
                    <frame src="http://www.cs.uni-potsdam.de/~romeike/UEWettbewerb" name="subframe322597">
                    </frameset>
                    <noframes>
                    <body bgcolor=#FFFFFF>
                    <h2>www.funlearning.de</h2>
                    <h1>www.funlearning.de - Informatik macht Spass</h1>
                    <p></p>   
                   
                    <p></p>   
                           
                    </body>
                    </noframes>
                    </html>

Offline

 

#7 2008-08-19 17:17:27

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Scratch Curriculum for High School classes....and a Question

Thanks, teachcomputers.  I was able to access it by using the URL referenced in the main HTML page

http://www.cs.uni-potsdam.de/~romeike/UEWettbewerb/index-english.htm


http://i39.tinypic.com/2nav6o7.gif

Offline

 
  • Index
  •  » Educators
  •  » Scratch Curriculum for High School classes....and a Question

Board footer