quizzes display

Morn
Forums
How can I display also the description (Body) of a quiz at node/%/quizzes ? I tried to modify the corresponding View but no way, always the Button Read More was there and no Description displayed
axel

Hi

Hi

To do that you will have to alter the template file /profiles/opigno_lms/themes/platon/templates/node--quiz.tpl.php

On line 110 comment the condition <?php if ($page): ?> and same for line 118 (endif). This condition displays the description only for the dedicated page of the lesson.

If you prefer to have the description before the table you can just move up the render($content)

Best regards,

 

Morn

That helped thx

That helped thx