analytica-frontend-lib
Version:
Repositório público dos componentes utilizados nas plataformas da Analytica Ensino
52 lines (47 loc) • 1.9 kB
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});// src/components/RecommendedLessonDetails/types.ts
var DEFAULT_LABELS = {
viewLesson: "Ver aula",
viewPerformance: "Ver desempenho",
correctActivity: "Corrigir atividade",
resultsTitle: "Resultados da aula recomendada",
completedLabel: "CONCLU\xCDDO",
bestResultLabel: "MELHOR RESULTADO",
hardestTopicLabel: "MAIOR DIFICULDADE",
studentColumn: "Aluno",
statusColumn: "Status",
completionColumn: "Conclus\xE3o",
durationColumn: "Dura\xE7\xE3o"
};
var DEFAULT_PERFORMANCE_LABELS = {
title: "Desempenho",
correctAnswersLabel: "N\xB0 DE QUEST\xD5ES CORRETAS",
incorrectAnswersLabel: "N\xB0 DE QUEST\xD5ES INCORRETAS",
bestResultLabel: "MELHOR RESULTADO",
hardestTopicLabel: "MAIOR DIFICULDADE",
lessonsTitle: "Aulas"
};
var DEFAULT_ACTIVITY_PERFORMANCE_LABELS = {
title: "Corrigir atividade",
resultTitle: "Resultado da atividade",
scoreLabel: "NOTA",
correctAnswersLabel: "N\xB0 DE QUEST\xD5ES CORRETAS",
incorrectAnswersLabel: "N\xB0 DE QUEST\xD5ES INCORRETAS",
completionTimeLabel: "TEMPO DE CONCLUS\xC3O",
bestResultLabel: "MELHOR RESULTADO",
hardestTopicLabel: "MAIOR DIFICULDADE",
activitiesTitle: "Atividade",
lessonsTitle: "Aulas",
lessonsInDevelopment: "Em desenvolvimento",
feedbackPlaceholder: "Adicionar feedback para o aluno...",
markCorrect: "Correta",
markIncorrect: "Incorreta",
pending: "Pendente",
correctYes: "Sim",
correctNo: "N\xE3o",
isCorrectQuestionLabel: "Resposta est\xE1 correta?",
observationLabel: "Incluir observa\xE7\xE3o",
saveCorrection: "Salvar corre\xE7\xE3o",
saving: "Salvando..."
};
exports.DEFAULT_LABELS = DEFAULT_LABELS; exports.DEFAULT_PERFORMANCE_LABELS = DEFAULT_PERFORMANCE_LABELS; exports.DEFAULT_ACTIVITY_PERFORMANCE_LABELS = DEFAULT_ACTIVITY_PERFORMANCE_LABELS;
//# sourceMappingURL=chunk-OITBOOAR.js.map