Skip to content
Snippets Groups Projects
Commit 80a97b61 authored by Joshua Ellinger's avatar Joshua Ellinger
Browse files

Teaser should contain quiz description

Issue #165065 by ocyrus
parent 64321c88
No related branches found
No related tags found
No related merge requests found
......@@ -700,6 +700,9 @@ function quiz_view($node, $teaser = FALSE, $page = FALSE) {
//load the questions in the view page
$node->content['body']['#value'] = quiz_take_quiz();
}
else {
$node = node_prepare($node, $teaser);
}
return $node;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment