Posted: 2020-11-13 01:05 |
mcpt -codeGroups -lesson=4 -must="ABCD"
mcpt -codeGroups -cglist="MUKER" -must="ABCD"
Either of the above generate code groups (assuming tutor=LCWO the default) with fixed length of 5 (default cglen=5 or 5:5);
but the new option means that every group is guaranteed to have one character from the option.
This gives a means of concentrated practice on one or a small set of characters rather than just being random.
Note that the characters in are not constrained by the lesson values.
MKURD KKBUR EUUAM
mcpt -codeGroups -lesson=4 cglen=1:4 -must="E"
In this example the user gets random length groups from 1 to 4, of the letters KMURE; but the the forces every group to have an "E" since its the new character for
the user, or the one causing problems.
KRE E MUER EE EMUE
If you want the "/" in , do not put it as the first character, some operating systems may have issue with that.
|