Karma/Bundle layout: Difference between revisions
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
ROOT/ ( ROOT is not actually a directory name, it just labels the top-level of this package ) | ROOT/ ( ROOT is not actually a directory name, it just labels the top-level of this package ) | ||
assets/ ( images, audio, and text common to karma.html, examples, and the lessons ) | assets/ ( images, audio, and text common to karma.html, examples, and the lessons for the launch page for all lessons ) | ||
image/ | image/ | ||
audio/ | audio/ | ||
| Line 93: | Line 93: | ||
css/ | css/ | ||
lesson.css | lesson.css | ||
index.html | |||
index.html | |||
js/ | js/ | ||
lesson.js main logic of program | lesson.js main logic of program | ||
kDoc.html (viewer for lesson plan and teacher's Note) | |||
lessonPlan.html | |||
teachersNote.html | |||
start.html (start page) | |||
*Notes: | *Notes: | ||