From 2f2ee31aaf45a6fdca0188379525ac43c4dfbe9c Mon Sep 17 00:00:00 2001 From: Nadav Cohen Date: Tue, 21 May 2024 13:14:29 -0400 Subject: [PATCH] Update README.md --- patterns/analyze_answers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/analyze_answers/README.md b/patterns/analyze_answers/README.md index 71ce809..92250b3 100644 --- a/patterns/analyze_answers/README.md +++ b/patterns/analyze_answers/README.md @@ -1,4 +1,4 @@ -# Analize answers for the given question +# Analyze answers for the given question This pattern is the complementary part of the `create_quiz` pattern. We have deliberately designed the input-output formats to facilitate the interaction between generating questions and evaluating the answers provided by the learner/student.