Skip to content

h5p/h5p-open-ended-question

Repository files navigation

h5p-open-ended-question

Build Status

A H5P library for creating open ended questions. Used as part of other content types.

Getting started

Grab all the modules:

npm install

Build project:

npm run build

Run tests:

npm test

Set up development server with test data:

npm run dev