Hi all

I see that there isnt any template file for the quiz page. Since it strips away the classes and other stuff that i added to the content type it would be nice if that is possible

Comments

Marcus 78 created an issue. See original summary.

djdevin’s picture

Component: Code - Other » User interface
Category: Bug report » Support request

Hi,

Can you be more specific about which quiz page?

Marcus 78’s picture

Hi

Thanks for the reply!

Its the question type called "quiz_page".
Every other question type has a themable -form.tpl.php.

It would be nice to kind of separate the theming and the module itself.

djdevin’s picture

Ah, that's because the Quiz page isn't a form and just organizes questions. But you should still be able to theme it, let me check.

I'm not sure what you mean by separating the theming and the module, it hooks into form API/entity API so you are able to use any of Drupal's theme hooks.