Exercises provide a student with activities to test his knowledge and to memorize the material better. They are built on top of other materials, like richMedia
and fileCard
.
You can customize different exercise parameters yourself and get:
The app gives to user feedback after each exercise: was his answer right or wrong.
You can build any type of exercise by mixing different cells from option tables below.
What is given to a student? | |
---|---|
Type | Language |
audio | |
text | original |
translation | |
image | |
What is required of a student? | ||
---|---|---|
Type | Language | Activity |
audio | write* | |
choose | ||
text | original | write |
choose | ||
translation | order | |
image | choose | |
## Training [exercise | 001/001]
image, text-original --> text-translation choose-from-4 10
audio --> text-original choose-from-4 10
audio, text-original --> image choose-from-4 10
text-translation --> text-original write 50%
This code will display to user 4 sets of exercises, based on material of chapter-001/subchapter-001
:
image, text-original –> text-translation choose-from-4 | audio –> text-original choose-from-4 |
---|---|
Image Not Showing
Possible Reasons
|
Image Not Showing
Possible Reasons
|
audio, text-original –> image choose-from-4 | text-translation –> text-original write |
---|---|
Image Not Showing
Possible Reasons
|
Image Not Showing
Possible Reasons
|
## Training [exercise | 001/001]
After material type exercise
you should point to the source material chapterId/subchapterId
, on that we will train. If you didn't specify it, by default it is previous material.
For each set of exercises, you should write a string:
given --> required activity count
Tolerance for user input: don't consider diacritics, case (lower or upper), stress sign, etc…
Module system for custom tolerance rules (extensible for any language).