Skip to content

Latest commit

 

History

History
 
 

3-project-99bottles

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

99 Bottles of Milk on the Wall

The instructions for this project can be found in the Independent Practice ("You Do") portion of Lesson 2.

##Overview

The focus of this project is to create a simple webpage that uses a for loop to populate a page with the same image 100 times.

##Before Class

Prerequisites

Students should only start this project after they have ran through the lessons associated with this unit and jQuery.

Starter Code

There is no starter code for this project.

Solution Code

See here for code (private).

Assessment

  1. Student's websites will be assessed based on this rubric.

###Independent Practice Students will work alone on this project. The teacher's role will be to walk around the room helping students with any questions they have. Students are encouraged to look at previous lessons for reference.

Be sure to encourage student to push changes to GitHub often using this process:

git status
git add .
git commit -m "example comment"
git push origin master

##Closing Select students to present their work to the class.

###Check for Understanding Teachers should keep track of student success while they are presenting to the class based on this rubric.

###How to Submit Students must push all final code to their GitHub repository. Students will then share the link to their repo at the project submission link found in the header of the Daily Session Document.