Skip to content

Notes on conversion

Brad Smith edited this page Feb 8, 2016 · 9 revisions

Creating custom H5P content types

  • Looks impressively simple. Documented here.
  • It looks quite easy to extend the list of supported content types in and H5P CoursePresentation, as shown here

Essay questions

  • Should be able to make something based on the Greeting Card tutorial, but with a text input that uses a textarea widget instead of an image.
  • On submission, the question would need to generate an xapiEvent with the submission content.
    • Further documentation here

Question pools

  • It looks like we could create a QuestionSet content type that is actually a group of question instances, with a setting in the semantics.json for the number of questions in the set to show, and logic in QuestionSet.js to grab that many of the questions in the set at random and render them.
  • Even better! There is already a Question Set type, so that stands to save us a fair amount of work. We'd just need to add a "display X questions" setting and adjust the grading to account for it (instead of assuming the total possible score is based on the number of defined questions).
Clone this wiki locally