A flashcard app for drilling on spellings of words based on audio recordings
on.mouse_press = function(x,y, mouse_button)
	if Mode == 'teach' then
		teach_mouse_press(x,y, mouse_button)
	else
		learn_mouse_press(x,y, mouse_button)
	end
end