We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2ee83 commit fd282c5Copy full SHA for fd282c5
components/Questionario.tsx
@@ -23,7 +23,7 @@ export default function Questionario(props: QuestionarioProps) {
23
{props.questao ?
24
<Questao
25
valor={props.questao}
26
- tempoPraResposta={6}
+ tempoPraResposta={20}
27
respostaFornecida={respostaFornecida}
28
tempoEsgotado={props.irPraProximoPasso} />
29
: false
0 commit comments