-
Notifications
You must be signed in to change notification settings - Fork 2
Design
- Team Squadroid Members
- Vision Statement
- Feature List
- Domain Analysis
- UML Use Case Diagram
- UML Class Diagram
- UI Sketches
- Key Use Cases
- Architectural Vision
- Abdulkerim Güven (201711033)
- Vural Can Şişman (201611055)
- Mustafa Kayhan Arıcan (201611004)
- Mustafa İpek (201611031)
Our goal is to help Preparatory School students learn and remember English words more efficiently.
PrepMaster will accomplish this by enabling students to study English in short bursts on their smart phone, everyday. Students will use PrepMaster everyday to go over the English words they learned in school that week, and if there is need, to study earlier weeks' words.
PrepMaster will use SuperMemo algorithm to make sure students retain their knowledge of words.
- Practicing English words
- Multiple choice questions
- Filling the blanks
- Word - meaning matching
- Keeping statistics
- Individual Correct / False statistics for students.
- Leaderboards for ranking best students.
- Timing the particular questions for helping individual students to remember the words they've had problems with in the past using the SuperMemo reminding algorithm.
- (Optional) Real-time quiz for students with teacher preparing the questions and deciding the start/end times.
- (Optional) Dictionary functionality.
In our school, Preparatory School is comprised of 4 sections (A1, A2, B1, B2) and each section is comprised of 8 weeks. Each week has a number of words that a student must learn. These words later show up in quizzes and exams.


- User launches the app and logs in.
- User picks the option for practicing.
- User decides what kind of practice that they want to do and starts practicing.
- App requests and downloads latest study data from the server.
- App shows the question.
- User answers the question (multiple-choice, filling the blanks etc.).
- App checks correctness of the answer.
- Correctness info gets logged to the database.
- Reminding algorithm calculates when to remind the user for studying a particular word.
- User taps the profile page button.
- User selects the statistics option.
- Statistics page displays user's correctness rate.
- User can select the leaderboards tab and see the best learners using the PrepMaster app.
PrepMaster will have an Android app and a server (for REST service and database). Android app will request needed study data from the server using REST API and server will respond by sending data in JSON format.
- Java
- Fast Android Networking library for requesting data from the server and listening for responses.
- Google GSON library will be used to process data in JSON format.
- Android Studio for development, Gradle for deployment.
- PHP
- PHP backend will listen for requests from the Android app using the REST API, will extract the requested data from the MySQL server, also doing calculations for SuperMemo algorithm if needed. It will send the response in JSON format.
- PDO (PHP Data Objects) for database processing.
- Deployed on a Apache server.
- MySQL
- Database will store the study material and each student's statistics.
- Git & Github for Source Control.
- Android Studio, Sublime Text, Visual Studio Code for editing code.