-
Notifications
You must be signed in to change notification settings - Fork 0
Notes on conversion
Brad Smith edited this page Feb 8, 2016
·
9 revisions
- Looks impressively simple. Documented here.
- It looks quite easy to extend the list of supported content types in and H5P CoursePresentation, as shown here
- Should be able to make something based on the Greeting Card tutorial, but with a
text
input that uses atextarea
widget instead of an image. - On submission, the question would need to generate an xapiEvent with the submission content.
- Further documentation here
It looks like we could create a QuestionSet content type that is actually a group of question instances, with a setting in thesemantics.json
for the number of questions in the set to show, and logic inQuestionSet.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).