Display Quiz directions above each question?

Events happening in the community are now at Drupal community events on www.drupal.org.
cpg_barry's picture

I am new to Drupal and Quiz. I am using Quiz for a situation where the quiz is a story and the questions are about the story. I need to have the story display above each question for reference. I created a content View, but it shows the information box and the button that starts the quiz. A block of that View only shows the title link. A Quiz View doesn't have the Quiz directions as an available field. How can this be accomplished? Thanks.

Comments

Solved

cpg_barry's picture

Created a block containing the following code:

<?php
 
if(arg(0) == 'node' && arg(2) == 'take') {
   
$story_node = node_load(arg(1));
    print
$story_node->body['und'][0]['value'];
  }
?>

Set the block to Highlighted.

Quiz

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: