Skip to main content
Learners can acquire skills for successful completion of activities. A skill is considered as acquired if user provides 3 correct answers for the related activities in the row. To get the list of skills acquired by a learner, getAcquiredSkills query should be executed. The query returns a paginated list of UserSkill objects. Here is an example of the query execution:

UserSkill API object

Represents the skill that was (or can be) acquired by the learner. The getAcquiredSkills query supports the same advanced features as other queries:

Pagination

Learn how to efficiently navigate through large sets of items using cursor-based pagination.