moodle/lang/pt_br/quiz_analysis.php
2005-09-06 18:30:54 +00:00

32 lines
1.3 KiB
PHP

<?PHP // $Id$
// quiz_analysis.php - created with Moodle 1.5 + (2005060201)
$string['analysisoptions'] = 'Opções de análise';
$string['analysistitle'] = 'Tabela de análise de itens';
$string['attemptsall'] = 'todas as tentativas';
$string['attemptselection'] = 'Tentativas a serem analizadas por usuário';
$string['attemptsfirst'] = 'Primeira tentativa';
$string['attemptshighest'] = 'Melhor nota';
$string['attemptslast'] = 'última tentativa';
$string['dicsindextitle'] = 'Disc.<br />Índice';
$string['disccoefftitle'] = 'Disc.<br />Coef.';
$string['downloadooo'] = 'Baixar em formato Open Office ';
$string['facilitytitle'] = '%% Corretas<br>Facilidade';
$string['lowmarkslimit'] = 'Não analisar se a nota for inferior a:';
$string['pagesize'] = 'Questões por página:';
$string['qcounttitle'] = 'Q. contagem';
$string['qidtitle'] = 'Q#';
$string['qnametitle'] = 'Nome da questão';
$string['qtexttitle'] = 'Texto da questão';
$string['qtypetitle'] = 'Q. tipo';
$string['quizreportdir'] = 'quiz_reports';
$string['rcounttitle'] = 'R.<br />Contagens';
$string['reportanalysis'] = 'Relatório de análise dos itens';
$string['responsestitle'] = 'Texto da resposta';
$string['rfractiontitle'] = 'crédito<br />parcial';
$string['rpercenttitle'] = 'R.%%';
$string['stddevtitle'] = 'SD';
?>