From ed9bee4a0c878f08b7157e331cc968486c32f4e5 Mon Sep 17 00:00:00 2001
From: aqquq <jannik.wurche@student.uni-halle.de>
Date: Tue, 2 Jul 2024 17:23:17 +0200
Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20use=20correct=20terms?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3ea5768..eee20a2 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,11 @@
 
 ## Introduction
 
-This platform is designed to help students practice their math skills through various types of quizzes, including multiple-choice questions (MCQs), input-based questions, and true/false questions. The quizzes can be dynamically loaded from a server, providing a flexible and interactive learning experience.
+This platform is designed to help students practice their math skills through various types of quizzes, including multiple-choice questions (MCQs), single-choice questions (SCQs) and input-based questions. The quizzes can be dynamically loaded from a server, providing a flexible and interactive learning experience.
 
 ## Features
 
-- **Multiple Types of Questions**: Support for MCQs, input-based questions, and true/false questions.
+- **Multiple Types of Questions**: Support for MCQs, SCQs  and input-based questions
 - **Real-time Feedback**: Instant feedback on quiz submissions to help students learn from their mistakes.
 - **Dynamic Loading**: Quizzes can be loaded from a server using an ID or URL, allowing for a wide variety of quizzes to be created and accessed.
 - **Dynamic Display**: Graphs or Functions can be displayed as SVG.
-- 
GitLab