How We Build

Submission rules, folder templates, planning help, and the workflow students follow before work appears in the directory.

Process Guide

Required Structure

Your Drive folder must contain info/ and games/. Keep each project in its own folder and make sure each one has an index.html.

Period2-James-0000001
|-- info
|   `-- your-infographic-folder
|       |-- index.html
|       |-- style.css   (optional)
|       `-- script.js   (optional)
`-- games
    `-- your-game-folder
        |-- index.html
        |-- style.css   (optional)
        `-- script.js   (optional)
      

Display Paths

/directory/P2J0001/info/your-infographic-folder/index.html
/directory/P2J0001/games/your-game-folder/index.html
      

Rules

Common Mistakes

Helpful Resources

Bottom line: if index.html does not load, the project does not load.