Test it with this TS:
plugin.tx_myquizpoll_pi1 { templateFile = EXT:myquizpoll/examples/template_poll_enhanced.html quizName = Umfrage userSession = 1 advancedStatistics = 1 dontShowPoints = 1 dontShowCorrectAnswers = 0 showAllCorrectAnswers = 1 showDetailAnswers = 1 answerChoiceMax = 6 email.send_admin = 1 email.admin_subject = TV-Umfrage userData.showAtAnswer = 1 general_stdWrap.parseFunc > general_stdWrap.parseFunc < tt_content.text.20.parseFunc general_stdWrap.notForAnswers = 1 myVars.answers { input_id = 1 input_label = 1 input_area = rows="3" cols="50" input_text = style="width:400px;" input_checkbox = style="display:block;margin-right:100px;" } myVars.questions { table_style = ,text-align:center;background-color:#ddd; } }
Result page:
###REF_RES_ERRORS### ###REF_INTRODUCTION###Vielen Dank für deine Teilnahme!
Das Umfrage-Ergebnis findest du hier...
Last/final page (only if pageQuestions > 0):
Instead of VAR_ANSWER_POINTS you can use VAR_QUESTION_POINTS or VAR_NEXT_POINTS (test it). And you can use ###VAR_QUESTION###, ###VAR_QUESTIONS### and ###VAR_CATEGORY###.
In ###TEMPLATE_QUESTION_ANSWER### you can use this too: ###VAR_QA_CATEGORY###
###REF_QUESTION_IMAGE_BEGIN######VAR_QUESTION_ANSWER### |
Name: ###REAL_NAME###
E-Mail: ###REAL_EMAIL###
###NO_SUBMIT###
###DOUBLE_ENTRY###
###NOT_LOGGEDIN###
###CHEATING###
###CAPTCHA_NOT_OK###
###VAR_NO### ###SKIPPED###
Show all questions and correct answers. Shown if you use "CMD=allanswers". 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###You can use this too: ###RESTART_QUIZ###
###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 and showEvaluation = 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 and showEvaluation = 0 !
3. Reference to TEMPLATE_EMAIL_ALLANSWERS if "showAllCorrectAnswers = 1".