+
- Vite App
+ Quizz
diff --git a/public/quiz.json b/public/quiz.json
new file mode 100644
index 0000000..0a75a36
--- /dev/null
+++ b/public/quiz.json
@@ -0,0 +1,48 @@
+{
+ "title": "Questionnaire sur les Films et Séries",
+ "minimum_score": 4,
+ "success_message": "Félicitations! Vous êtes un véritable cinéphile!",
+ "failure_message": "Dommage! Vous devriez regarder plus de films et séries.",
+ "questions": [
+ {
+ "question": "Dans quel film trouve-t-on le personnage de Jack Dawson?",
+ "choices": ["Titanic", "Le Seigneur des Anneaux", "Inception", "Avatar"],
+ "correct_answer": "Titanic"
+ },
+ {
+ "question": "Quelle série met en scène le personnage de Walter White?",
+ "choices": [
+ "Breaking Bad",
+ "Stranger Things",
+ "Game of Thrones",
+ "The Walking Dead"
+ ],
+ "correct_answer": "Breaking Bad"
+ },
+ {
+ "question": "Dans quel film Harry Potter rencontre-t-il pour la première fois Lord Voldemort?",
+ "choices": [
+ "Harry Potter à l'école des sorciers",
+ "Harry Potter et la Chambre des secrets",
+ "Harry Potter et le Prisonnier d'Azkaban",
+ "Harry Potter et la Coupe de feu"
+ ],
+ "correct_answer": "Harry Potter à l'école des sorciers"
+ },
+ {
+ "question": "Quel est le nom de l'intelligence artificielle dans '2001: L'Odyssée de l'espace'?",
+ "choices": ["HAL 9000", "Siri", "Cortana", "Jarvis"],
+ "correct_answer": "HAL 9000"
+ },
+ {
+ "question": "Qui joue le rôle principal dans la série 'Sherlock' de la BBC?",
+ "choices": [
+ "Benedict Cumberbatch",
+ "David Tennant",
+ "Matt Smith",
+ "Tom Hiddleston"
+ ],
+ "correct_answer": "Benedict Cumberbatch"
+ }
+ ]
+ }
\ No newline at end of file
diff --git a/src/App.vue b/src/App.vue
index e69de29..40066ab 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Question.vue b/src/components/Question.vue
new file mode 100644
index 0000000..c901241
--- /dev/null
+++ b/src/components/Question.vue
@@ -0,0 +1,17 @@
+
+
+
+
{{ question.question }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Quiz.vue b/src/components/Quiz.vue
new file mode 100644
index 0000000..a47ad25
--- /dev/null
+++ b/src/components/Quiz.vue
@@ -0,0 +1,28 @@
+
+
+
+
{{ quiz.title }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/TheWelcome.vue b/src/components/TheWelcome.vue
deleted file mode 100644
index dab9536..0000000
--- a/src/components/TheWelcome.vue
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
-
-
- Documentation
-
- Vue’s
- official documentation
- provides you with all information you need to get started.
-
-
-
-
-
-
- Tooling
-
- This project is served and bundled with
- Vite. The
- recommended IDE setup is
- VSCode +
- Volar. If
- you need to test your components and web pages, check out
- Cypress and
- Cypress Component Testing.
-
-
-
- More instructions are available in README.md.
-
-
-
-
-
-
- Ecosystem
-
- Get official tools and libraries for your project:
- Pinia,
- Vue Router,
- Vue Test Utils, and
- Vue Dev Tools. If
- you need more resources, we suggest paying
- Awesome Vue
- a visit.
-
-
-
-
-
-
- Community
-
- Got stuck? Ask your question on
- Vue Land, our official
- Discord server, or
- StackOverflow. You should also subscribe to
- our mailing list and follow
- the official
- @vuejs
- twitter account for latest news in the Vue world.
-
-
-
-
-
-
- Support Vue
-
- As an independent project, Vue relies on community backing for its sustainability. You can help
- us by
- becoming a sponsor.
-
-
diff --git a/src/components/WelcomeItem.vue b/src/components/WelcomeItem.vue
deleted file mode 100644
index 6d7086a..0000000
--- a/src/components/WelcomeItem.vue
+++ /dev/null
@@ -1,87 +0,0 @@
-
-