sammytrhodes / ExamHelper

This application will aid teachers in creating exams for their classes.
0 stars 1 forks source link

Create Exam interface #21

Closed sammytrhodes closed 7 years ago

sammytrhodes commented 7 years ago

Epic: Description: Definition of Done:

lbarry23 commented 7 years ago

spent 2 hours working on exam interface. Cannot get the screen to load, project breaks on line "Parent loadScreen = (Parent) myLoader.load();" in ScreenController.java

davmarcella commented 7 years ago

spent 1.5 hours fixed screen loading issue, added the number of questions field, added dB function to make sure the number of questions requested exists

davmarcella commented 7 years ago

15 minutes connecting newly created dB function getQuestions() to interface function generateExam()

davmarcella commented 7 years ago

spent 30 minutes implementing logging system log4j and adding the jar file accordingly. Now uses logging rather than sysout. Commited to branch

davmarcella commented 7 years ago

spent 1 hour: trying to figure out how to hide everything in interface and display a new label for error messages. This was unsuccessful so I quickly just created a new interface file called "InvalidExam"