Quiz¶
What can i do with a Quiz?¶

A present4D VR-Suite Quiz is a single - or multiple choice test done with the build-in Quiz Editor. This new and very flexible feature can be used for
- Explorative self learning purposes
- Certify users in e-learning Projects or safety trainings
- Collect feedback from customers on products, services or the current VR presentation.
In every Quiz three Slide Types are available:
- Info Slide
- Write a welcome note as introduction or
- Give some text information between the questions
- Question Slide
- Add Single or Multiple Choice Questions
- Define how many points a user can get for the correct answer.
- Define if an Answering Page should be shown or not.
- Score Slide
- Display the Result of the Quiz: “Congratulation: you have 45 of 50 points.”
- Add Result Variants and manage more meaningful result pages: Variant Page 1: “10 of 50 points, try again to get your certificate.” Variant Page 2: “45 of 50 points, great, you will receive your certificate via email.”
Manage Quizzes¶
Create a Quiz¶
- Editor Start Mode
- Launch the iMenu
- choose the tab Multimedia
- In Bottom line choose Quiz
- Close iMenu
- Click on Gear Symbol upper left to the Quiz Infospot Button.
Delete a Quiz¶
- Editor Start Mode
- Launch the iMenu
- choose the tab Multimedia
- Click on the Trash Bin at the right. Important: You can’t restore the deleted Quiz!
Duplicate a Quiz¶
- Go to the location folder, where the quiz is located
- Copy the quiz folder to the clipboard
- Paste the quiz to the desired new position and rename it.
- Press , in the upper-right of the iMenu, to initialize the new quiz.
Saved Quiz Results¶
Every user action is stored at data_myProject/QuizResults.csv
file and can be sent via email if set at Database Action on Quiz End.
All results will be saved into the same line in the .csv
file.
Even if several quizzes are used throughout the project, all results are written to the same line in the .csv
file.
A line is equal to the current user.
A new line is created after starting present4D or by setting Database Action on Quiz End.
See also Evaluation of Quiz Results
Page Type - Info Slide¶
To change text click on it and select with keyboard shortcuts Ctrl + a and enter text. All changes will be saved imminently.

- Create and delete Slides
- + Info = Create a new Slide with descriptive text
- + Question = Create a new Slide with question and answers
- + Score = Create a new Slide with scores. Only one single Score Slide can be used. But its possible to create result variants at the Score Slide.
- Trash = Delete current Slide
- Open online documentation = Launch the online manual in web browser. (Internet connection necessary)
- Headline Box = Enter the Headline of the Slide
- Arrange Slide Order
- Arrow up = Move current Slide one back
- Arrow down = Move current Slide one forward
- prev. slide = Name of previous Slide
- next slide = Name of next Slide
- Background Image = Choose a back ground image for this Slide. Use a
.jpg
or.png
file with preferred 1280x720 pixel. (up to 1920x1080 pixel). - Delete Background Image = Reset to the default background
- Content Box = Enter a welcome note or a description
- Answer Page = Show or hide an Answer Page with the correct answers after every question.
- Prevent Closing = Show or hide the x – button to prevent closing the Quiz by accident.
- Next Slide / previous Slide = go to the corresponding Slide
- Database Action on Quiz End
- Create new Dataset = All results will be saved into the same line in the
.csv
file. Enable this feature to create a new line for the next user after closing this Quiz. - Mail to = Enter an email address to send the
.csv
file after closing this Quiz. Please check your mail account for double-opt-in mail. See also spam folder.
- Create new Dataset = All results will be saved into the same line in the
- Reset Database now = Deletes all entries in the
.csv
file. You should reset the Database after changing the Quiz. This action can not be undone! - Preview = What you see is what you get preview to test functionality of Quiz
- Page Number = Current page / total pages
Page Type - Question Slide¶
See chapter Page Type - Info Slide for general information about interface elements!

- Question Slide = Add a Slide for a question and the answers
- Single/Multiple = Single: Only one answer (round boxes), Multiple: multiple answers (angular boxes)
- Points = Define how many points the user get for correct answer of this Slide.
- Answer Page = Show or hide an Answer Page with the correct answers after every question.
- Check Boxes = Check box on to mark correct answers
- Add Answer = Click to enter text of a new answer. Press return to add the answer.
- X = Delete this answer
Page Type - Answer Page Slide¶
See chapter Page Type - Info Slide for general information about interface elements!

Setting Answer Page (see Question Slide) must be set to . In this example case the wrong answer was chosen.
- X Button = Close Quiz. When opening the next time you start at question one again.
- = Indicates the correct answer in terms of content
- = Indicates an incorrectly set response
Page Type - Score Slide¶
See chapter Page Type - Info Slide for general information about interface elements!

- Score = Create a new Slide with scores. Only one single Score Slide can be used. But its possible to create result variants at the Score Slide.
- Result Variant 1/1 = Number of the current result Variant. You can add multiple variants depending on the reached score.
- Show when Score > = Criteria for showing current Variant of the Score Slide, if higher than chosen value
- Add = Add a Score Slide Variant.
- Remove = Delete current Score Slide Variant.
- Add Text = Click on Score or Score Max to enter the value variables into the text area.
Evaluation of Quiz Results¶
The results of the quiz are stored in a .csv
file: Saved Quiz Results
This file can be opened with a spreadsheet editor such as Microsoft Excel or Google Spreadsheet.
Column Organization within the .csv File¶
- Session ID
- A unique identifier to distinguish between answering sessions.
- Device Name
- The name of the device used to answer the test.
- Project Name
- The name of the project in which the quiz is located.
- Q_#
- Title of the quiz. The ‘#’ indicates the number identifier of the series.
- Q_#_Points
- The amounts of points scored in the quiz.
- Q_#_MaxPoints
- The total amount of points that can be scored in the quiz.
- Q_#_$
- A question. The ‘$’ indicates the number identifier of the question.
- Q_#_$_Type
- The type of question, either Single Choice or Multiple-choice.
- Q_#_$_Answers
- The possible answers displayed for this question. Answers are separated by a ‘_’.
- Q_#_$_Answers Correct
- The correct answer or answers to the questions. Answers are separated by a ‘_’.
- Q_#_$_Answers Chosen
- The answers picked by the user.
- Q_#_$_Points
- The points earned by the user for this question.
- Q_#_$_Max Points
- The total amount of points that can be earned for this question.
Video Tutorials
Visit our Youtube Tutorial Video Channel