A reimplementation of the iClicker Cloud teacher application in Java.
- View active classes.
- Start or resume a class.
- Create a multiple choice poll.
- Create a poll question using a full screen screenshot.
- View poll responses.
- Select correct answers for a poll.
- End poll questions, polls and classes.
- Implement login with tokens, currently the password is used to login when a session expires.
- Attendence API implemented.
- Profile API implemented.
- Course info API implemented.
- Implement selecting displays and partial screen screenshots for questions.
- Ending a class with a poll with no questions throws a 404 error from the api, but the class still ends.
- Clicking buttons more than once while they are loading creates duplicate requests.