clamshell icon indicating copy to clipboard operation
clamshell copied to clipboard

Add some notion of correctness to problems

Open artasparks opened this issue 4 years ago • 2 comments

We should add some methods to indicate correctness for problems.

Historically, the way I've done this is to add a GB[1] property to the nodes. https://github.com/Kashomon/glift-core/blob/master/src/rules/problems.js has more ideas -- it's even more flexible. A problem is correct if some number of conditions are satisfied.

artasparks avatar Nov 28 '20 18:11 artasparks