Update MMSE.py
Browse files
MMSE.py
CHANGED
@@ -117,7 +117,7 @@ def score_three_words_response(cleaned_user_input):
|
|
117 |
|
118 |
|
119 |
# --- Main Evaluation Logic ---
|
120 |
-
def
|
121 |
"""
|
122 |
Evaluates all MMSE answers and returns the results.
|
123 |
This function is now UI-agnostic. It returns data, not UI components.
|
|
|
117 |
|
118 |
|
119 |
# --- Main Evaluation Logic ---
|
120 |
+
def evaluate_MMSE(answers_list, user_drawing_path):
|
121 |
"""
|
122 |
Evaluates all MMSE answers and returns the results.
|
123 |
This function is now UI-agnostic. It returns data, not UI components.
|