A flashcard app for drilling on spellings of words based on audio recordings
on.draw = function()
	if Mode == 'teach' then
		draw_teach_screen()
	else
		draw_learn_screen()
	end
end