Skip to content

Front-end interface based on the H5P framework for the Interactive Short Answer Assessment eCosystem.

License

Notifications You must be signed in to change notification settings

edemattos/h5p-short-answers

 
 

Repository files navigation

H5P Short Answers

Built on H5P-Question boilerplate.

Setup

Clone the repository and install dependencies.

npm install

Build the project.

npm run build

For linting with JSHint, use the silent flag to ignore irrelevant errors resulting from a non-zero exit code.

npm run lint -s

If you want to let everything be built continuously while you are making changes to the code, run:

npm run watch

The build process will transpile ES6 to earlier versions in order to improve compatibility to older browsers. If you want to use particular functions that some browsers don't support, you'll have to add a polyfill.

The build process will also move the source files into one distribution file and minify the code.

About

Front-end interface based on the H5P framework for the Interactive Short Answer Assessment eCosystem.

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 86.3%
  • CSS 12.9%
  • Dockerfile 0.8%