You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Here's the 3-step process to make your own amazing picture quiz!
Build an interesting collection of pictures, organized into folders based on the categories.
Dropquiz.jar into the same folder
Double-click on quiz.jar to launch the app and play!!
Here's an example. There is a collection of pictures organized into folders in the background.Qiuz brings it to life as a live picture quiz right on your desktop!
Gather around your desk or screen-share on your favourite online meeting app to play with your friends!
The folders which are siblings toquiz.jar are considered asCategories. They are presented astabs in the Quiz app.
The files inside those folders are considered asQuiz images. They are presented asimages in the Quiz app.
The user can select anyCategory tab. There is only forward navigation to go to the nextQuiz image.
Each time when theShow button is clicked, the image is shown for a few seconds and then hidden automatically.
You can choose to click theShow button more times to reveal the image repeatedly.
Once the player has finished guessing or given up, click onShow Answer to reveal the answer.
Note that theQuiz image file name (upto the first. symbol in the file name) is considered as the answer for eachQuiz image.
The user (host) can click on the appropriate+10 or+5 button for the current team based on whether they answered during their turn, or a passed question.
Run through several rounds of the game for some exciting picture quiz fun!
At the end of the game, the scores are visible for everyon to see.
May the best team win!!
Building and Running the project
Click onMaven Update Project to ensure that projectpom.xml settings are in sync with your IDE settings.
RunMaven Install to build the jar files into/target folder and then have them installed into the local maven repo.
Copy thequiz-<version>-jar-with-dependencies.jar file from the/target folder to a QUIZ folder. Rename this file asquiz.jar for convenience.
Drop all the categorized pictures as folders right next toquiz.jar.