Hi everyone,

I am using the quizz with only multichoice questions.
At the end of the quiz, i get the table of results generated, but i'd like to be able to inject some css into this table.
For exemple i get

<tr class="odd"><td width="35" class="selector-td" rowspan="1"/><td><p>AnswerA</p></tr>

And i'd like to get

<tr class="odd correct"><td width="35" class="selector-td" rowspan="1"/><td><p>AnswerA</p></tr>

How can i do that ?

Thanks !

Comments

ezraw’s picture

Issue summary: View changes
Status: Active » Fixed

Because of #634110: Rewrite quiz_take_quiz() with FAPI in 7.x-5.x this is now possible via the form API.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.