<?php
// This file is part of Moodle - https://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 <https://www.gnu.org/licenses/>.

/**
 * Strings for component 'qtype_combined', language 'es', version '3.9'.
 *
 * @package     qtype_combined
 * @category    string
 * @copyright   1999 Martin Dougiamas and contributors
 * @license     https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

defined('MOODLE_INTERNAL') || die();

$string['err_fillinthedetailsforsubq'] = 'Tiene que rellenar los detalles para describir la subpregunta "{$a}".';
$string['err_fillinthedetailshere'] = 'Tiene que rellenar los detalles de esta subpregunta.';
$string['err_weightingsdonotaddup'] = 'No se añaden pesos a las subpreguntas superiores a 1.';
$string['multiresponse'] = 'Opciones por defecto para subpreguntas multirespuesta';
$string['nosubquestiontypesinstalled'] = 'Este tipo de pregunta permite la combinación de la funcionalidad de otros tipos de preguntas. Necesita instalar al menos uno de estos otros tipos de preguntas que se usarán como subpreguntas.

Consulte  <a href="https://moodle.org/plugins/view.php?plugin=qtype_combined">la entrada en plug-in db</a> para más detalles y una lista de tipos de preguntas que pueden usarse como subpreguntas.';
$string['pluginname_link'] = 'question/type/combined';
$string['singlechoice'] = 'Opciones por defecto para subpreguntas de elección simple';
$string['validationerror'] = 'Una parte de la respuesta requiere atención: {$a}';
$string['yougot1right'] = '1 de sus respuestas es correcta.';
$string['yougotnright'] = '{$a->num} de sus respuestas son correctas.';
