- This should display lessons 1-40 - Get the current available lessons from `LessonResource` in `dashboard/util/GWUtil/resource.js` to get a JS object of them (also [here](https://alpha.glenworld.org/content/json/lessons.json)) - You *probably* shouldn't allow editing of these lessons - In this case, you can probably set `wordGroup` for each custom lesson to GLEN-learn - Make sure to parse the lesson `type` and the `words` into the custom lesson format we have
This should display lessons 1-40
Get the current available lessons from
LessonResourceindashboard/util/GWUtil/resource.jsto get a JS object of them (also here)You probably shouldn't allow editing of these lessons
In this case, you can probably set
wordGroupfor each custom lesson to GLEN-learnMake sure to parse the lesson
typeand thewordsinto the custom lesson format we have