From d301c011207f9b5a7d62750fbf4fd415b1f25a17 Mon Sep 17 00:00:00 2001
From: rusham1 <107068271+rusham1@users.noreply.github.com>
Date: Mon, 22 Jul 2024 15:49:13 +0545
Subject: [PATCH 1/4] Create README.md
---
README.md | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f9fc562
--- /dev/null
+++ b/README.md
@@ -0,0 +1,35 @@
+
+
+**Exam Management System**
+
+
+**Overview**
+
+This project is a Exam Management System implemented in C++. It allows teachers to register and log in, view student results, and it allows students to register, log in, and take a quiz. The quiz results are saved and can be reviewed by teachers.
+
+
+**Features**
+
+-Teacher Registration and Login
+
+-Student Registration and Login
+
+-Quiz for Students with Scoring
+
+-Display of Student Results for Teachers
+
+
+**Requirements**
+
+A C++ compiler (e.g., GCC)
+
+
+**File Structure**
+
+-main.cpp: The main file containing the entire program.
+
+-loginT.txt: Stores teacher login information.
+
+-login.txt: Stores student login information.
+
+-results.txt: Stores student quiz results.
From e5e1ebc5374675c415ded092ce8ecc7772da8189 Mon Sep 17 00:00:00 2001
From: rusham1 <107068271+rusham1@users.noreply.github.com>
Date: Mon, 22 Jul 2024 16:43:49 +0545
Subject: [PATCH 2/4] Final Project Uploaded
---
final.cbp | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644 final.cbp
diff --git a/final.cbp b/final.cbp
new file mode 100644
index 0000000..1b3485b
--- /dev/null
+++ b/final.cbp
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From 923df1b767222b8f39b9f952cf5979e7458a488d Mon Sep 17 00:00:00 2001
From: rusham1 <107068271+rusham1@users.noreply.github.com>
Date: Mon, 22 Jul 2024 16:50:05 +0545
Subject: [PATCH 3/4] Update README.md
---
README.md | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index f9fc562..d9cb0cc 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,15 @@
+# 051-049
+# **Exam Management System**
-**Exam Management System**
-**Overview**
+## **Overview**
This project is a Exam Management System implemented in C++. It allows teachers to register and log in, view student results, and it allows students to register, log in, and take a quiz. The quiz results are saved and can be reviewed by teachers.
-**Features**
+## **Features**
-Teacher Registration and Login
@@ -19,17 +20,15 @@ This project is a Exam Management System implemented in C++. It allows teachers
-Display of Student Results for Teachers
-**Requirements**
+## **Requirements**
A C++ compiler (e.g., GCC)
-**File Structure**
+## **File Structure**
-main.cpp: The main file containing the entire program.
-loginT.txt: Stores teacher login information.
-login.txt: Stores student login information.
-
--results.txt: Stores student quiz results.
From 572693eda007a56b4c7e2446583bc0fe41564243 Mon Sep 17 00:00:00 2001
From: rusham1
Date: Mon, 22 Jul 2024 16:53:08 +0545
Subject: [PATCH 4/4] Removed Read_this file
---
Read_This | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 Read_This
diff --git a/Read_This b/Read_This
deleted file mode 100644
index 879dd30..0000000
--- a/Read_This
+++ /dev/null
@@ -1 +0,0 @@
-Please upload complete folder with your roll number.(Eg: If your roll number is ACE2077BCT005 just keep the name as 005)