{{ quest.title }}
{{ quest.summary }}
Carregando seu mapa...
Cheat sheets densos no início. Aprofundamento sob demanda. Quiz para fixar.
Tópico por tópico, do resumo ao domínio.
O essencial em uma tela. Comandos, atalhos e padrões prontos para consulta.
Cada item expande com explicação detalhada, exemplo e pegadinhas.
Teste o que aprendeu. Cada erro vira explicação detalhada do que faltou.
Olá{{ user?.name ? `, ${user.name.split(' ')[0]}` : '' }} — escolha uma quest para começar ou continuar.
{{ area.description }}
| Quest {{ sortIndicator('title') }} | Área {{ sortIndicator('area') }} | Nível {{ sortIndicator('level') }} | Tempo {{ sortIndicator('estMinutes') }} | Tópicos {{ sortIndicator('children') }} | Progresso {{ sortIndicator('progress') }} | Status |
|---|---|---|---|---|---|---|
|
{{ q.title }}
{{ q.summary }}
|
{{ areaLabel(q.competency_area) }} | {{ q.level }} | {{ q.estMinutes }}m | {{ q.children?.length || q.subquests?.length || '—' }} |
|
🔒 locked ● ativa |
| Item | Tipo | Área | Nível | Tempo | Progresso |
|---|---|---|---|---|---|
|
└─
{{ d.title }}
({{ d.children.length }})
|
{{ d.kind || 'topic' }} | {{ areaLabel(d.competency_area) }} — | {{ d.level }} — | {{ d.estMinutes ? d.estMinutes + 'm' : '—' }} |
|
{{ quest.summary }}
{{ activeQuest.tagline || activeQuest.summary }}
{{ item.kbd }}
{{ item.desc }}
{{ item.details.long }}
{{ item.details.example }}
| {{ row[1] }} |
"{{ section.example }}"
{{ section.code }}
{{ step }}
{{ step }}
→ {{ sc.why }}
💡 {{ section.text }}
{{ b.text }}
{{ b.code }}
{{ b.text }}
{{ p }}
{{ activeQuest.quiz.intro || `${activeQuest.quiz.questions.length} perguntas. Erra? Aprende.` }}
{{ q.q }}
{{ quizAnswers[qi] === q.correct ? '✓ Correto.' : '✗ Resposta certa: ' + q.options[q.correct] + '.' }} {{ q.explanation ? ' ' + q.explanation : '' }}
{{ quizScore }} / {{ activeQuest.quiz.questions.length }}
{{ quizScoreMessage }}