diff --git a/src/web/app/components/panel-chevron/panel-chevron.component.html b/src/web/app/components/panel-chevron/panel-chevron.component.html index 48594557a11..999c4645394 100644 --- a/src/web/app/components/panel-chevron/panel-chevron.component.html +++ b/src/web/app/components/panel-chevron/panel-chevron.component.html @@ -1,4 +1,4 @@ diff --git a/src/web/app/components/panel-chevron/panel-chevron.component.ts b/src/web/app/components/panel-chevron/panel-chevron.component.ts index 95dc9f3c6ed..d08d4bae895 100644 --- a/src/web/app/components/panel-chevron/panel-chevron.component.ts +++ b/src/web/app/components/panel-chevron/panel-chevron.component.ts @@ -14,4 +14,5 @@ export class PanelChevronComponent { @Input() isExpanded: boolean = false; + @Input() chevronColor: string = 'white'; } diff --git a/src/web/app/components/question-edit-form/__snapshots__/question-edit-form.component.spec.ts.snap b/src/web/app/components/question-edit-form/__snapshots__/question-edit-form.component.spec.ts.snap index 22d1fe0b703..c9e215757c0 100644 --- a/src/web/app/components/question-edit-form/__snapshots__/question-edit-form.component.spec.ts.snap +++ b/src/web/app/components/question-edit-form/__snapshots__/question-edit-form.component.spec.ts.snap @@ -47,6 +47,7 @@ exports[`QuestionEditFormComponent should snap with default view 1`] = ` > diff --git a/src/web/app/components/question-text-with-info/__snapshots__/question-text-with-info.component.spec.ts.snap b/src/web/app/components/question-text-with-info/__snapshots__/question-text-with-info.component.spec.ts.snap index ae871409ba9..0809a3440a8 100644 --- a/src/web/app/components/question-text-with-info/__snapshots__/question-text-with-info.component.spec.ts.snap +++ b/src/web/app/components/question-text-with-info/__snapshots__/question-text-with-info.component.spec.ts.snap @@ -8,7 +8,6 @@ exports[`QuestionTextWithInfoComponent should not show control link and question downloadQuestionResultEvent={[Function EventEmitter_]} questionDetails={[Function Object]} questionNumber="0" - shouldShowDownloadQuestionResult="false" > -

- -

-

+

Question {{ questionNumber }}:

