Chrome extension designed to assist students with their studies by integrating AI-powered tools directly into the Echo360 video player where the lecture recordings are. The extension offers features such as quiz generation, lecture notes, jump to timestamp for specific topic and performance feedback to help students maximize their learning experience.
- Clone this repository to your local machine.
- Run
npm install - Create
.envfile and put your OpenAI keyREACT_APP_OPENAI_API_KEY. - Run
npm run build - Open Chrome and go to
chrome://extensions/. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the build folder.
- The extension should now be installed and active in your browser.
- Open Echo360 and lecture recording you'd like watch. The extension should be automatically opened and enjoy playing around with our extension!
Automatically generate quizzes based on the lecture content, where it provide MCQ with timestamps to help students navigate back to specific topic discussed in the lecture.
Convert lecture into concise lecture notes that can be downloaded.
After taking the quiz, students receive detailed feedback highlights the strength and wekaness by each topic. It also provides specific recommendations on areas to improve.
Each question includes a link to jump back to the relevant timestamp in the lecture where the topic was discussed.
The project incorporated the use of AI in several development timeline of the product. During development,AI was used in assisting debugging purposes. Post-development, AI was also used in improving clarity or readability on sentence wordings when appropriate, such as in presentation wordings, etc.


