Alice 2.0 Advanced – Performance Based Test

Choose three of the following:


1. You are asked to create an interactive advertisement for a nonprofit organization of your choice.

2. Think of one of the classes that you enjoyed the most at JA not including computer courses. Construct an interactive program of instructional material for this class.

3. Tourism Colorado has a competition for interactive displays for parks in Colorado. As part of the competition for the contract you need to provide a short example of material to be included in the ranger station.

 

4. You have been asked to make an Alice Program to communicate your views on an issue facing society. You will do this by creating an animation or game that illustrates, educates and/or prompts viewers to think about the issue and your perspective on the issue.

 

5. Create an Alice program to illustrate a children's nursery rhyme that has at least 2 verses. After the rhyme is over, allow some of the objects to be user controlled.

 

 

Rules:
Your project should include the following:
• Create a Plan and add comments to you main method laying out your plan. Your scenario must contain: at least 3 different characters, at least
three different objects in the scenery for your story and at least 4 scenes.

 

Your code should include:
• At least three uses of functions
• At least two uses of expressions (with +-*/)
• At least one Loop
• At least two If/Else Statements
• At least two Do in Order and two Do Together statements
• At least a World method, and at Least 2 Class methods that you have created
• Comments within the code so others can understand what the code does.
Some of the objects should be able to respond to commands by users (communicate the
commands and what their function at the beginning of the program execution), associated with
clicks of on the keyboard, when the mouse is clicked on something, while something is true, OR
when a variable change (try to have at least one of each).