Skip to content

h5p/h5p-simple-multiple-choice

Folders and files

NameName
Last commit message
Last commit date
Dec 20, 2024
Mar 29, 2024
Sep 28, 2023
Jul 4, 2022
Jun 21, 2017
Sep 5, 2024
Sep 26, 2019
Aug 8, 2016
Sep 5, 2016
Jun 23, 2017
Oct 15, 2024
Oct 15, 2024
Sep 5, 2024
Oct 24, 2019
Jun 21, 2017
Jul 4, 2022
Jul 4, 2022

Repository files navigation

h5p-simple-multi-choice

Build Status

A H5P library for creating simple multiple choices. 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