The Learning Path evaluation questions allow the platform administrator to define an optional list of questions that direct feedback toward specific aspects of the Learning Path.Documentation Index
Fetch the complete documentation index at: https://docs.opigno.com/llms.txt
Use this file to discover all available pages before exploring further.
EvaluationQuestion API object
Any LP evaluation question is represented by the EvaluationQuestion object:
| Property | Type | Description |
|---|---|---|
id | ID | Required; contains the unique identified of the LP evaluation question. |
text | String | Required; represents a subject for feedback submission. |
Get the Learning Path evaluation questions
Available evaluation questions at particular Learning Path for the current API user can be retrieved by usinggetLearningPathEvaluationQuestions query,
which returns a list of EvaluationQuestion objects:
Submit evaluation feedback for a specific evaluation question
Using the retrieved information, it is possible to submit feedback on specific questions by referencing thequestionId in the feedback input: