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

Added additional text to make result options clearer.

parent 105ef611
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,7 @@ function quiz_form(&$node) {
'#type' => 'textfield',
'#title' => t('Pass rate for @quiz (%)', array('@quiz' => QUIZ_NAME)),
'#default_value' => $node->pass_rate,
'#description' => t('Pass rate for the @quiz as a percentage score', array('@quiz' => QUIZ_NAME)),
'#description' => t('Pass rate for the @quiz as a percentage score. (For personality quiz enter 0, and use result options.)', array('@quiz' => QUIZ_NAME)),
'#required' => FALSE,
);
$form['summaryoptions']['summary_pass'] = array(
......
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