.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) HTML Template ^^^^^^^^^^^^^ The HTML-Template can be found here: 'pi1/tx\_myquizpoll\_pi1.tmpl'. You will find all supported markers there. If you want to change the layout please copy the tmpl-file to your fileadmin-folder. There you can edit the file. In such a case, the location of the file should be specified by overriding the default TS template setup: plugin.tx\_myquizpoll\_pi1.templateFile = *fileadmin/template/myQuizTemplate.tmpl* You find (all) possible **markers** in the 'pi1/tx\_myquizpoll\_pi1.tmpl'-file. They aren't explained in this documentation. *:underline:`Note`* *:* you will find some more example-templates in the examples-folder of this extension. Take a look at them! They are explained in the chapter miscellaneous.