KeenWoo commited on
Commit
4cd802c
·
verified ·
1 Parent(s): 650b97b

Update MMSE.py

Browse files
Files changed (1) hide show
  1. MMSE.py +1 -1
MMSE.py CHANGED
@@ -117,7 +117,7 @@ def score_three_words_response(cleaned_user_input):
117
 
118
 
119
  # --- Main Evaluation Logic ---
120
- def evaluate(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.
 
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.