. /** * Strings for component 'quiz_responses', language 'ca', branch 'MOODLE_22_STABLE' * * @package quiz_responses * @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['cannotloadoptions'] = 'No s\'han pogut carregar les opcions de pregunta'; $string['include'] = 'Inclou'; $string['pagesize'] = 'Mida de pàgina'; $string['pluginname'] = 'Respostes'; $string['reportresponses'] = 'Respostes'; $string['responses'] = 'Respostes'; $string['responsesdownload'] = 'Baixa les respostes'; $string['responsesfilename'] = 'respostes'; $string['responsesoptions'] = 'Opcions de les respostes'; $string['responsesreport'] = 'Informe de respostes'; $string['responsestitle'] = 'Respostes'; $string['responsex'] = 'Resposta {$a}'; $string['rightanswerx'] = 'Resposta correcta {$a}'; $string['showattempts'] = 'Mostra / Baixa només els intents'; $string['summaryofquestiontext'] = 'Resum de la pregunta'; $string['summaryofresponse'] = 'Resum de la resposta donada'; $string['summaryofrightanswer'] = 'Resum de la resposta correcta';