From 042545ac50ef41fe84f4dfc6ab554653b76c51cf Mon Sep 17 00:00:00 2001 From: Marcus Messer <12846590+m-messer@users.noreply.github.com> Date: Sun, 23 Nov 2025 14:20:30 +0000 Subject: [PATCH] Update user.md --- docs/user.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/user.md b/docs/user.md index 108f533..293ff25 100644 --- a/docs/user.md +++ b/docs/user.md @@ -1,3 +1,24 @@ -# YourFunctionName +# compareSets +### Overview +Checks if a student's set expression matches the correct answer. Can compare both the meaning and exact form of set expressions. +When to Use +For questions involving set operations like union (∪), intersection (∩), and complement. -Teacher-facing documentation for this function. \ No newline at end of file +### Examples: + +"Express the union of sets A and B" +"Simplify: (A ∪ B) ∩ C" + +Parameters +`is_latex` (optional) + +Default: `false` +Description: Set to true if students enter answers in LaTeX format (\cup, \cap). Set to false for plain text. + +`enforce_expression_equality` (optional) + +Default: `false` +Description: + +`false`: Accepts any mathematically equivalent form (e.g., "A ∪ B" = "B ∪ A") +`true`: Requires exact form match