Commit 066a8da4 authored by Richard Glosner's avatar Richard Glosner
Browse files

feat: add LLM assessment for free-forms and emails

### Additions

* added `LLMAssessmentType` type
* added field `llmAssessment: LLMAssessmentType` on `EmailAddressType`
* added field `llmAssessment: LLMAssessmentType` on `FreeFormQuestionDetailsType`
* added field `llm: Boolean!` on `ExerciseType` (indicates, whether the llm features should be shown and used in the exercise)
* added field `llm: Boolean! = false` on `CreateExerciseInput`
* added query `freeFormAssessment(questionnaireSubmissionId: ID!, questionId: ID!): String!`
* added query `emailAssessment(actionLogId: ID!, assessmentId: ID!): String!`

Closes #544
parent 8a2775de
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment