DSC-McMaster-U / Gamified-Learning-Platform

MIT License
6 stars 14 forks source link

Added Quiz Scores To Display on Dashboard #122

Closed Harvinp04 closed 6 months ago

Harvinp04 commented 6 months ago

dashboard.html: Updated with new sections to display the quiz scores. Added HTML placeholders for quiz score items, which will be populated via JavaScript with actual user data. dashboard.css: Adjusted styling to improve the layout, and display the quiz scores with a similar theme. quizscores.js: New file for handling dynamic quiz score retrieval.

Notes: Still have to test out whether actual quiz scores will display, currently, the placeholders are just there. Might have to add a reference to html file for the js to update the scores dynamically.

zareentk commented 6 months ago

Primary Reviewer: @EricMBu