From cae401ce554bfda349d5181473fade348f6ccdd8 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 26 Apr 2020 18:36:24 -0400 Subject: [PATCH] [+] Create rating criteria --- .../overall/overall-course/course-head/course-head.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/overall/overall-course/course-head/course-head.vue b/src/pages/overall/overall-course/course-head/course-head.vue index f141e5e..dfd90a3 100644 --- a/src/pages/overall/overall-course/course-head/course-head.vue +++ b/src/pages/overall/overall-course/course-head/course-head.vue @@ -63,6 +63,14 @@ @Prop({required: true}) clickable: boolean; ratingDialog = false; + ratingCriteria = [ + {title: 'Enjoyable', desc: 'How enjoyable is the course?'}, + {title: 'Knowledge', desc: 'How interesting is the content of the course? ' + + 'Is it something you feel worth learning?'}, + {title: 'Interactivity', desc: 'How interesting is the teacher? Is the teacher interactive?'}, + {title: 'Eloquence', desc: `Are the teacher's lectures easy to understand?`}, + {title: 'Fairness', desc: `How fair is the teacher's grading? Is credit given in proportion to effort?`} + ]; /** * Redirect to the course page