From 0c7334b9d788d2a8d8993e802b74042a757dbcea Mon Sep 17 00:00:00 2001 From: SofianeLasri <alasri250@gmail.com> Date: Tue, 11 Oct 2022 14:38:51 +0200 Subject: [PATCH] =?UTF-8?q?Questionnaire=20termin=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/activity_main.xml | 57 +++++++++++++++++++---- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 46f7ce9..020a50f 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -66,7 +66,7 @@ android:id="@+id/textView2" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="Au cours de quel évènement historique fut créé le panini?" /> + android:text="Lorsqu'un pancake tombe dans la neige avant le 31 décembre, on dit qu'il est:" /> <RadioGroup android:layout_width="match_parent" @@ -76,19 +76,19 @@ android:id="@+id/radioButton" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="En 1618, pendant la guerre des croissans au beurre" /> + android:text="Tombé dans la neige avant le 31 décembre" /> <RadioButton android:id="@+id/radioButton2" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="En 1702, pendant le massacre du Saint Panini" /> + android:text="Un frizby comestible" /> <RadioButton android:id="@+id/radioButton3" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="En 112 avant Célion Dion, pendant la prise de la brioche" /> + android:text="Une kipa surgelée" /> <RadioButton android:id="@+id/radioButton4" @@ -111,19 +111,60 @@ android:id="@+id/radioButton5" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="Un cheval" /> + android:text="Qu'il n'est pas arrivé à Toronto" /> + + <RadioButton + android:id="@+id/radioButton6" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="Qu'il n'est pas arrivé à Toronto" /> + + <RadioButton + android:id="@+id/radioButton7" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="Qu'est-ce qu'il fou ce maudit pancake, tabernacle?" /> + + <RadioButton + android:id="@+id/radioButton8" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="La réponse D" /> </RadioGroup> <TextView - android:id="@+id/textView4" + android:id="@+id/textView6" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="Êtes vous..." /> + android:text="Au cours de quel évènement historique fut créé le panini?" /> <RadioGroup android:layout_width="match_parent" - android:layout_height="match_parent" > + android:layout_height="match_parent"> + <RadioButton + android:id="@+id/radioButton9" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="En 1618, pendant la guerre des croissans au beurre" /> + + <RadioButton + android:id="@+id/radioButton10" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="En 1702, pendant le massacre du Saint Panini" /> + + <RadioButton + android:id="@+id/radioButton11" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="En 112 avant Célion Dion, pendant la prise de la brioche" /> + + <RadioButton + android:id="@+id/radioButton12" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="La réponse D" /> </RadioGroup> </LinearLayout> -- GitLab