diff --git a/vds-app/App/components/Variables.js b/vds-app/App/components/Variables.js index b93e3f9..4aa6644 100644 --- a/vds-app/App/components/Variables.js +++ b/vds-app/App/components/Variables.js @@ -24,6 +24,7 @@ export const texts = { quizzes: "Seleziona un argomento", section_quizzes: "Quiz per argomento", wrong_review: "Rivedi domande sbagliate", + wrong_title: "domande da rivedere", section_quizzes_subtitle: "Esercitati su argomenti specifici", exam: "Simulazione esame", exam_simulation: "30 domande in 30min", diff --git a/vds-app/App/screens/QuizIndex.js b/vds-app/App/screens/QuizIndex.js index 55c9a76..d273d1f 100644 --- a/vds-app/App/screens/QuizIndex.js +++ b/vds-app/App/screens/QuizIndex.js @@ -70,14 +70,6 @@ class QuizIndex extends React.Component { - - - this.props.navigation.navigate("Quiz", { - title: "TEST", - questions: testQuestions, - color: colors.blue - })}/> - this.props.navigation.navigate("Quiz", { title: texts.aerodynamics, diff --git a/vds-app/App/screens/Recap.js b/vds-app/App/screens/Recap.js index 64dd9ef..47d5449 100644 --- a/vds-app/App/screens/Recap.js +++ b/vds-app/App/screens/Recap.js @@ -179,6 +179,7 @@ class Recap extends React.Component {