Drive Folder Guide (Period‑FirstName‑ID)

Concise submission rules and templates.

Submission Guide

Folder name: Period#-FirstName-ID

Example: Period2-James-0000001

UID (auto): P2J0001 — do not rename the top folder to UID.

Required Structure

Your Drive folder must contain info/ and games/.

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

Bottom line: If index.html doesn’t load, nothing loads.

Helpful Resources