From a768f8b8a4fb0488f8b023bbab71ae2c827e967a Mon Sep 17 00:00:00 2001 From: pichetp Date: Mon, 17 Mar 2008 14:22:38 +0000 Subject: [PATCH] MDL-12572 MDL-13427 New HTML export mode useable with Excel or Word --- lang/en_utf8/quiz_analysis.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/quiz_analysis.php b/lang/en_utf8/quiz_analysis.php index ecc9ab2135..29fe81ce74 100644 --- a/lang/en_utf8/quiz_analysis.php +++ b/lang/en_utf8/quiz_analysis.php @@ -13,6 +13,7 @@ $string['attemptshighest'] = 'highest grade'; $string['attemptslast'] = 'last attempt'; $string['dicsindextitle'] = 'Disc.
Index'; $string['disccoefftitle'] = 'Disc.
Coeff.'; +$string['downloadhtml'] = 'Download the complete table in HTML format'; $string['downloadooo'] = 'Download in OpenOffice format'; $string['facilitytitle'] = '%% Correct
Facility'; $string['lowmarkslimit'] = 'Don\'t analyse if score is less than:'; -- 2.39.5