From: Carl Worth Date: Thu, 11 Jun 2020 14:25:15 +0000 (-0700) Subject: Add support for judging of equivalent answers X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=123507982e9643a1cf2d747fbd556fc3856bfa49;hp=123507982e9643a1cf2d747fbd556fc3856bfa49;p=lmno.games Add support for judging of equivalent answers This involves receiving a list of unique words that were submitted and then allowing the user to group them into words that should be scored as if identical. The interface implemented here uses sequential clicking, but maybe it would be more intuitive to do drag-and-drop instead? I may have to experiement with that. ---