Hello and thanks to all who heard my calls in this time of need.
I want to use the Self Study Script to learn my WK Vocabulary in reverse (English->Japanese), but the script does not quite do what I’d like it to.
The script only shows Kanji in the Summary which is too late for my taste, so I’d like it to show the Kanji and meaning in the Help-Window directly after I submit an answer. Also I’d like the help window to show even when i got the right answer (to reinforce my visual Kanji memory).
So i know where the magic happens in the script, i just can’t figure out where it hides the kanji itself (the “image” of the kanji).
err_list.append(
'<li><span class="que" lang="'+qlang+'" title="'+qtitle+'">'+qtext+'</span>'+
'</br>'+
'<span class="ans" lang="'+alang+'" title="'+atitle+'">'+atitle+'</span></li>'
);
This is line 1630 where it appends the phonetic part of the kanji to the error window.
I get lost pretty early in the backtracking, since I can’t figure out where item.data gets it’s values from and what .slug is.
Any help is appreciated.
P.S. I didn’t find a custimization like this in the existing settings. If it already exists let me know.