{{ questionDetails.questionText }} diff --git a/src/web/app/components/question-text-with-info/question-text-with-info.component.ts b/src/web/app/components/question-text-with-info/question-text-with-info.component.ts index db237eed053..b113ba88d06 100644 --- a/src/web/app/components/question-text-with-info/question-text-with-info.component.ts +++ b/src/web/app/components/question-text-with-info/question-text-with-info.component.ts @@ -16,7 +16,6 @@ export class QuestionTextWithInfoComponent { questionType: FeedbackQuestionType.TEXT, questionText: '', }; - @Input() shouldShowDownloadQuestionResult: boolean = false; @Output() downloadQuestionResultEvent: EventEmitter = new EventEmitter(); diff --git a/src/web/app/components/user-notifications-list/__snapshots__/user-notifications-list.component.spec.ts.snap b/src/web/app/components/user-notifications-list/__snapshots__/user-notifications-list.component.spec.ts.snap index c447e136a41..41010d94187 100644 --- a/src/web/app/components/user-notifications-list/__snapshots__/user-notifications-list.component.spec.ts.snap +++ b/src/web/app/components/user-notifications-list/__snapshots__/user-notifications-list.component.spec.ts.snap @@ -88,6 +88,7 @@ exports[`UserNotificationsListComponent should snap when all loaded notification > @@ -120,6 +121,7 @@ exports[`UserNotificationsListComponent should snap when all loaded notification > @@ -267,6 +269,7 @@ exports[`UserNotificationsListComponent should snap when it loads the provided n > @@ -324,6 +327,7 @@ exports[`UserNotificationsListComponent should snap when it loads the provided n > @@ -450,6 +454,7 @@ exports[`UserNotificationsListComponent should snap when it sorts the notificati > @@ -507,6 +512,7 @@ exports[`UserNotificationsListComponent should snap when it sorts the notificati > @@ -633,6 +639,7 @@ exports[`UserNotificationsListComponent should snap when it sorts the notificati > @@ -690,6 +697,7 @@ exports[`UserNotificationsListComponent should snap when it sorts the notificati > diff --git a/src/web/app/pages-instructor/instructor-course-edit-page/copy-instructors-from-other-courses-modal/__snapshots__/copy-instructors-from-other-courses-modal.component.spec.ts.snap b/src/web/app/pages-instructor/instructor-course-edit-page/copy-instructors-from-other-courses-modal/__snapshots__/copy-instructors-from-other-courses-modal.component.spec.ts.snap index f05954210be..24acc8be932 100644 --- a/src/web/app/pages-instructor/instructor-course-edit-page/copy-instructors-from-other-courses-modal/__snapshots__/copy-instructors-from-other-courses-modal.component.spec.ts.snap +++ b/src/web/app/pages-instructor/instructor-course-edit-page/copy-instructors-from-other-courses-modal/__snapshots__/copy-instructors-from-other-courses-modal.component.spec.ts.snap @@ -89,6 +89,7 @@ exports[`CopyInstructorsFromOtherCoursesModalComponent should snap when feedback > @@ -229,6 +230,7 @@ exports[`CopyInstructorsFromOtherCoursesModalComponent should snap when instruct > @@ -492,6 +494,7 @@ exports[`CopyInstructorsFromOtherCoursesModalComponent should snap when instruct > @@ -629,6 +632,7 @@ exports[`CopyInstructorsFromOtherCoursesModalComponent should snap with courses > @@ -660,6 +664,7 @@ exports[`CopyInstructorsFromOtherCoursesModalComponent should snap with courses > diff --git a/src/web/app/pages-instructor/instructor-home-page/__snapshots__/instructor-home-page.component.spec.ts.snap b/src/web/app/pages-instructor/instructor-home-page/__snapshots__/instructor-home-page.component.spec.ts.snap index 0329d14dff8..338b30b5d23 100644 --- a/src/web/app/pages-instructor/instructor-home-page/__snapshots__/instructor-home-page.component.spec.ts.snap +++ b/src/web/app/pages-instructor/instructor-home-page/__snapshots__/instructor-home-page.component.spec.ts.snap @@ -557,6 +557,7 @@ exports[`InstructorHomePageComponent should snap with one course with one feedba > @@ -1131,6 +1132,7 @@ exports[`InstructorHomePageComponent should snap with one course with two feedba > @@ -1908,6 +1910,7 @@ exports[`InstructorHomePageComponent should snap with one course with unexpanded > @@ -2176,6 +2179,7 @@ exports[`InstructorHomePageComponent should snap with one course with unpopulate > @@ -2468,6 +2472,7 @@ exports[`InstructorHomePageComponent should snap with one course without feedbac > diff --git a/src/web/app/pages-instructor/instructor-session-edit-page/__snapshots__/instructor-session-edit-page.component.spec.ts.snap b/src/web/app/pages-instructor/instructor-session-edit-page/__snapshots__/instructor-session-edit-page.component.spec.ts.snap index 2c1e794cd42..0e646bb8547 100644 --- a/src/web/app/pages-instructor/instructor-session-edit-page/__snapshots__/instructor-session-edit-page.component.spec.ts.snap +++ b/src/web/app/pages-instructor/instructor-session-edit-page/__snapshots__/instructor-session-edit-page.component.spec.ts.snap @@ -1306,6 +1306,7 @@ exports[`InstructorSessionEditPageComponent should snap with feedback session qu > @@ -2036,6 +2037,7 @@ exports[`InstructorSessionEditPageComponent should snap with feedback session qu > @@ -3978,6 +3980,7 @@ exports[`InstructorSessionEditPageComponent should snap with new question added > diff --git a/src/web/app/pages-instructor/instructor-session-edit-page/copy-questions-from-other-sessions-modal/__snapshots__/copy-questions-from-other-sessions-modal.component.spec.ts.snap b/src/web/app/pages-instructor/instructor-session-edit-page/copy-questions-from-other-sessions-modal/__snapshots__/copy-questions-from-other-sessions-modal.component.spec.ts.snap index 495af9d2180..b3d43a4095f 100644 --- a/src/web/app/pages-instructor/instructor-session-edit-page/copy-questions-from-other-sessions-modal/__snapshots__/copy-questions-from-other-sessions-modal.component.spec.ts.snap +++ b/src/web/app/pages-instructor/instructor-session-edit-page/copy-questions-from-other-sessions-modal/__snapshots__/copy-questions-from-other-sessions-modal.component.spec.ts.snap @@ -88,6 +88,7 @@ exports[`CopyQuestionsFromOtherSessionsModalComponent should snap when feedback > @@ -299,6 +300,7 @@ exports[`CopyQuestionsFromOtherSessionsModalComponent should snap when feedback > @@ -434,6 +436,7 @@ exports[`CopyQuestionsFromOtherSessionsModalComponent should snap when feedback > @@ -655,6 +658,7 @@ exports[`CopyQuestionsFromOtherSessionsModalComponent should snap with feedback > @@ -688,6 +692,7 @@ exports[`CopyQuestionsFromOtherSessionsModalComponent should snap with feedback > diff --git a/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.html b/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.html index e5b6c8c6ec1..5baae44e197 100644 --- a/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.html +++ b/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.html @@ -1,14 +1,22 @@
- +
+ -
- +
+
+ +
+
+
+
diff --git a/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.scss b/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.scss index 5d68832c319..d9482b7436a 100644 --- a/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.scss +++ b/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.scss @@ -18,3 +18,7 @@ .stats-table { min-width: 800px; } + +.chevron-collapse { + margin-left: 10px; +} diff --git a/src/web/app/pages-instructor/instructor-student-activity-logs/__snapshots__/instructor-student-activity-logs.component.spec.ts.snap b/src/web/app/pages-instructor/instructor-student-activity-logs/__snapshots__/instructor-student-activity-logs.component.spec.ts.snap index 2c2f0ec0b7e..8c59095114b 100644 --- a/src/web/app/pages-instructor/instructor-student-activity-logs/__snapshots__/instructor-student-activity-logs.component.spec.ts.snap +++ b/src/web/app/pages-instructor/instructor-student-activity-logs/__snapshots__/instructor-student-activity-logs.component.spec.ts.snap @@ -1257,6 +1257,7 @@ exports[`InstructorStudentActivityLogsComponent should snap with results of a se > @@ -1442,6 +1443,7 @@ exports[`InstructorStudentActivityLogsComponent should snap with results of a se > diff --git a/src/web/app/pages-instructor/instructor-student-list-page/__snapshots__/instructor-student-list-page.component.spec.ts.snap b/src/web/app/pages-instructor/instructor-student-list-page/__snapshots__/instructor-student-list-page.component.spec.ts.snap index fbb9e7a35d7..6773b7614d9 100644 --- a/src/web/app/pages-instructor/instructor-student-list-page/__snapshots__/instructor-student-list-page.component.spec.ts.snap +++ b/src/web/app/pages-instructor/instructor-student-list-page/__snapshots__/instructor-student-list-page.component.spec.ts.snap @@ -94,6 +94,7 @@ exports[`InstructorStudentListPageComponent should snap with a course with stude > diff --git a/src/web/app/pages-session/session-submission-page/__snapshots__/session-submission-page.component.spec.ts.snap b/src/web/app/pages-session/session-submission-page/__snapshots__/session-submission-page.component.spec.ts.snap index c298b13ebfe..f1eac9b3930 100644 --- a/src/web/app/pages-session/session-submission-page/__snapshots__/session-submission-page.component.spec.ts.snap +++ b/src/web/app/pages-session/session-submission-page/__snapshots__/session-submission-page.component.spec.ts.snap @@ -906,6 +906,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -1172,6 +1173,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -1390,6 +1392,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -1497,6 +1500,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -1797,6 +1801,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -2007,6 +2012,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -2231,6 +2237,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -2685,6 +2692,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -3024,6 +3032,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -3301,6 +3310,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -3742,6 +3752,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -4013,6 +4024,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -4232,6 +4244,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -4339,6 +4352,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -4645,6 +4659,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -4857,6 +4872,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -5083,6 +5099,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -5539,6 +5556,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -5888,6 +5906,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > @@ -6167,6 +6186,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi > diff --git a/src/web/styles.scss b/src/web/styles.scss index 66447608caa..bd469dd2379 100644 --- a/src/web/styles.scss +++ b/src/web/styles.scss @@ -161,6 +161,10 @@ h6, .btn-secondary { background-color: darken(#6C757D, 10%); // 10% darker than secondary } + + .btn-info { + background-color: darken(#0DCAF0, 3%); // 3% darker than info + } } .dropdown-item {