Hello! I’m working on a UserScript to practice pitch accent in WaniKani reviews.
It expects an apostrophe '
at the downstep in all of your reading vocab answers, and prevents you from answering without specifying the accent:
For example: 'いろは
is heiban [0], い'ろは
is atamadaka [1], いろ'は
is [2], いろは'
is [3] (odaka).
When you submit the wrong pitch accent you are gently corrected.
I copied the pitch accent data from Invertex’s Pitch Accent Info script.
My code so far is on GitHub here. You can install an alpha version here.
Is there any interest for this kind of script? What would you all want out of it?
I’d very much like to add a feature where an “incorrect pitch accent answer” reschedules the card deeper into the review pile, but still without marking it wrong. Can someone help me figure out if that’s possible / how I’d go about it?