<?php
/**
 * English language strings for the quiz Plugin
 *
 * @author  Luigi Micco <l.micco@tiscali.it>
 */
 
$lang['quiz_start']       = "Start quiz";
$lang['quiz_prevquest']   = "Go back";
$lang['quiz_nextquest']   = "Continue";
$lang['quiz_finish']      = "Calculate score";
$lang['quiz_result']      = "Result";
$lang['quiz_resulttext']  = "You answered %d out of %d questions correctly (%d %%)";
$lang['quiz_score']       = "Score: ";
$lang['quiz_tryagain']    = "Try again";
$lang['quiz_highscore']   = "High-score";
$lang['quiz_explanation'] = "Explanation: ";



