Open angadb27 opened 11 months ago
Is your feature request related to a problem? Please describe.
Describe the solution you'd like The following fields are proposed to be added to the Review model:
Rating Course Overall: An integer field capturing the overall rating of the course. (Default value: 3) Rating Course Content: Rating for the content quality of the course. (Default: 3) Rating Instructor Contribution: Evaluates the contribution of the instructor to the course. (Default: 3) Rating Course Organization: Assesses how well-organized the course is. (Default: 3) Rating Instructor Explanation: Rating for the clarity of the instructor's explanations. (Default: 3) Rating Instructor Interest: Reflects how engaging the instructor is. (Default: 3) Rating Work Amount: Indicates the workload of the course. (Default: 3) Rating Clarity of Requirements: Assesses how clearly course requirements are communicated. (Default: 3) Rating Class Time Use: Rating for effective use of class time. (Default: 3) Rating Student Confidence: Reflects the confidence level of students in understanding course material. (Default: 3) Rating Question Quality: Evaluates the quality of questions and discussions in the course. (Default: 3)
Rating Course Overall
Rating Course Content
Rating Instructor Contribution
Rating Course Organization
Rating Instructor Explanation
Rating Instructor Interest
Rating Work Amount
Rating Clarity of Requirements
Rating Class Time Use
Rating Student Confidence
Rating Question Quality
Each of these fields will use RATING_CHOICES as predefined options for responses.
RATING_CHOICES = [ (1, 'Very Poor'), (2, 'Poor'), (3, 'Average'), (4, 'Good'), (5, 'Excellent') ]
Describe alternatives you've considered
Additional context
Is your feature request related to a problem? Please describe.
Describe the solution you'd like The following fields are proposed to be added to the Review model:
Each of these fields will use RATING_CHOICES as predefined options for responses.
Describe alternatives you've considered
Additional context