createLearningPathEvaluationSubmission mutation to be called on their behalf.
The current API user will be set as an evaluation author.
For each user, the evaluation can be submitted only once per single Learning Path revision.
Mutation has a several required incoming arguments - lpId which represents the targeted Learning Path ID,
and submission that represents EvaluationSubmissionInput object:
The feedback types mentioned above represents a format of how user able to submit the feedback and vary on data which should be sent:
NumericRatingFeedback input object:
TextFeedback input object:
Submit evaluation
The current API user evaluation can be submitted using thecreateLearningPathEvaluationSubmission mutation
The mutation accepts the following arguments:
CreateLearningPathEvaluationSubmissionResponse object: