Skip to content

Commit c5c99e2

Browse files
authored
Mission editing slang (#502)
* Removed previous button on first question, added divider * Yarn format * Changeded help description * fix import for firefox * max width for globals * symbols aligned * increase abstraction removed numberRange from textArea Reduced save frequency of solutionTemplate * manage questions give warning * UI change for deployment tab * fixed maxGrade and maxXP calculation * added local/global switch * adjust mcq options * split question template tab added suggested answer editing * swap answer and solutionTemplate internal change * add reading * add grading deployment
1 parent d22710a commit c5c99e2

File tree

9 files changed

+408
-226
lines changed

9 files changed

+408
-226
lines changed

src/components/assessment/assessmentShape.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export interface IAssessmentOverview {
1616
maxXp: number;
1717
openAt: string;
1818
title: string;
19+
reading?: string;
1920
shortSummary: string;
2021
status: AssessmentStatus;
2122
story: string | null;

0 commit comments

Comments
 (0)