From 94227c55521ea6a5ce1bbef11960ac3f74a16b2b Mon Sep 17 00:00:00 2001 From: joniboy74prog Date: Thu, 7 Dec 2023 21:20:24 +0100 Subject: [PATCH] =?UTF-8?q?Creation=20des=20cat=C3=A9gories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/resources/Commerce.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 back/resources/Commerce.json diff --git a/back/resources/Commerce.json b/back/resources/Commerce.json new file mode 100644 index 0000000..d887557 --- /dev/null +++ b/back/resources/Commerce.json @@ -0,0 +1,17 @@ +{ + "nomcat": "Commerce", + "questions": [ + {"question": "", + "options": [ + { + "text": "", + "img": "" + }, + {"text": "", + "img": "" + } + ], + "reponse": 0 + } + ] +} \ No newline at end of file