You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component is for the Course landing page UI. The goal is to allow users to view the title and duration of all the modules, click on the drop down for each to view the titles of each lesson under it and time required to complete it in HH:MM:SS format.
NOTE: Use dummy, hardcoded data for now and focus only on the UI part of the code.
List of features
A heading (like Modules and Lessons), Total number of modules, lessons and total tile required to complete the course.
List of module titles along with the number of lessons under them and the time required to complete it.
Dropdown list for each module showing the list of all lesson titles and the time required to complete each lesson.
For inspiration you can refer to similar standard components on other E-Learning platforms (Coursera, Udemy). Here is an example:
The text was updated successfully, but these errors were encountered:
Details
This component is for the Course landing page UI. The goal is to allow users to view the title and duration of all the modules, click on the drop down for each to view the titles of each lesson under it and time required to complete it in HH:MM:SS format.
NOTE: Use dummy, hardcoded data for now and focus only on the UI part of the code.
List of features
For inspiration you can refer to similar standard components on other E-Learning platforms (Coursera, Udemy). Here is an example:
The text was updated successfully, but these errors were encountered: