get_row($wpdb->prepare("SELECT name,description,final_screen FROM wp_quiz_quiz WHERE ID=%d", $_REQUEST['quiz'])); $final_screen = stripslashes($dquiz->final_screen); } else { $final_screen = t("Congratulations - you have completed %%QUIZ_NAME%%.\n\nYou scored %%SCORE%% out of %%TOTAL%%.\n\nYour performance have been rated as '%%RATING%%'"); } ?>

%%SCORE%%
%%TOTAL%%
%%PERCENTAGE%%
%%GRADE%%.
%%WRONG_ANSWERS%%
%%RATING%%
%%QUIZ_NAME%%
%%DESCRIPTION%%