diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-11 05:44:33 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-11 05:44:33 +0000 |
| commit | 311bd49e19b10ca70742bb4cd919dfec1800e23f (patch) | |
| tree | a5c47862898158599fb74c0307bc77de5a9d1202 /idea.txt | |
| parent | 01e9cff4c6fa7f0672705613ff03107dabe9268d (diff) | |
| parent | 74f1d22dc0305d52cb05f4567b16d71831a1336c (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'idea.txt')
| -rw-r--r-- | idea.txt | 39 |
1 files changed, 38 insertions, 1 deletions
@@ -1,3 +1,40 @@ This will be the idea page ->
\ No newline at end of file +*********************** +Topic +*********************** +A web app that allows students to share and discuss past test/exam solutions. + +*********************** +Description +*********************** +The current system of U of T exam repository is garbage. Exams can be found through some digging around but even so, there are no solutions posted. + +This model isn't particularly helpful for students who are using the past exams as a studying strategy. + +Often students end of taking these exams and discussing them in some third party forums which are not designed for this specific purpose. + +Our app brings this tired model to the internet age. Exams can be accessed via a simple search or category. + +Once the exam is found, questions are listed in order along with the number of "comments" in each. +The user can then chose to click on the question they want to get the details of the question and/or view the answers (if) provided by other users. +If the user agrees with a solution they can "upvote" it, or if they have an alternative solution, they may upload their solution as an image for other users to see. +Solutions with the most upvotes will be displayed first. +If the user finds that the provided solution is confusing or incomplete, they can post a comment for that solution clarifying that solution. Multiple users can comment on a posted solution. + +This comment will be visible to all users and the solutions provider will be notified of the comment posted. + +The questions themselves will be images of the question, provided by us. + + +*********************** +Tasks +*********************** + + + + + +*********************** +Team Members +*********************** |
