Spaces:
Sleeping
Sleeping
Commit
·
bbf89ac
1
Parent(s):
514fc19
Revert "updated wrong answer rules"
Browse filesThis reverts commit 207870e83749209b306da63d882552e052ba7045.
uw_programmatic/single_question_machine.py
CHANGED
@@ -95,9 +95,9 @@ RULESETS = {
|
|
95 |
],
|
96 |
"incorrect_answers_creator": [
|
97 |
"""All incorrect answers should be different, but plausible answers to the question.""",
|
98 |
-
"""Incorrect answers may reference material from the
|
99 |
-
|
100 |
-
"""
|
101 |
],
|
102 |
"question_auditor_ruleset": [
|
103 |
# """If any of the rules are false, return false and why. If they are all true, return true.""",
|
|
|
95 |
],
|
96 |
"incorrect_answers_creator": [
|
97 |
"""All incorrect answers should be different, but plausible answers to the question.""",
|
98 |
+
"""Incorrect answers may reference material from the knowledge base, but must
|
99 |
+
not be correct answers to the question""",
|
100 |
+
"""Length of incorrect answers should be 10 words max, 5 words minimum""",
|
101 |
],
|
102 |
"question_auditor_ruleset": [
|
103 |
# """If any of the rules are false, return false and why. If they are all true, return true.""",
|