Problem:
Currently, some courses have incorrect or missing MCQs, tasks, and titles. This makes it difficult for learners to follow structured learning and complete challenges effectively.
Your Task:
Review all courses and check if they have the correct titles, MCQs, and tasks.
Update JSON files such as dsa.json , python.json , python-project.json to ensure:
Each video has a proper title.
Each course module has relevant MCQs.
Every module contains appropriate tasks and challenges for learners.
Ensure that the JSON structure is clean and organized.
Where to Find Data?
JSON files inside backend data/ and frontend data/.
Reference course materials to match the correct titles, MCQs, and tasks.
How to Contribute?
- Fork the repository and create a new branch:
- git checkout -b fix-course-content
- Update the JSON files with the correct titles, MCQs, and tasks.
- Test the UI by loading index.html to check the data updates properly.
- Commit your changes and create a Pull Request.
📌 Note: This is a beginner-friendly issue! If you need any help, feel free to ask in the comments. 🚀
Problem:
Currently, some courses have incorrect or missing MCQs, tasks, and titles. This makes it difficult for learners to follow structured learning and complete challenges effectively.
Your Task:
Review all courses and check if they have the correct titles, MCQs, and tasks.
Update JSON files such as dsa.json , python.json , python-project.json to ensure:
Each video has a proper title.
Each course module has relevant MCQs.
Every module contains appropriate tasks and challenges for learners.
Ensure that the JSON structure is clean and organized.
Where to Find Data?
JSON files inside backend data/ and frontend data/.
Reference course materials to match the correct titles, MCQs, and tasks.
How to Contribute?
📌 Note: This is a beginner-friendly issue! If you need any help, feel free to ask in the comments. 🚀