Quiz Number Picker
Allows the app user to choose how many quiz questions to answer by overriding the default settings in the Advanced and Interactive Quiz.
iOS
Android
Screenshots
More Information
Problem:
Both the Advanced and Interactive quiz plugins don't allow the app user to select how many quiz questions they want to answer. This number is set by the app developer and can't be changed by the user.
Solution:
This plugin.
The Quiz Picker plugin gives the app user the choice of how many quiz questions to answer by overriding the default number set by the developer.
Simply set a high, low, and starting value for the picker. Then tell this plugin which quiz to open.
Difficulty Level
------------------------
Easy
iOS Project
------------------------
NAD_quizPicker.h
NAD_quizPicker.m
Android Project
------------------------
nad_quizpicker.xml
NAD_quizPicker.java
JSON Data
------------------------
{
"itemId": "someItemId",
"itemType": "NAD_quizPicker",
"itemNickname": "quiz picker1",
"navBarTitleText": "quiz picker",
"title_label_text": "Number of Questions?",
"titleLabel_textColor": "#000000",
"titleLabel_textSizeSmall": "22",
"titleLabel_textSizeLarge": "50",
"titleLabel_backgroundColor": "#FFFFFF",
"valueLabel_textColor": "#000000",
"valueLabel_backgroundColor": "#000000",
"valueLabel_textSizeSmall": "30",
"valueLabel_textSizeLarge": "40",
"nad_low": "1",
"nad_high": "10",
"stepper_startValue": "5",
"stepper_stepValue": "1",
"stepper_tintColor": "#000000",
"continue_button": "Continue",
"continueButton_textColor": "#000000",
"continueButton_textSizeSmall": "20",
"continueButton_textSizeLarge": "30",
"continueButton_borderColor": "#000000",
"continueButton_backgroundColor": "#FFFFFF",
"continueButton_cornerRadius": "8",
"unLockScreenNickname": "variable quiz",
"unLockScreenItemId": "5F3B98B874D5D33416"
}