From fa36ffcf324d4a150f338cca098b420dbce0283f Mon Sep 17 00:00:00 2001 From: Zero_ Date: Sun, 3 Oct 2021 18:57:45 +0530 Subject: [PATCH 1/3] Added idea Virtual-Study-group --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6557617..1ae3079b 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ required to complete them. | [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | | [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate | | [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate | - +| [Virtual Study Group App](./Projects/2-Intermediate/Virtual-Study-Group.md) ### Tier-3: Advanced Projects | Name | Short Description | Tier | From b2d02f756060d5ab630cc6f01326e88957ae3dbe Mon Sep 17 00:00:00 2001 From: TechnoFrost27 <60550481+TechnoFrost27@users.noreply.github.com> Date: Sun, 3 Oct 2021 18:59:30 +0530 Subject: [PATCH 2/3] Changed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ae3079b..eccc9697 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ required to complete them. | [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | | [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate | | [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate | -| [Virtual Study Group App](./Projects/2-Intermediate/Virtual-Study-Group.md) +| [Virtual Study Group App](./Projects/2-Intermediate/Virtual-Study-Group.md) | Virtual Study Group App | 2-Intermediate | ### Tier-3: Advanced Projects | Name | Short Description | Tier | From ea14ac8bd7c7c7886de7339d6b1063a588dcc1d3 Mon Sep 17 00:00:00 2001 From: TechnoFrost27 <60550481+TechnoFrost27@users.noreply.github.com> Date: Sun, 3 Oct 2021 19:00:28 +0530 Subject: [PATCH 3/3] Add files via upload --- .../2-Intermediate/Virtual-Study-Group.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Projects/2-Intermediate/Virtual-Study-Group.md diff --git a/Projects/2-Intermediate/Virtual-Study-Group.md b/Projects/2-Intermediate/Virtual-Study-Group.md new file mode 100644 index 00000000..3500ef47 --- /dev/null +++ b/Projects/2-Intermediate/Virtual-Study-Group.md @@ -0,0 +1,21 @@ +# Virtual Study Group App + +**Tier:** 2-Intermediate + +A really simple study group app, which allows people to communicate with their friends, prepare for exams with other students studying for the same subjects. +The users should be able to exchange messages, and study material. +This app can also provide them with study material, tools, discussion helps, guides etc. +## User Stories + +- [ ] User can specify which grade they are in, and the subject which they are preparing for. +- [ ] The app should connect them with similiar students, studying for the same subjects and provide them with study material +## Bonus Features +- [ ] It can use algorithms to generate questions from the study material. +- [ ] It can ask quizzes and estimate their grades + + + +## Useful links and resources + +- [Paper on making questions from text(Python)](http://www.iro.umontreal.ca/~felipe/TALN2010/Xml/Papers/all/taln2010_submission_172.pdf) +- [Python code to add a chatting feature](https://codinginfinite.com/python-chat-application-tutorial-source-code/) \ No newline at end of file