HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/moodledata/lang/es/qtype_multichoice.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 'qtype_multichoice', language 'es', branch 'MOODLE_26_STABLE'
 *
 * @package   qtype_multichoice
 * @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['answerhowmany'] = '¿Una o varias respuestas?';
$string['answernumbering'] = '¿Numerar las elecciones?';
$string['answernumbering123'] = '1., 2., 3., ...';
$string['answernumberingabc'] = 'a., b., c., ...';
$string['answernumberingABCD'] = 'A., B., C., ...';
$string['answernumberingiii'] = 'i., ii., iii., ...';
$string['answernumberingIIII'] = 'I., II., III., ...';
$string['answernumberingnone'] = 'Sin numeración';
$string['answersingleno'] = 'Se permiten varias respuestas';
$string['answersingleyes'] = 'Sólo una respuesta';
$string['choiceno'] = 'Elección {$a}';
$string['choices'] = 'Opciones disponibles';
$string['clozeaid'] = 'Escribir palabra perdida';
$string['correctansweris'] = 'La respuesta correcta es: {$a}';
$string['correctfeedback'] = 'Para cualquier respuesta correcta';
$string['errfractionsaddwrong'] = 'Las calificaciones positivas elegidas no alcanzan el 100%<br />Sólo alcanzan el {$a}%';
$string['errfractionsnomax'] = 'Una de las respuestas debería tener el 100% de forma que sea <br />posible alcanzar la calificación máxima en esta pregunta.';
$string['errgradesetanswerblank'] = 'Calificación establecida, pero la respuesta está en blanco';
$string['feedback'] = 'Retroalimentación';
$string['fillouttwochoices'] = 'Debe rellenar al menos dos opciones. Las que deje en blanco no se usarán.';
$string['fractionsaddwrong'] = 'Las calificaciones positivas que ha elegido no suman el 100%<br />sino únicamente el {$a}%<br />¿Desea volver y arreglarlo?';
$string['fractionsnomax'] = 'Una de las respuestas debería ser el 100%, de modo que fuera <br />posible alcanzar la calificación total de esta pregunta.<br />¿Desea volver y arreglarlo?';
$string['incorrectfeedback'] = 'Para cualquier respuesta incorrecta';
$string['notenoughanswers'] = 'Este tipo de pregunta requiere al menos {$a} opciones';
$string['overallcorrectfeedback'] = 'Retroalimentación para cualquier respuesta correcta';
$string['overallfeedback'] = 'Retroalimentación global';
$string['overallincorrectfeedback'] = 'Retroalimentación para cualquier respuesta incorrecta';
$string['overallpartiallycorrectfeedback'] = 'Retroalimentación para cualquier respuesta parcialmente correcta';
$string['partiallycorrectfeedback'] = 'Para cualquier respuesta parcialmente correcta';
$string['pleaseselectananswer'] = 'Por favor, selecciona una respuesta.';
$string['pleaseselectatleastoneanswer'] = 'Por favor, selecciona al menos una respuesta.';
$string['pluginname'] = 'Opción múltiple';
$string['pluginnameadding'] = 'Agregando pregunta de opción múltiple';
$string['pluginnameediting'] = 'Editando una pregunta de opción múltiple';
$string['pluginname_help'] = 'En respuesta a una pregunta (puede incluir una imagen) el alumno escoje la respuesta entre varias respuestas posibles.
Hay dos tipos de preguntas con respuesta múltiple: con una y con más de una respuesta válida.';
$string['pluginnamesummary'] = 'Permite la selección de una o varias respuestas a partir de una lista predefinida.';
$string['selectmulti'] = 'Seleccione una o más de una:';
$string['selectone'] = 'Seleccione una:';
$string['shuffleanswers'] = '¿Barajar respuestas?';
$string['shuffleanswers_help'] = 'Si está activado, el orden de las respuestas varía de forma aleatoria en cada intento, siempre que "Barajar dentro de las preguntas" en la configuración del cuestionario también esté habilitada.';
$string['singleanswer'] = 'Seleccione una respuesta.';
$string['toomanyselected'] = 'Ha seleccionado demasiadas opciones.';