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
Sat, 06/28/2014 - 23:21
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)
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,
In reply to Hi by axel
That helped thx