Skip to content

Commit

Permalink
Feat: Marcando palavras chaves modulo 2 html
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsimoest committed Jan 21, 2024
1 parent dd32a27 commit 64bba86
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/Aulas/ClassContent/Html/2.Intermediario/CriandoLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export function LinksEx1({ navigation }) {
txtantes="<a "
txtdepois=">CODAP</a>"
txtCerto1='href="#codap"'
txtToHighlight={["href", "codap"]}
tamanhoInput="50%"
navegar="LinksEx2"
/>
Expand All @@ -81,6 +82,7 @@ export function LinksEx2({ navigation }) {
adicionaltxt={t("html.inter.links.transformElementHeader")}
pergunta={t("html.inter.links.transformElementQuestion")}
txtantes="<main>"
txtToHighlight={["h3", "CODAP", "href", "codap", "a"]}
txtdepois="</main>"
txtCerto1='<h3><a href="#codap">CODAP</a></h3>'
tamanhoInput="80%"
Expand All @@ -103,6 +105,7 @@ export function LinksEx3({ navigation }) {
txtantes="<main>"
txtdepois="</main>"
txtantes2="<ul>"
txtToHighlight={["h3", "li", "href", "codap"]}
txtdepois2="</ul>"
txtCerto1='<li><a href="#codap">CODAP</a></li>'
tamanhoInput="75%"
Expand All @@ -121,6 +124,7 @@ export function LinksEx4({ navigation }) {
pergunta={t("html.inter.links.createIdHeader")}
txtantes="<h1"
txtdepois=">CODAP</h1>"
txtToHighlight={["h1", "href", "codap"]}
txtCerto1='Id="codap"'
tamanhoInput="40%"
navegar="LinksEx5"
Expand All @@ -141,6 +145,7 @@ export function LinksEx5({ navigation }) {
opt2="<p><a href='https://www.google.com'>Google</a></p>"
opt3="<li>'https://www.google.com'</li>"
opt4="<link>'https://www.google.com'</link>"
txtToHighlight={["links", "Google"]}
optCerta="opt2"
navegar="LinksEx6"
/>
Expand All @@ -161,6 +166,7 @@ export function LinksEx6({ navigation }) {
opt4="<h3><a href=>#codap>CODAP</a></h3>"
optCerta="opt3"
aulaSalvar={23}
txtToHighlight={["link", "codap"]}
Salvar={true}
navegar="CongratsView"
/>
Expand Down
8 changes: 6 additions & 2 deletions src/Aulas/ClassContent/Html/2.Intermediario/CriandoListas.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function ListaEx1({ navigation }) {
txtantes="<li>"
txtdepois="</li>"
tamanhoInput="60%"
txtToHighlight={["CODAP", " li "]}
txtToHighlight={["CODAP", "li"]}
txtCerto1="CODAP"
txtCerto2="codap"
txtCerto3="Codap"
Expand All @@ -80,7 +80,7 @@ export function ListaEx2({ navigation }) {
txtCerto1="<li>Ouro</li>"
txtCerto2="<li>Prata</li>"
txtCerto3="<li>Bronze</li>"
txtToHighlight={[" li ", "ol"]}
txtToHighlight={["li", "ol", "Ouro", "Prata", "Bronze"]}
tamanhoInput="46%"
navegar="ListaEx3"
/>
Expand All @@ -102,6 +102,7 @@ export function ListaEx3({ navigation }) {
txtdepois="</ul>"
txtCerto1="<li>Hello</li>"
txtCerto2="<li>World</li>"
txtToHighlight={[ "ul", "Hello", "World"]}
tamanhoInput="46%"
navegar="ListaEx4"
/>
Expand All @@ -120,6 +121,7 @@ export function ListaEx4({ navigation }) {
opt2="<br>"
opt3="<div>"
opt4="<ul>"
txtToHighlight={["lista"]}
optCerta="opt4"
navegar="ListaEx5"
/>
Expand All @@ -139,6 +141,7 @@ export function ListaEx5({ navigation }) {
opt3="<h1>"
opt4="<ul>"
optCerta="opt1"
txtToHighlight={["lista"]}
navegar="ListaEx6"
/>
)
Expand All @@ -158,6 +161,7 @@ export function ListaEx6({ navigation }) {
txtCerto2="li>codap</li"
txtCerto3="li>Codap</li"
tamanhoInput="80%"
txtToHighlight={["lista", "CODAP"]}
aulaSalvar={15}
Salvar={true}
navegar="CongratsView"
Expand Down
6 changes: 6 additions & 0 deletions src/Aulas/ClassContent/Html/2.Intermediario/DefinindoBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export function BodyEx1({ navigation }) {
txtantes2="<header>"
txtdepois2="</header>"
tamanhoInput="46%"
txtToHighlight={["header", "CODAP"]}
navegar="BodyEx2"
/>
)
Expand All @@ -80,6 +81,7 @@ export function BodyEx2({ navigation }) {
txtdepois2="</main>"
tamanhoInput="46%"
txtCerto1="<p>CODAP</p>"
txtToHighlight={["main", "HTML", "CODAP"]}
navegar="BodyEx3"
/>
)
Expand All @@ -103,6 +105,7 @@ export function BodyEx3({ navigation }) {
txtCerto1="<p>CODAP</p>"
txtCerto2="<p>CODAP</p>"
txtCerto3="<p>CODAP</p>"
txtToHighlight={["footer", "HTML", "CODAP"]}
tamanhoInput="46%"
navegar="BodyEx4"
/>
Expand All @@ -122,6 +125,7 @@ export function BodyEx4({ navigation }) {
opt3="<main>"
opt4="<footer>"
optCerta="opt2"
txtToHighlight={["body"]}
navegar="BodyEx5"
/>
)
Expand All @@ -140,6 +144,7 @@ export function BodyEx5({ navigation }) {
opt3="Definir o conteúdo principal"
opt4="Definir o texto principal"
optCerta="opt1"
txtToHighlight={["footer"]}
navegar="BodyEx6"
/>
)
Expand All @@ -159,6 +164,7 @@ export function BodyEx6({ navigation }) {
opt4="2"
optCerta="opt3"
aulaSalvar={16}
txtToHighlight={["body", "HTML"]}
Salvar={true}
navegar="CongratsView"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export function DivEx1({ navigation }) {
txtdepois2="</div>"
txtCerto1='<h1>CODAP</h1>'
txtCerto2='<h2>CODAP</h2>'
tamanhoInput="40%"
tamanhoInput="40%"
txtToHighlight={["título", "subtítulo", "CODAP"]}
navegar="DivEx2"
/>
)
Expand All @@ -77,6 +78,7 @@ export function DivEx2({ navigation }) {
txtCerto1='<li>Ouro</li>'
txtCerto2='<li>Prata</li>'
txtCerto3='<li>Bronze</li>'
txtToHighlight={["div", "Ouro", "Prata", "Bronze"]}
navegar="LineBreak"
/>
)
Expand Down Expand Up @@ -126,6 +128,7 @@ export function LineBreakEx1({ navigation }) {
opt2="<li/>"
opt3="<br/>"
opt4="<h6/>"
txtToHighlight={["linha"]}
optCerta="opt1"
navegar="LineBreakEx2"
/>
Expand All @@ -144,6 +147,7 @@ export function LineBreakEx2({ navigation }) {
opt2="<li/>"
opt3="<br/>"
opt4="<h6/>"
txtToHighlight={["espaço"]}
optCerta="opt3"
navegar="LineBreakEx3"
/>
Expand All @@ -168,6 +172,7 @@ export function LineBreakEx3({ navigation }) {
txtCerto1='<h1>CODAP</h1>'
txtCerto2='<br/>'
txtCerto3='<hr/>'
txtToHighlight={["CODAP", "espaço", "linha", "div"]}
aulaSalvar={17}
Salvar={true}
navegar="CongratsView"
Expand Down
6 changes: 6 additions & 0 deletions src/Aulas/ClassContent/Html/2.Intermediario/Head.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export function HeadEx1({ navigation }) {
opt6="<" //Opcional
opt7=">" //Opcional
opt8="title" //Opcional
txtToHighlight={["title", "CODAP"]}
txtCerto="<title>CODAP</title>"
navegar="HeadEx2"
/>
Expand All @@ -72,6 +73,7 @@ export function HeadEx2({ navigation }) {
opt3="Porque ele serve apenas para dados"
opt4="Porque ele é muito pequeno"
optCerta="opt3"
txtToHighlight={["title"]}
navegar="HeadEx3"
/>
)
Expand All @@ -95,6 +97,7 @@ export function HeadEx3({ navigation }) {
opt7="none" //Opcional
opt8="none" //Opcional
txtCerto='<meta charset="UTF-8"/>'
txtToHighlight={["meta", "charset", "UTF-8"]}
navegar="HeadEx4"
/>
)
Expand All @@ -113,6 +116,7 @@ export function HeadEx4({ navigation }) {
opt3="<p>"
opt4="<title>"
optCerta="opt4"
txtToHighlight={["head"]}
navegar="HeadEx5"
/>
)
Expand All @@ -131,6 +135,7 @@ export function HeadEx5({ navigation }) {
opt3="Gerar um link para o site"
opt4="Colocar uma imagem no site"
optCerta="opt1"
txtToHighlight={["title"]}
navegar="HeadEx6"
/>
)
Expand All @@ -152,6 +157,7 @@ export function HeadEx6({ navigation }) {
txtCerto3="Codap"
aulaSalvar={18}
Salvar={true}
txtToHighlight={["CODAP"]}
navegar="CongratsView"
/>
)
Expand Down

0 comments on commit 64bba86

Please sign in to comment.