Test it with this TS:
plugin.tx_myquizpoll_pi1 { templateFile = EXT:myquizpoll/examples/template_poll_multipage.html pageQuestions = 4 dontShowPoints = 1 dontShowCorrectAnswers = 1 showAllCorrectAnswers = 1 dontShowUserResult = 1 advancedStatistics = 1 userData.askAtQuestion = 0 allowBack = 1 answerChoiceMax = 5 userSession = 1 requireSession = 1 useCookiesInDays = 1 quizName = Mehrseitige Umfrage enforceSelection = 1 showDetailAnswers = 1 starRatingDetails = 1 myVars.answers { input_id = 1 input_label = 1 } _LOCAL_LANG.de.your_evaluation = Umfrage-Ergebnis: }
Use categories for each question.
###REF_ERRORS### ###REF_QUIZ_LIMIT### ###REF_PAGE_LIMIT### ###REF_POLLRESULT_URL### ###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###
###REF_QUESTION_IMAGE_BEGIN######THANK_YOU###
###CHEATING###
###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".