Iâm asking because it seems like a terrible idea. Iâm wondering if we have an XY problem here, and if we knew what your actual goal/reasoning was, there might be a smarter way of getting there.
That doesnât work on AnkiMobile. In fact, nothing will work since OPâs son can always press âGoodâ when they failed.
My recommendation is to regularly test them using a filtered deck and compare their answers with the stats of the filtered cards. Maybe the average retrievability can be used as a baseline for how well they should be able to answer.
Missed that part. But if the goal is to make something work on iphone, AnkiWeb is an option. There the buttons can be selectively hidden too. Moreover, for a typing card just a single Again/Good button can be left on the screen depending on the entered answer.
Yes, the reviews are always about Anki Mobile, which limits the options.
He has enough self-discipline not to tap âGoodâ when he doesnât know the answer⌠but sometimes he does tap âEasyâ when itâs actually not that easy.
Based on the responses, should I assume that my suggestions regarding âCustom Schedulingâ are incorrect?
Weâre all like that.
I donât see anything we can do to prevent cheating.
We love to deceive ourselves: âSimply viewing creates a sense of familiarity: âIâve seen this, so I know it.â But when tested, the information is often not retrieved (recalled).â
Typingâthat is, writingâis the best test, and thatâs how we prepared for the exam, writing out each question in full.
But even then, the child will want to throw the card as far into the future as possible and press âEasy.â So, the best thing to do is to disable this button altogether, hide it.
Another indicator of knowledge is recall speed. If you recall something almost instantly, in no more than two seconds, then you know it. Itâs difficult to do this with settings; perhaps the person got distracted and walked away. You have to judge for yourself, based on the speed of your response, whether you really know it that well. But I still wouldnât press âEasy,â unless you have time before the exam. But when itâs 3-7 days, unfortunately, you have to select the ones you donât know well, and youâll have to sacrifice those easy steps, since itâs unlikely youâll forget them.
To clarify the speed, I recently gave an example like this: Seas (6th Grade)
After several tests, it seems that the following javascript code makes the âeasyâ button equivalent to the âgoodâ button (even in Anki Mobile):
states.easy = states.good;
This should be pasted into Options > Advanced > Custom scheduling
This change applies globally to all decks. It is not possible to apply it individually.