Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.09 KB

File metadata and controls

51 lines (30 loc) · 1.09 KB

LearnKit LMS

This documentation is only for LearnKit agents.

Documentation

Custom code option for content blocks

Result for given course

resultForCourse(courseId)
This function currently only works for H5P content blocks.

Result for given page

resultForPage(pageId)
This function currently only works for H5P content blocks.

Result for given content block

resultForBlock(pageId, blockHash)
This function currently only works for H5P content blocks.

Delete results for user

Button in custom code

<button
    data-request="onResetResults"
    data-request-data="type: 'page', id: pageId">Delete for this page</button>

Authors

Used By

This project is used by the following companies:

  • Codecycler
  • LearnKit

Support

For support, email support@codecycler.com, join our Discord server or contact Sebastiaan Kloos on Telegram (@sebastiaan_codecycler)

License

GNU GPLv3