Skip to content

Commit ef71348

Browse files
fix(Ideas Summary): Display for OR even if aiEnabled is false.
1 parent 707b27a commit ef71348

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/assets/wise5/classroomMonitor/classroomMonitorComponents/component-summary/component-summary.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ export class ComponentSummaryComponent {
100100
(this.COMPONENTS_WITH_SUMMARY.includes(this.component.type) ||
101101
this.showScoreSummary ||
102102
this.hasIdeaRubricData);
103-
if (this.component.type === 'OpenResponse') {
104-
this.showSummary &&= this.aiEnabled;
105-
}
106103
}
107104

108105
private setSource(): void {

0 commit comments

Comments
 (0)