Updated the Writing to work with another format
This commit is contained in:
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user