Topic types
When setting up evaluations, organisations have the option to setup questions within the evaluation for each topic type to the students/respondents. This is an existing functionality. Examples of topic types include lecture or seminar. Questions from a single question set can be set for each instructional format, or a separate question set per topic type.
Topic types can only be created in the highest (top) organisation and are then available to all lower-level organisations. The lower-level organisations can also make them (in)visible.
Terms
Name
Type
Required
Description
nameNl
string
Yes
Name of the topic type in Dutch
nameEn
string
Yes
Name of the topic type in English
type
string
Yes
A recognisable naming of the topic type in English. For example: exercise, theoryLesson. Can be used as an externalId.
enabled
boolean
n.a.
Indicates whether the topic type is available when creating a new course. Results and old courses remain unchanged. They are still visible there.
parent
int
no
Topic types can be linked to a parent. You can filter these with parent, and when retrieving item(s), it will return whether a topic type is linked to another topic type. The available parentId's are 1 (subject) or 7 (exam).
Get a list of topic types
GET
https://api-portal.evalytics.nl/topicType
Path Parameters
parent
integer
Filter on parent id
Query Parameters
showInvisible
boolean
Show the topic types, made invisible by the organisation
populateQuestionSets
boolean
populate the linked questionSets (default = false)
evalyticsTopics
boolean
Include the default evalytics topicTypes
Get topic type
GET
https://api-portal.evalytics.nl/topicType/:id
Path Parameters
id
integer
Id of the topic type
Add topic type
POST
https://api-portal.evalytics.nl/topicType
Add questionSets to topic type
POST
https://api-portal.evalytics.nl/topicType/:id/updateQuestionSet
Path Parameters
id
integer
Id of the topic type
Make a topic type invisible for a specific organisation.
POST
https://api-portal.evalytics.nl/topicType/:id/updateDisabled
Path Parameters
id
number
Id of the topic type
Last updated