We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd06a93 commit ca33888Copy full SHA for ca33888
1 file changed
evaluate.m
@@ -282,11 +282,11 @@
282
equalQStructure[answer,response,params],
283
type == "semantic",
284
equalQSemantic[answer,response,params],
285
- type = "semantic_and_structure",
+ type == "semantic_and_structure",
286
equalQSemanticAndStructure[answer,response,params],
287
- type = "strict_structure",
+ type == "strict_structure",
288
equalQStrictStructure[answer,response,params],
289
- type = "semantic_and_strict_structure",
+ type == "semantic_and_strict_structure",
290
equalQSemanticAndStrictStructure[answer,response,params],
291
NumericQ[answer],
292
equalQNumeric[answer, response, params],
0 commit comments