tsugiproject / tsugi

Tsugi Admin, Developer, and Management Console (pls join the dev list)
http://www.tsugi.org
Apache License 2.0
346 stars 257 forks source link

Add new Topics option for Koseu #94

Closed davidpbauer closed 4 years ago

davidpbauer commented 4 years ago

Topics can be created independently from lesson.json in a similar format. topics.json should be created and set in the config. Topics can consist of the following { "title": "Topics Page Title", "description": "Topics pade description.", "topics": [ { "title": "Topic Title", "description": "Short description shown on render all page", "category": "Something like Assessment, Engagement, etc.", "thumbnail": "/thumbnails/example.jpg -- url used as written", "content": "Longer paragraph or two of framing content shown on render single page.", "time": "Est.XX min", "author": "Example Person
University of Somewhere", "anchor": "unique-anchor", "videos": [ { "title": "Title of video", "youtube": "blahblah" } ] } }