A flashcard app for drilling on spellings of words based on audio recordings
learn_mouse_press = function(x,y, mouse_button)
	if y < 50 then
		play(Answer_idx)
	else
		edit.mouse_press(Workbook, x,y, mouse_button)
	end
end