pull/438/merge
Siddhant Mohile 2 years ago committed by GitHub
commit 46c6cc19a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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/)

@ -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 | 2-Intermediate |
### Tier-3: Advanced Projects
| Name | Short Description | Tier |

Loading…
Cancel
Save