QuizGenerator5.2.0 released

Tatsuno Information Systems, Inc. released QuizGenerator 5.2.0 on September 28, 2017. The changes in this version are as follows.

Adding a path
The option "Pass" has been added to the "Quick" and "Select" questions. This can be used by entering the option value "#pass:true".
How to use. list of options

Fixed a bug in the 10th and later holes of fill-in-the-blank questions.
Fixed a problem in which only the ninth hole is shown in the fill-in-the-blank questions. 10 to 99 holes are now shown.

Fixed a bug in inserting images to commentary.
Fixed a bug that images could only be inserted in the explanations of selected questions and selected (quick) questions.

Added a function to set the score for each question.
You can set the score for each question. You can set it by inputting the option value "#score_weighting:true" and inputting "sort:15".
The new question types "sa:" for multiple choice questions and "ma:" for multiple choice questions have been added to set the score.
How to use. list of options

Added the ability to set a time limit for each question.
You can now set a time limit for each question. By setting the option value "#time_limit_mode:question", the option value "#time_limit:seconds" becomes the time limit for each question.
How to use. list of options

ignore whitespace
If you set the option value "#ignore_whitespace:true", you can ignore the space in the description problem.
How to use. list of options

Change lightbox
I changed lightbox to photoswipe. It came to be able to display the image which was displayed enlarged by tapping with iPhone etc. by pinching out further enlargement by this.

Additional question formats
A new question format, pulldown, has been added. Enter the question type identifier "pulldown:", and enter the part of the question text where you want to insert the pull-down choices, such as {1}. The answer should be entered as Correct::Incorrect::Wrong.

Master Mode Enhancements
You can now set the number of times you want to exclude a question in Master mode. You can set the number of times you want to exclude a question from the list of Master mode by entering the option value "#master_count:number".
How to use. list of options

Display of the number of correct and incorrect answers for each question
The number of correct answers and the number of wrong answers are now displayed with the enhancement of Master Mode. You can disable this feature by entering the option value "#show_seigo_count:false".
How to use. list of options

partial point function
By entering the option value "#partial_score:true", partial scores are calculated for fill-in-the-blank, multiple-choice, combination, and pull-down questions. The score for each question is divided by the number of choices.
How to use. list of options

Conversion efficiency
The size of the zip file after conversion has been reduced by the use of CDN. By entering the option value "#cdn:false", the conversion will be performed as before.