Skip to content

An H5P content type for essay or reflection questions

Notifications You must be signed in to change notification settings

tunapanda/h5p-essayquestion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A content type for H5P that displays a prompt and a simple text box. The user's submission is emitted as an xAPI statement with the answered verb.

To add a simple xAPI reporter to test that the submission is happening, paste the following into your browser's console before clicking Submit:

H5P.externalDispatcher.on('xAPI', function (event) {
  console.log(event.data.statement);
});

See here for more on H5P and xAPI.

See here for more on custom H5P content types.

About

An H5P content type for essay or reflection questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published