File: /var/www/moodle/moodledata/lang/es_mx/quiz_liveviewgrid.php
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'quiz_liveviewgrid', language 'es_mx', branch 'MOODLE_36_STABLE'
*
* @package quiz_liveviewgrid
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['fractioncolors'] = 'Colores de Fracción';
$string['gradedexplain'] = 'Si un estudiante no ha terminado el examen o si hace varios intentos, la "Calificación" no es la calificación para el examen.';
$string['hidegradekey'] = 'Ocultar Leyenda de Calificación';
$string['hidegrades'] = 'Ocultar la "Calificación" respuestas que recibiría';
$string['hidenames'] = 'Ocultar nombres de estudiantes.';
$string['liveviewgrid'] = 'Reporte Vivo';
$string['name'] = 'Nombre';
$string['numberofresponses'] = 'Número de Respuestas';
$string['pluginname'] = 'Live Report (Reporte Vivo)';
$string['privacy:metadata'] = 'El plugin del Reporte Vivo del Examen \'Quiz Live Report0 (liveviewgrid) no almacena ningún dato personal. Proporciona una interfase para que los profesores vean datos de los exámenes sin almacenar ningún dato por sí mismo.';
$string['questionis'] = 'La pregunta es:';
$string['quizname'] = 'Nombre del examen';
$string['refreshpage'] = '¡Refrescar Página!';
$string['responses'] = 'Respuestas';
$string['showgradekey'] = 'Leyenda Mostrar Calificación';
$string['showgrades'] = 'Mostrar la "Calificación" respuestas que recibiría';
$string['showgradetitle'] = 'Esto muestra si una respuesta es correcta pero no califica al examen';
$string['shownames'] = 'Mostrar nombres de estudiantes.';
$string['somethingiswrongwithanswerid'] = 'Algo está mal con la respuesta con id =';
$string['youmustbeauthorized'] = 'Usted necesita estar autorizado para acceder a este sitio.';
$string['youmustsubmitquestonid'] = 'Usted debe enviar una questionid válida.';