Timeline XBlock allows course authors to create and display customizable timelines. Each timeline item can include a title, date, and detailed description.
- Create and edit timeline items
- Display timeline items with dates, titles, and descriptions
- Embed media within descriptions using TinyMCE editor
-
Clone the repository:
git clone https://github.com/open-craft/timeline-xblock.git
-
Install the XBlock into your Open edX instance:
pip install -e timeline-xblock/
- Go to Settings -> Advanced Settings in Studio.
- Add "timeline" to Advanced Module List and save.
- Add a timeline component by clicking on "Advanced" and then "Timeline".
- Click "Edit" and configure the timeline by adding items with titles, dates, and descriptions.
- Save and publish your changes.