sammytrhodes / ExamHelper

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

Question choice interface #22

Closed sammytrhodes closed 7 years ago

sammytrhodes commented 7 years ago

Epic: As the instructor, I want to create exam for questions to be linked their specific topics. Definition: Provides the user a choice between entering a single question or a file input containing the questions. Definitions of Done: There should be 2 buttons that will ask if the user would like to input a file or a singular question.

lbarry23 commented 7 years ago

Spent 30 minutes creating a simple interface with two unresponsive buttons: "Import Single Question" and "Import From File"

davmarcella commented 7 years ago

translated into javafxml file and now done