Table of Contents
Graded Quiz Mode 2
Last Week's Goals
- Implement Graded Mode
- Define User Tests
This Week's Progress
- Added the graded mode functionality
- problem: graded mode was using the TakePracticeQuiz servlet
- solution: created a TakeGradedQuiz servlet
- problem: practice mode was set as default and I could not compare it to its id
- solution: to compare strings need to use the .equals method
- problem: answers are not entered into the DB
- solution (in progress): creating methods that update all the information needed for the DB
- Need to have evaluators test the app before user testing
Next Week's Goals
- Complete methods for updating the DB with the students' answers from the tests
- Begin evaluation testing
- Recruit users
You could leave a comment if you were logged in.