Simple Kahoot on JavaFx(for students)
Create Kahoot on JavaFx like this https://youtu.be/rJRTSWBEaUA. All the requirements on the video.
Resources: https://drive.google.com/file/d/1Xrwzc3FfFKYnF_855ZkD9mcewjZTCBII/view?usp=sharing
QA for the Project
- Can I use Scene Builder ?
- You are not allowed to use Scene Builder on the Project 2. But for the Project 3 you can.
- Should our project will be the same as yours ?
- Yes. However you can add extra features like animation, audio test or image test.
- Inorder to use 'Choose File' functionality what kind of class Do I need to use in JavaFX ?
- try FileChooser class
- Can I use different images ?
- Yes, you can!
- Is it possible, without switching between questions, just to make the respondent choose the answer of the question and not be able to change the answer again as in the original?
- Actually saving last choosen option by user one of the main requirements for the project. Doesn't following to requirements cause "-" points!