Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndlano/h5p-vocabulary-drill
https://github.com/ndlano/h5p-vocabulary-drill
h5p
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndlano/h5p-vocabulary-drill
- Owner: NDLANO
- License: mit
- Created: 2022-12-09T12:10:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T16:13:22.000Z (4 months ago)
- Last Synced: 2024-07-16T19:26:46.612Z (4 months ago)
- Topics: h5p
- Language: TypeScript
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [WIP] h5p-vocabulary-drill
H5P.VocabularyDrill is a content type specialized for glossary tests.
It lets students answer glossary tests by text or by dragging words in the correct place.## Answer modes
There are two answer modes available, they are based on content types [H5P.Blanks](https://github.com/h5p/h5p-blanks) (Fill in the Blanks) and [H5P.DragText](https://github.com/h5p/h5p-drag-text) (Drag the Words). The editor has the option to allow the end user to change answer mode, or if only one answer mode should be available.
### Fill in
In "Fill in" mode, each `source` word is listed together with an empty text input field in which the student types in the answer.
### Drag text
In "Drag text" mode, `source` words are listed on the left, while `target` words are listed on the right.
The student drags the `target` words to their corresponding translations.## CSV
It's possible to mass import words with a CSV file.
Either comma (Apple Numbers, Google Sheets) and semicolon (Microsoft Excel) can be used as CSV delimiter.
Each row must be divided into four columns:1. The `source` word
1. A `source` hint (an empty string is supported)
1. The `target` word
1. A `target` hint (an empty string is supported)## Options
| Option | Description |
|--------|-------------|
| Switch modes | Lets the student switch between answer modes |
| Switch languages | Lets the student change what language is on the left - the `source` or the `target` |## Install
Download the latest release from [the releases page](https://github.com/NDLANO/h5p-vocabulary-drill/releases).
The release file also includes every project that H5P.VocabularyDrill depends on.