Updated the Writing to work with another format

This commit is contained in:
Tiago Ribeiro
2023-08-07 23:39:29 +01:00
parent 7e9e28f134
commit 3fee4292f1
3 changed files with 35 additions and 8 deletions

View File

@@ -77,7 +77,8 @@ export interface Evaluation {
export interface WritingExercise {
id: string;
type: "writing";
info: string; //* The information about the task, like the amount of time they should spend on it
prefix: string; //* The information about the task, like the amount of time they should spend on it
suffix: string;
prompt: string; //* The context given to the user containing what they should write about
wordCounter: WordCounter; //* The minimum or maximum amount of words that should be written
attachment?: {