Test it with this Typoscript:
plugin.tx_myquizpoll_pi1.sortBy = random
plugin.tx_myquizpoll_pi1.pageQuestions = 1
plugin.tx_myquizpoll_pi1.dontShowPoints = 1
plugin.tx_myquizpoll_pi1.dontShowCorrectAnswers = 0
plugin.tx_myquizpoll_pi1.showHighscore = 0
plugin.tx_myquizpoll_pi1.dontShowHighscoreLink = 1
plugin.tx_myquizpoll_pi1.userData.askAtQuestion = 0
plugin.tx_myquizpoll_pi1.templateFile = EXT:myquizpoll/examples/template_basic.html
Questions page:
Empty or reference to TEMPLATE_CAPTCHA_NOT_OK.
Reference to TEMPLATE_QUIZ_TIME_LIMIT. REF_QUIZ_LIMIT will be empty if "quizTimeMinutes = 0".
Reference to TEMPLATE_PAGE_TIME_LIMIT. REF_PAGE_LIMIT will be empty if "pageTimeSeconds = 0".
Multiple reference to TEMPLATE_QUESTION.
Reference to TEMPLATE_QUIZ_USER_TO_SUBMIT?
Dont delete the marker HIDDENFIELDS !!!!!!!
Reference to TEMPLATE_HIGHSCORE_URL. REF_HIGHSCORE_URL will be empty if is poll or dontShowHighscoreLink = 1 !!!
Optional: ###REF_POLLRESULT_URL### = Reference to TEMPLATE_POLLRESULT_URL. REF_POLLRESULT_URL will be empty if isPoll = 0 !!!
Result page:
Empty or reference to TEMPLATE_CHEATING.
Reference to TEMPLATE_QUIZ_TIME_LIMIT. REF_QUIZ_LIMIT will be empty if "quizTimeMinutes = 0".
Reference to TEMPLATE_POLL_SUBMITED (poll) or to TEMPLATE_QUIZ_USER_SUBMITED (quiz).
Multiple reference to TEMPLATE_QRESULT (empty if is poll or "dontShowCorrectAnswers=1").
Reference to TEMPLATE_RESULT_POINTS or TEMPLATE_RESULT_POINTS_TOTAL (if is quiz and "dontShowPoints=0", else empty)
Reference to TEMPLATE_NEXT (if "showAnswersSeparate=1" and is quiz, else empty)
Reference to TEMPLATE_POLLRESULT (if is poll and "dontShowPollResult=0", else empty)
Reference to TEMPLATE_POLLRESULT_URL. REF_POLLRESULT_URL will be empty if isPoll = 0 !!!
Optional: ###REF_HIGHSCORE_URL### = Reference to TEMPLATE_HIGHSCORE_URL. REF_HIGHSCORE_URL will be empty if is poll or dontShowHighscoreLink = 1 !!!
Last/final page:
Reference to TEMPLATE_NO_MORE. REF_NO_MORE will be empty if pageQuestions = 0 !!!
Reference to TEMPLATE_QUIZ_ANALYSIS_x. x depends on "showAnalysis". REF_QUIZ_ANALYSIS will be empty if showAnalysis = 0 !!!
Reference to TEMPLATE_HIGHSCORE. REF_HIGHSCORE will be empty if showHighscore = 0 !!!
Reference to TEMPLATE_HIGHSCORE_URL. REF_HIGHSCORE_URL will be empty if dontShowHighscoreLink = 1 !!!
###VAR_QUESTION_IMAGE### |
###RESULT_POINTS###: ###VAR_RESULT_POINTS### / ###VAR_MAX_POINTS###
###RESULT_POINTS###: ###VAR_RESULT_POINTS### / ###VAR_MAX_POINTS### (###TOTAL_POINTS###: ###VAR_TOTAL_POINTS### / ###VAR_TMAX_POINTS###)
###NO_SUBMIT###
###DOUBLE_ENTRY###
###NO_MORE###
###THANK_YOU###
###CHEATING###