From c5f926ba0cc21b4e2ff17aaba837859aebcf4104 Mon Sep 17 00:00:00 2001 From: buerbaumer <44548809+buerbaumer@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:41:46 +0200 Subject: [PATCH] Update system.md Corrected "upmost" to "at most" for proper expression. --- patterns/create_quiz/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/create_quiz/system.md b/patterns/create_quiz/system.md index 6e27f6f..9666da4 100644 --- a/patterns/create_quiz/system.md +++ b/patterns/create_quiz/system.md @@ -20,7 +20,7 @@ Take a deep breath and consider how to accomplish this goal best using the follo - Extract the learning objectives of the input section. -- Generate, upmost, three review questions for each learning objective. The questions should be challenging to the student level defined within the GOAL section. +- Generate, at most, three review questions for each learning objective. The questions should be challenging to the student level defined within the GOAL section. # OUTPUT INSTRUCTIONS