Test it with this TS:
plugin.tx_myquizpoll_pi1.pageQuestions = 2 plugin.tx_myquizpoll_pi1.dontShowCorrectAnswers = 1 plugin.tx_myquizpoll_pi1.showAllCorrectAnswers = 1 plugin.tx_myquizpoll_pi1.dontShowUserResult = 1 plugin.tx_myquizpoll_pi1.templateFile = EXT:myquizpoll/examples/template_poll_advanced.html plugin.tx_myquizpoll_pi1._LOCAL_LANG.de.correct_answers = Hier nun die richtigen Antworten: plugin.tx_myquizpoll_pi1.showHighscore = 0 plugin.tx_myquizpoll_pi1.dontShowHighscoreLink = 1 plugin.tx_myquizpoll_pi1.advancedStatistics = 1 plugin.tx_myquizpoll_pi1.userData.askAtQuestion = 0 plugin.tx_myquizpoll_pi1.startCategory = 1 plugin.tx_myquizpoll_pi1.myVars.answers { input_id = 1 input_label = 1 }
Use categories for each question.
###REF_QUESTION_IMAGE_BEGIN######VAR_QUESTION_IMAGE### |
###NO_SUBMIT###
###DOUBLE_ENTRY###
###NOT_LOGGEDIN###
You can use here these Markers too: ###RESTART_QUIZ###, ###RESULT_POINTS###: ###VAR_RESULT_POINTS### / ###VAR_MAX_POINTS### (###TOTAL_POINTS###: ###VAR_TOTAL_POINTS### / ###VAR_TMAX_POINTS###)###NO_MORE### ###YOUR_EVALUATION###
###THANK_YOU###
###CHEATING###
Highscore-list. You can use this markers too: VAR_PERCENT, VAR_MAX, VAR_O_MAX, VAR_TIME
Allowed Markers here: ###VAR_NAME###, ###VAR_EMAIL###, ###VAR_HOMEPAGE###, ###VAR_TO_HOMEPAGE###, ###VAR_NAME_AND_EMAIL######CAPTCHA_NOT_OK###
Show all questions and correct answers in the email. (You can use ###REF_QR_ANSWER_ALL### instead of ###REF_QR_ANSWER_CORR### and you can use ###VAR_QUESTION### and ###VAR_QUESTIONS###) ###REF_QUESTION_IMAGE_BEGIN###Email to admin (if email.send_admin > 0):
1. Reference to TEMPLATE_QUIZ_USER_SUBMITED or TEMPLATE_POLL_SUBMITED
2. Reference to TEMPLATE_QUIZ_ANALYSIS_x. x depends on "showAnalysis". REF_QUIZ_ANALYSIS will be empty if showAnalysis = 0 !!!
3. Reference to TEMPLATE_EMAIL_ALLANSWERS if "showAllCorrectAnswers = 1".
Email to quiz taker (if email.send_user > 0):
1. Reference to TEMPLATE_QUIZ_USER_SUBMITED or TEMPLATE_POLL_SUBMITED
2. Reference to TEMPLATE_QUIZ_ANALYSIS_x. x depends on "showAnalysis". REF_QUIZ_ANALYSIS will be empty if showAnalysis = 0 !!!
3. Reference to TEMPLATE_EMAIL_ALLANSWERS if "showAllCorrectAnswers = 1".