moodle/lang/es/quiz_analysis.php
2005-05-22 22:11:01 +00:00

32 lines
1.3 KiB
PHP

<?PHP // $Id$
// quiz_analysis.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005042100)
$string['analysisoptions'] = 'Opciones de análisis';
$string['analysistitle'] = 'Tabla de análisis de ítems';
$string['attemptsall'] = 'todos los intentos';
$string['attemptselection'] = 'Intentos a analizar por usuario';
$string['attemptsfirst'] = 'primer intento';
$string['attemptshighest'] = 'calificación más alta';
$string['attemptslast'] = 'último intento';
$string['dicsindextitle'] = 'Índice<br/>Disc.';
$string['disccoefftitle'] = 'Coef.<br/>Disc.';
$string['downloadooo'] = 'Descargar en formato OpenOffice';
$string['facilitytitle'] = '%% Correct<br>Facility';
$string['lowmarkslimit'] = 'No analizar si la puntuación es inferior a:';
$string['pagesize'] = 'Preguntas por página:';
$string['qcounttitle'] = 'Nº Pr.';
$string['qidtitle'] = 'Pr.#';
$string['qnametitle'] = 'Nombre de la pregunta';
$string['qtexttitle'] = 'Texto de la pregunta';
$string['qtypetitle'] = 'Tipo de Pr.';
$string['quizreportdir'] = 'informes_cuest.';
$string['rcounttitle'] = 'Nº<br>R.';
$string['reportanalysis'] = 'Informe análisis de ítems';
$string['responsestitle'] = 'Texto de la respuesta';
$string['rfractiontitle'] = 'crédito<br>parcial';
$string['rpercenttitle'] = '%%R.';
$string['stddevtitle'] = 'DT';
?>