From 8f64a0700ccbc016893a9affc29d67cabd4f0a7b Mon Sep 17 00:00:00 2001 From: Keerthana20-04 <147097007+Keerthana20-04@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:51:28 +0530 Subject: [PATCH 1/9] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6191dd92..fddb134ef 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ ![StackUp Banner]([https://tinkerhub.frappe.cloud/files/stackup%20banner.jpeg]) # Project Name +Online Quiz platform Long Description about project. This project do that. This project is awesome... ## Team members -1. Name [Embed personal github URL] -2. Name [Embed perosnal github URL] +1. C B Nandhana https://github.com/nandhana04cb +2. Rameesa K T https://github.com/Rameesa-kt +3. Keerthana S https://github.com/Keerthana20-04 +4. Diya K Sajith https://github.com/Diyaksajith ## Team Id -Team id here +zephyr ## Link to product walkthrough [link to video] ## How it Works ? From d1b99b9d6bb7f864053e9e14788d6257f2ede9cf Mon Sep 17 00:00:00 2001 From: Keerthana20-04 <22b686@nssce.ac.in> Date: Mon, 6 Nov 2023 18:29:22 +0530 Subject: [PATCH 2/9] Add login interface --- docs/login.html.html | 63 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 docs/login.html.html diff --git a/docs/login.html.html b/docs/login.html.html new file mode 100644 index 000000000..7a23bcd1e --- /dev/null +++ b/docs/login.html.html @@ -0,0 +1,63 @@ + + + + User Authentication + + + +
+

Login

+
+
+
+ +
+
+ +
+

Register

+
+
+
+ +
+
+ + From 9d72505eacf8c661ddcb4c9e31233865ebde6d98 Mon Sep 17 00:00:00 2001 From: C B Nandhana <146117634+nandhana04cb@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:57:56 +0530 Subject: [PATCH 3/9] Add files via upload --- category.html | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 category.html diff --git a/category.html b/category.html new file mode 100644 index 000000000..d9cff056a --- /dev/null +++ b/category.html @@ -0,0 +1,67 @@ + + + + Category + + + +

Category

+

Select Any One Of These

+ + + + From a95cec13ea608486bab7ea59d55de0b71b713436 Mon Sep 17 00:00:00 2001 From: C B Nandhana <146117634+nandhana04cb@users.noreply.github.com> Date: Thu, 9 Nov 2023 21:09:47 +0530 Subject: [PATCH 4/9] Add files via upload --- ap1.py | 11 +++++++++++ app.py | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 ap1.py create mode 100644 app.py diff --git a/ap1.py b/ap1.py new file mode 100644 index 000000000..bbca89bcf --- /dev/null +++ b/ap1.py @@ -0,0 +1,11 @@ +from flask import Flask, render_template + +app = Flask(__name__) + +@app.route('/') +def index(): + return render_template('maths.html') + + +if __name__ == '__main__': + app.run(debug=True) \ No newline at end of file diff --git a/app.py b/app.py new file mode 100644 index 000000000..72a530fd6 --- /dev/null +++ b/app.py @@ -0,0 +1,11 @@ +from flask import Flask, render_template + +app = Flask(__name__) + +@app.route('/') +def index(): + return render_template('category.html') + + +if __name__ == '__main__': + app.run(debug=True) From 19cdde5fc51615564edef1e1dbaffd0cf186b662 Mon Sep 17 00:00:00 2001 From: Diyaksajith <147097006+Diyaksajith@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:34:47 +0530 Subject: [PATCH 5/9] Add files via upload --- docs/model.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/model.html diff --git a/docs/model.html b/docs/model.html new file mode 100644 index 000000000..50311a96b --- /dev/null +++ b/docs/model.html @@ -0,0 +1,45 @@ + + + + Sign Up + + + +
+

Sign Up

+
+ + + + + + + + + + + + + +
+
+ + + + + + From 1e8b59ff9f45de3a27205583788cbf62ebd201d8 Mon Sep 17 00:00:00 2001 From: Diyaksajith <147097006+Diyaksajith@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:42:47 +0530 Subject: [PATCH 6/9] Add files via upload --- reg.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 reg.html diff --git a/reg.html b/reg.html new file mode 100644 index 000000000..959ae119c --- /dev/null +++ b/reg.html @@ -0,0 +1,55 @@ + + + + + + Sign Up + + + +
+
+

Sign Up

+ + + + + + + +
+
+ + From 33718de652cd2197ad0eef4eafd4b95011bff3e7 Mon Sep 17 00:00:00 2001 From: Diyaksajith <147097006+Diyaksajith@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:45:17 +0530 Subject: [PATCH 7/9] Add files via upload --- docs/reg.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 docs/reg.html diff --git a/docs/reg.html b/docs/reg.html new file mode 100644 index 000000000..959ae119c --- /dev/null +++ b/docs/reg.html @@ -0,0 +1,55 @@ + + + + + + Sign Up + + + +
+
+

Sign Up

+ + + + + + + +
+
+ + From cb1f8a57156b48a62c0b9dcdaaa6171d5e24fccb Mon Sep 17 00:00:00 2001 From: Rameesa-kt <146862846+Rameesa-kt@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:24:32 +0530 Subject: [PATCH 8/9] Add files via upload --- historyque.txt | 106 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 historyque.txt diff --git a/historyque.txt b/historyque.txt new file mode 100644 index 000000000..9e99bf338 --- /dev/null +++ b/historyque.txt @@ -0,0 +1,106 @@ + + + + + + History Quiz + + + +

History Quiz

+ +
+

1. Who was the first President of the United States?

+ +
+ +
+ +
+ +
+ +

2. In which year did Christopher Columbus reach the Americas?

+ +
+ +
+ +
+ +
+

3. who is considered as the author of ancient indian epic,the Ramayana?

+ +
+ +
+ +
+ +
+

4. In which year America joined second world war?

+ +
+ +
+ +
+ +
+

5. Which civilisation is oldest in the world?

+ +
+ +
+ +
+ +
+ + +
+ +
+ + + From c5a06b2299a4ea14fa8a68c14123092d4f6220ca Mon Sep 17 00:00:00 2001 From: Rameesa-kt <146862846+Rameesa-kt@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:25:32 +0530 Subject: [PATCH 9/9] Add files via upload --- user.txt | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 user.txt diff --git a/user.txt b/user.txt new file mode 100644 index 000000000..1c4694518 --- /dev/null +++ b/user.txt @@ -0,0 +1,37 @@ + + + + Vertical Buttons with Spacing + + + +
+ + + +
+ +