$string['attempt'] = "Attempt \$a";
$string['attemptfirst'] = "First attempt";
$string['attemptlast'] = "Last attempt";
+$string['attemptquiznow'] = "Attempt quiz now";
$string['attempts'] = "Attempts";
$string['attemptsallowed'] = "Attempts allowed";
$string['attemptsunlimited'] = "Unlimited attempts";
}
echo "<BR>";
echo "<DIV align=CENTER>";
- print_single_button("attempt.php", $options, $label="Attempt quiz now");
+ print_single_button("attempt.php", $options, get_string("attemptquiznow","forum"));
echo "</P>";
}
} else {