- iOS 8.0+
- Xcode 8
-
- This app should be run after server depolyment.
-
- The server should be deployed Apcahe, PHP and Mysql enviorment.
-
- You should revise loginUrl in each ViewController according you server configeration, please use Command + F to find it.
-
- The server must depoly following PHP files in
htdocs
file
- login.php
- recording.php
- SSTreaction.php
- SSTrecording.php
- The server must depoly following PHP files in
-
- Mysql server must contains following 4 tales:
- Table: MyGuests (user information)
- Table: Record (DDT results)
- Table: SSTRecord (SST blocks results)
- Table: SSTReact (SST each trial's results)
- Mysql server must contains following 4 tales:
- Login and Register Interface : Yucheng Yang, Taoji Feng
- DDT task : Yucheng Yang
- SST task : Taoji Feng
- Server code: Yucheng Yang