Karma/Bundle layout: Difference between revisions
No edit summary |
|||
| Line 83: | Line 83: | ||
utils/ | utils/ | ||
webtoolbar.py | webtoolbar.py | ||
== Lesson == | == Lesson == | ||
| Line 116: | Line 89: | ||
lesson_name/ | lesson_name/ | ||
assets/ | assets/ | ||
{langCode}/ (files specific to langCode: en-US, en, es-MX, es, ....) and not the default locale | |||
images/ | |||
sounds/ | |||
svgs/ | |||
videos/ | |||
css/ | |||
docs/ | |||
activity text | |||
lesson plan | |||
teachers note | |||
index.html | |||
js/ | |||
lesson.js main logic of program | |||
tests/ unit tests if u have them | |||
assets/ | |||
index.html | |||
js/ | |||
*Notes: | *Notes: | ||
| Line 132: | Line 116: | ||
# suggestion: rename assets/{langCode}/docs/ to docs/{langCode}/ . This is based that at this moment there are no other kind of files under assets/ than 'docs' | # suggestion: rename assets/{langCode}/docs/ to docs/{langCode}/ . This is based that at this moment there are no other kind of files under assets/ than 'docs' | ||
<strike> | |||
== Reading, Game and Exercise == | == Reading, Game and Exercise == | ||
''consist of a single 'reading', 'game' or 'exercise' '' | ''consist of a single 'reading', 'game' or 'exercise' '' | ||
| Line 168: | Line 153: | ||
# {type} represents 'game' or 'exercise' or 'reading' | # {type} represents 'game' or 'exercise' or 'reading' | ||
# does docs/ is used? | # does docs/ is used? | ||
</stike> | |||