Submission rules, folder templates, planning help, and the workflow students follow before work appears in the directory.
Period#-FirstName-ID
Period2-James-0000001
P2J0001 is generated automatically. Do not rename the top folder to the UID.
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)
/directory/P2J0001/info/your-infographic-folder/index.html
/directory/P2J0001/games/your-game-folder/index.html
index.html.<title> so the page name looks correct in the browser.Index.html or index (1).html instead of index.htmlBottom line: if index.html does not load, the project does not load.