First off I’ll explain my intentions:
I want to create a verbs reviewing course (i.e. Portuguese - in the first place just for myself but I might open it up if it works well). Memrise only allows one dimensional courses, while I want / need a multi-dimensional one.I want me / another student to be able to (easily) select what gets asked: by tense, verb (or verb group) and “person”. (yeah technically I could achieve this with levels, but that would be too much work and too cluttered)
Thus I want to create a “dynamic” course that basically consists of some kind of coding.
I.e. an entry of “2-1-4”. The 2 standing for the regular verb group “-er” (grading all -er verbs together), 9 meaning the present tense and 7 referring to plural the first person.
When a reviewing session is created with the setting “present tense” it would ask all (or a specified number) of verbs matching the following code: “X-1-X” (1 being present, the X being anything).
Equally when a reviewing session is created with the setting “present tense” AND “2nd person” it would ask all (or a specified number) of verbs matching the following code: “X-1-2”.
Thus I’d need to be able to “tell” Memrise what to ask me. Beyond that I can handle it myself (replacing the code with what to ask). Is it possible to “tell” memrise what to ask with a custom script?
If this isn’t possible, a bit harder / more annoying way would be for me to create a custom overlay for reviewing and to then post the scoring to Memrise (haven’t even checked yet, if this is possible – but it probably is). Which also raises the potential issue of getting banned (it might not be allowed to submit scoring by a script).
(sidenote: I’m not a software engineer but can code “basic” things, enough to create the script necessary for this but not enough to avoid triggering “real” software engineers xD)