* Title: SATpatt
* Author: Andrew Woo
* Version: rA00x
* License: MIT
*
* Purpose:
* The purpose of this program is to streamline the SAT studying process
* by acquiring user input, comparing the answers input to previous answers
* on the same test, and recognizing/recording patterns of wrong answers.
*
* Disclaimer:
* SAT is a registered trademark of the College Board. It
* is not involved with, nor does it endorse this program.
There are several ways to download SATpatt. Here are a few:
git clone @ SSH: git@ssh.dev.azure.com:v3/MrSatire/SATpatt/SATpatt
git clone @ HTTPS: https://MrSatire@dev.azure.com/MrSatire/SATpatt/_git/SATpatt
git clone @ SSH: git@github.com:wooandrew/SATpatt.git
git clone @ HTTPS: https://github.com/wooandrew/SATpatt.git
Download a Release Version:
https://github.com/wooandrew/SATpatt/releases
Alternatively, download the source code from my website:
https://wooandrew.github.io/projects/studytools/studytools.htm
Using SATpatt is very simple:
- Start SATpatt
- SATpatt will prompt you for a test ID. These are usually from 1-8, but you can also enter in custom IDs if you dynamically added one.
- Enter in your answers for that particular test
- Thats it! SATpatt will do the rest. You should be able to see your test score, as well as a list of incorrectly answered questions.
MIT License
Copyright 2019 Andrew Woo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.