gabrielshufelt / Real-Ratings-SOEN-341_Project_F24

0 stars 1 forks source link

Implement Course and Project Results for Instructors #69

Open Luqman1008 opened 2 weeks ago

Luqman1008 commented 2 weeks ago

Description:

Allow instructors to view evaluation results for all projects within a selected course.

Key Elements:

  1. Results Section:

    • In the instructor's dashboard, edit a=the "Results" section to show a list of evaluations categorized by project for the current course.
    • Display average ratings and detailed feedback for each evaluation.
    • Provide sorting/filtering options to view results for specific projects.
  2. Technical Details:

    • Ensure that the results displayed are specific to the selected course and its projects.
    • Query the database for evaluation results associated with the selected course and organize them by project.