- Notifications
You must be signed in to change notification settings - Fork2
Let your students answer multiple choice questions with discrete answer options
License
otacke/h5p-discrete-option-multi-choice
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Let students answer discrete option multiple choice questions
Clone this repository with git and check out the branch that you are interestedin (or choose the branch first and then download the archive, but learninghow to use git really makes sense).
Change to the repository directory and run
npm install
to install required modules. Afterwards, you can build the project using
npm run build
or, if you want to let everything be built continuously while you are makingchanges to the code, run
npm run watch
Before putting the code in production, you should always runnpm run build.
Also, you should run
npm run lint
in order to check for coding style guide violations.
In order to pack an H5P library, please install theH5P CLI tool instead of zipping everythingmanually. That tool will take care of a couple of things automatically that youwill need to know otherwise.
In simple cases, something such as
h5p pack<your-repository-directory> my-awesome-library.h5p
will suffice.
For more information on how to use H5P, please have a look athttps://youtu.be/xEgBJaRUBGg and the H5P developer guide athttps://h5p.org/library-development.
About
Let your students answer multiple choice questions with discrete answer options
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.