<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>FASD Quiz des FASD Netzwerk Nordbayern e.V.</AppTitle>
	<AppShortName>FASDquiz</AppShortName>
	<Author>ALF Bogner / FASD Netzwerk Nordbayern e.V.</Author>
	<Version>2.1.51</Version>
	<Description>Modul 5 der Unterrichtsbox 2022-24</Description>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>800</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<WebBuildTarget>C:\Users\User\Desktop\StartSocial visualneo\FASD Quiz mobil_2_xx final -Web</WebBuildTarget>
	<MobileBuildTarget>C:\Users\User\Desktop\FASD Quiz mobil_1_18.zip</MobileBuildTarget>
	<ArchiveTarget>C:\Users\User\Desktop\StartSocial visualneo\fasdquiz2_50bak</ArchiveTarget>
	<AppIcon>C:\Users\User\Documents\VisualNeoWeb\Logo FASD.ico</AppIcon>
	<LanguageCode>de</LanguageCode>
	<DisplayMode>fullscreen</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<IsNWJS>True</IsNWJS>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<MobileID>com.fasdnetzwerk.fasdquiz</MobileID>
	<AuthorEmail>alf.bogner@schule-fasd.de</AuthorEmail>
	<AuthorWebsite>https://www.fasd-netzwerk.de</AuthorWebsite>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<OrientationLimit>OL_LANDSCAPEONLY</OrientationLimit>
	<ChromeKioskMode>False</ChromeKioskMode>
	<CustomXML>&lt;!-- Android --&gt;
&lt;widget id=&quot;io.cordova.hellocordova&quot; version=&quot;0.0.1&quot; android-versionCode=&quot;13&quot; xmlns=&quot;http://www.w3.org/ns/widgets&quot; xmlns:cdv=&quot;http://cordova.apache.org/ns/1.0&quot;&gt;</CustomXML>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="CHECKLICENSE">
					<Code>..überprüft die Dauer der Lizenz
If [NAB.DayNum] &lt; 10
  SetVar [theDay] &quot;0[NAB.DayNum]&quot;
Else
  SetVar [theDay] [NAB.DayNum]
EndIf
If [NAB.MonthNum] &lt; 10
  SetVar [theMonth] &quot;0[NAB.MonthNum]&quot;
Else
  SetVar [theMonth] [NAB.MonthNum]
EndIf

SetVar &quot;[today]&quot; &quot;[NAB.Year]/[theMonth]/[theDay]&quot;
SetVar &quot;[today2]&quot; &quot;[NAB.Year][theMonth][theDay]&quot;

if [today2] &gt; [abldatum2]
   setvar [abgelaufen2] -1
          else
   setvar [abgelaufen2] 1
endif
..setvar [today] [NAB.DateShort]
..dtLocalDate [NAB.Year] [NAB.MonthNum] [NAB.DayNum] [today] &quot;en-US&quot;
DateDifference [today] [abldatum] &quot;yyyy/mm/dd&quot; [abgelaufen]

Math &quot;[abgelaufen]*[abgelaufen2]&quot; 0 [lizenzweg]

if [lizenzweg] &lt; 0
   AlertBox &quot;Achtung!&quot; &quot;Das Programm ist abgelaufen! Bitte verlängern Sie die Lizenz!&quot; &quot;Ok&quot;
   OpenURL &quot;https://wenn-schwanger-dann-zero.de/unterrichtsbox/&quot;
endif</Code>
				</Function>
				<Function name="addAnswer">
					<Code>SetVar [conversation] &quot;[conversation]Assistant:\n[answer]\n\n&quot;

.scrolls TextArea to the bottom
BeginJS
  $(&apos;#TextAreaConversation&apos;).animate({ scrollTop: 1000000 }, &apos;slow&apos;);
EndJS</Code>
				</Function>
				<Function name="setjoker">
					<Code>if [teamcounter] == 1
   SetVar [fiftyjoker01] [fiftyjoker]
   SetVar [gptjoker01] [gptjoker]
endif

if [teamcounter] == 2
   SetVar [fiftyjoker02] [fiftyjoker]
   SetVar [gptjoker02] [gptjoker]
endif

if [teamcounter] == 3
   SetVar [fiftyjoker03] [fiftyjoker]
   SetVar [gptjoker03] [gptjoker]
endif

if [teamcounter] == 4
   SetVar [fiftyjoker04] [fiftyjoker]
  SetVar [gptjoker04] [gptjoker]
endif

if [teamcounter] == 5
   SetVar [fiftyjoker05] [fiftyjoker]
  SetVar [gptjoker05] [gptjoker]
endif

if [teamcounter] == 6
   SetVar [fiftyjoker06] [fiftyjoker]
   SetVar [gptjoker06] [gptjoker]
endif</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="Intro">
					<pageenter>..CenterApp
FitAppToScreen true &quot;middle&quot; &quot;center&quot;
SetVar [teamcounter] 0
SetVar [P11] 0
SetVar [T01] 0
SetVar [T02] 0
SetVar [T03] 0
SetVar [T04] 0
SetVar [T05] 0
SetVar [T06] 0
SetVar [fiftyjoker01] 1
SetVar [fiftyjoker02] 1
SetVar [fiftyjoker03] 1
SetVar [fiftyjoker04] 1
SetVar [fiftyjoker05] 1
SetVar [fiftyjoker06] 1
SetVar [gptjoker01] 1
SetVar [gptjoker02] 1
SetVar [gptjoker03] 1
SetVar [gptjoker04] 1
SetVar [gptjoker05] 1
SetVar [gptjoker06] 1
SetVar [Fertig] 0
setvar [fiftyjoker] 1
setvar [gptjoker] 1
SetVar [pwd1] &quot;Demo&quot;
SetVar [chatgpt] &quot;&quot;
SetVar [fasdquizversion] &quot;2.1.52&quot;
SetVar [DatumUpdate] &quot;20.6.2024&quot;
SetVar [YearUpdate] &quot;2022-24&quot;</pageenter>
					<Components>
						<Container id="Container66">
							<left>0px</left>
							<top>0px</top>
							<width>797px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Image id="Image1">
									<left>2px</left>
									<top>413px</top>
									<width>801px</width>
									<height>190px</height>
									<source>wenn_schwanger_bottom.jpg</source>
								</Image>
								<PushButton id="START">
									<left>495px</left>
									<top>270px</top>
									<width>225px</width>
									<height>70px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Anmeldung&lt;/strong&gt;</caption>
									<icon>glyphicon-cog</icon>
									<size>small</size>
									<click>GotoPage &quot;TNeoEingabepwd&quot;</click>
								</PushButton>
								<Image id="Image21">
									<left>675px</left>
									<top>515px</top>
									<width>92px</width>
									<height>52px</height>
									<source>logo_netzwerk2.jpg</source>
								</Image>
								<PushButton id="PushButton191">
									<left>74px</left>
									<top>270px</top>
									<width>225px</width>
									<height>70px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>Disclaimer</caption>
									<icon>glyphicon-info-sign</icon>
									<click>GotoPage &quot;TNeoAppDisclaimer2&quot;</click>
								</PushButton>
								<Headline id="Headline2">
									<left>434px</left>
									<top>152px</top>
									<width>336px</width>
									<height>62px</height>
									<style>color:#0058A6;font-size:32pt;text-align:center;text-shadow:4px 4px 6px grey</style>
									<text>&lt;strong&gt;Der Große Preis&lt;/strong&gt;</text>
								</Headline>
								<Headline id="Headline3">
									<left>0px</left>
									<top>166px</top>
									<width>388px</width>
									<height>40px</height>
									<style>color:#0058A6;font-size:20pt;text-align:center</style>
									<text>&lt;strong&gt;Das FASD-Quiz [fasdquizversion]&lt;/strong&gt;</text>
									<kind>h2</kind>
								</Headline>
								<Paragraph id="Paragraph74">
									<left>641px</left>
									<top>475px</top>
									<width>161px</width>
									<height>39px</height>
									<style>color:#E0E0E0;font-size:8pt;text-align:center</style>
									<text>(c) [YearUpdate] ALF Bogner&lt;br&gt;letztes Update [DatumUpdate]</text>
								</Paragraph>
								<Paragraph id="Paragraph77">
									<left>163px</left>
									<top>570px</top>
									<width>324px</width>
									<height>19px</height>
									<style>color:#FFFFFF</style>
									<text>&lt;strong&gt;Ein Projekt von FASD Netzwerk Nordbayern e.V.&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image85">
									<left>10px</left>
									<top>7px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
						<Headline id="Headline174">
							<left>312px</left>
							<top>294px</top>
							<width>167px</width>
							<height>40px</height>
							<style>color:#0058A6;font-size:14pt;text-align:center</style>
							<text>&lt;strong&gt;NEU: mit Joker!&lt;/strong&gt;</text>
							<kind>h6</kind>
						</Headline>
					</Components>
				</Page>
				<Page id="TNeoEingabepwd">
					<Components>
						<Container id="Container71">
							<left>0px</left>
							<top>0px</top>
							<width>797px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Image id="Image95">
									<left>106px</left>
									<top>192px</top>
									<width>208px</width>
									<height>200px</height>
									<style>color:#FFFFFF</style>
									<source>titelillu-02.jpg</source>
								</Image>
								<PushButton id="PushButton193">
									<left>436px</left>
									<top>443px</top>
									<width>326px</width>
									<height>88px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Weiter&lt;/strong&gt;</caption>
									<icon>glyphicon-chevron-right</icon>
									<size>small</size>
									<click>MessageBox &quot;Passworteingabe&quot; &quot;Ihr eingegebenes Passwort wird überprüft. Dies kann etwas dauern...&quot; &quot;Ok&quot; &quot;&quot;
StrLower [mail2] [mail1]
..emails und passwörter
setvar [pwd2] &quot;Demo&quot;
If [mail1] == &quot;fasd-quiz-9999&quot;
   setvar [pwd2] &quot;221114172919999&quot;
   setvar [schule1] &quot;FASD Netzwerk Nordbayern e.V.&quot;
   setvar [abldatum] &quot;2025/11/14&quot;
   setvar [abldatum2] 20251114
endif
If [mail1] == &quot;info@fasd-netz.de&quot;
   setvar [pwd2] &quot;221114172919999&quot;
   setvar [schule1] &quot;FASD Netzwerk Nordbayern e.V.&quot;
   setvar [abldatum] &quot;2025/11/14&quot;
   setvar [abldatum2] 20251114
endif
If [mail1] == &quot;fasd-quiz-1&quot;
   setvar [pwd2] &quot;221115182210001&quot;
   setvar [schule1] &quot;Mittelschule Hummeltal&quot;
   setvar [abldatum] &quot;2025/11/14&quot;
   setvar [abldatum2] 20251114
endif
If [mail1] == &quot;alf.bogner@free.fr&quot;
   setvar [pwd2] &quot;221115182210001&quot;
   setvar [schule1] &quot;Mittelschule Hummeltal&quot;
   setvar [abldatum] &quot;2025/11/14&quot;
   setvar [abldatum2] 20251114
endif
If [mail1] == &quot;fasd-quiz-2&quot;
   setvar [pwd2] &quot;221115203310002&quot;
   setvar [schule1] &quot;Mittelschule St. Georgen Bayreuth&quot;
   setvar [abldatum] &quot;2022/10/16&quot;
   setvar [abldatum2] 20221016
endif
If [mail1] == &quot;alf.bogner@gmail.com&quot;
   setvar [pwd2] &quot;221115203310002&quot;
   setvar [schule1] &quot;Mittelschule St. Georgen Bayreuth&quot;
   setvar [abldatum] &quot;2022/10/16&quot;
   setvar [abldatum2] 20221016
endif
If [mail1] == &quot;fasd-quiz-3&quot;
   setvar [pwd2] &quot;221115252210003&quot;
   setvar [schule1] &quot;Berufsschule1 Bayreuth&quot;
   setvar [abldatum] &quot;2023/11/14&quot;
   setvar [abldatum2] 20231114
endif
If [mail1] == &quot;bogner.michael2004@gmx.de&quot;
   setvar [pwd2] &quot;221115252210003&quot;
   setvar [schule1] &quot;Berufsschule1 Bayreuth&quot;
   setvar [abldatum] &quot;2023/11/14&quot;
   setvar [abldatum2] 20231114
endif
If [mail1] == &quot;fasd-quiz-4&quot;
   setvar [pwd2] &quot;221117162510004&quot;
   setvar [schule1] &quot;Jugendamt Burgenlandkreis&quot;
   setvar [abldatum] &quot;2023/11/17&quot;
   setvar [abldatum2] 20231117
endif
If [mail1] == &quot;jugendamt@blk.de&quot;
   setvar [pwd2] &quot;221117162510004&quot;
   setvar [schule1] &quot;Jugendamt Burgenlandkreis&quot;
   setvar [abldatum] &quot;2023/11/17&quot;
   setvar [abldatum2] 20231117
endif
If [mail1] == &quot;fasd-quiz-5&quot;
   setvar [pwd2] &quot;23112343610005&quot;
   setvar [schule1] &quot;Suchtbeauftragte Landkreis Saarlouis&quot;
   setvar [abldatum] &quot;2024/01/12&quot;
   setvar [abldatum2] 20240112
endif
If [mail1] == &quot;beate-gruenwald@kreis-saarlouis.de&quot;
   setvar [pwd2] &quot;23112343610005&quot;
   setvar [schule1] &quot;Suchtbeauftragte Landkreis Saarlouis&quot;
   setvar [abldatum] &quot;2024/01/12&quot;
   setvar [abldatum2] 20240112
endif
If [mail1] == &quot;fasd-quiz-6&quot;
   setvar [pwd2] &quot;2321216810006&quot;
   setvar [schule1] &quot;Stadtverwaltung Gera, Koordinierung/Qualitätsmanagement Frühe Hilfen&quot;
   setvar [abldatum] &quot;2025/02/28&quot;
   setvar [abldatum2] 20250228
endif
If [mail1] == &quot;fruehe.hilfen@gera.de&quot;
   setvar [pwd2] &quot;2321216810006&quot;
   setvar [schule1] &quot;Stadtverwaltung Gera, Koordinierung/Qualitätsmanagement Frühe Hilfen&quot;
   setvar [abldatum] &quot;2024/02/01&quot;
   setvar [abldatum2] 20240201
endif
If [mail1] == &quot;fasd-quiz-7&quot;
   setvar [pwd2] &quot;23117397710007&quot;
   setvar [schule1] &quot;Landratsamt Ludwigsburg, Kompetenzzentrum Kindertagesbetreuung und Prävention&quot;
   setvar [abldatum] &quot;2024/01/17&quot;
   setvar [abldatum2] 20240117
endif
If [mail1] == &quot;cornelia.knapp@landkreis-ludwigsburg.de&quot;
   setvar [pwd2] &quot;23117397710007&quot;
   setvar [schule1] &quot;Landratsamt Ludwigsburg, Kompetenzzentrum Kindertagesbetreuung und Prävention&quot;
   setvar [abldatum] &quot;2024/01/17&quot;
   setvar [abldatum2] 20240117
endif
If [mail1] == &quot;fasd-quiz-9&quot;
   setvar [pwd2] &quot;2311831891009&quot;
   setvar [schule1] &quot;Beratungsstelle Bad Mergentheim Schwangerschaftsberatung|Schwangerschaftskonfliktberatung&quot;
   setvar [abldatum] &quot;2024/01/18&quot;
   setvar [abldatum2] 20240118
endif
If [mail1] == &quot;andrea.hausch@diakonie.ekiba.de&quot;
   setvar [pwd2] &quot;2311831891009&quot;
   setvar [schule1] &quot;Beratungsstelle Bad Mergentheim Schwangerschaftsberatung|Schwangerschaftskonfliktberatung&quot;
   setvar [abldatum] &quot;2024/01/18&quot;
   setvar [abldatum2] 20240118
endif
If [mail1] == &quot;fasd-quiz-8&quot;
   setvar [pwd2] &quot;2321223510008&quot;
   setvar [schule1] &quot;Christoph-Jakob-Treu-Gymnasium Lauf&quot;
   setvar [abldatum] &quot;2024/02/01&quot;
   setvar [abldatum2] 20240201
endif
If [mail1] == &quot;schule@cjt-gym-lauf.de&quot;
   setvar [pwd2] &quot;2321223510008&quot;
   setvar [schule1] &quot;Christoph-Jakob-Treu-Gymnasium Lauf&quot;
   setvar [abldatum] &quot;2024/02/01&quot;
   setvar [abldatum2] 20240201
endif
If [mail1] == &quot;fasd-quiz-10&quot;
   setvar [pwd2] &quot;23124304210010&quot;
   setvar [schule1] &quot;Sonderpädagogisches Förderzentrum Spardorf&quot;
   setvar [abldatum] &quot;2024/01/24&quot;
   setvar [abldatum2] 20240124
endif
If [mail1] == &quot;martina.kranich@eksspardorf.de&quot;
   setvar [pwd2] &quot;23124304210010&quot;
   setvar [schule1] &quot;Sonderpädagogisches Förderzentrum Spardorf&quot;
   setvar [abldatum] &quot;2024/01/24&quot;
   setvar [abldatum2] 20240124
endif
If [mail1] == &quot;fasd-quiz-11&quot;
   setvar [pwd2] &quot;23131343510011&quot;
   setvar [schule1] &quot;Sucht- und Jugendberatung Ingelheim&quot;
   setvar [abldatum] &quot;2024/02/01&quot;
   setvar [abldatum2] 20240201
endif
If [mail1] == &quot;m.trost@sucht-undjugendberatung.de&quot;
   setvar [pwd2] &quot;23131343510011&quot;
   setvar [schule1] &quot;Sucht- und Jugendberatung Ingelheim&quot;
   setvar [abldatum] &quot;2024/02/01&quot;
   setvar [abldatum2] 20240201
endif
If [mail1] == &quot;fasd-quiz-12&quot;
   setvar [pwd2] &quot;2321256410012&quot;
   setvar [schule1] &quot;Diakonisches Werk im Rhein-Neckar-Kreis Beratungsstelle Weinheim&quot;
   setvar [abldatum] &quot;2024/02/01&quot;
   setvar [abldatum2] 20240201
endif
If [mail1] == &quot;harriet.rappmund@dw-rn.de&quot;
   setvar [pwd2] &quot;2321256410012&quot;
   setvar [schule1] &quot;Diakonisches Werk im Rhein-Neckar-Kreis Beratungsstelle Weinheim&quot;
   setvar [abldatum] &quot;2024/02/01&quot;
   setvar [abldatum2] 20240201
endif
If [mail1] == &quot;fasd-quiz-13&quot;
   setvar [pwd2] &quot;23215142710013&quot;
   setvar [schule1] &quot;Fazit-Jugendhilfe Pforzheim&quot;
   setvar [abldatum] &quot;2024/02/15&quot;
   setvar [abldatum2] 20240215
endif
If [mail1] == &quot;ulri.ke@web.de&quot;
   setvar [pwd2] &quot;23215142710013&quot;
   setvar [schule1] &quot;Fazit-Jugendhilfe Pforzheim&quot;
   setvar [abldatum] &quot;2024/02/15&quot;
   setvar [abldatum2] 20240215
endif
If [mail1] == &quot;fasd-quiz-14&quot;
   setvar [pwd2] &quot;23217301610014&quot;
   setvar [schule1] &quot;Landkreis Kassel&quot;
   setvar [abldatum] &quot;2024/02/17&quot;
   setvar [abldatum2] 20240217
endif
If [mail1] == &quot;silvia-nagy@landkreiskassel.de&quot;
   setvar [pwd2] &quot;23217301610014&quot;
   setvar [schule1] &quot;Landkreis Kassel&quot;
   setvar [abldatum] &quot;2024/02/17&quot;
   setvar [abldatum2] 20240217
endif
If [mail1] == &quot;fasd-quiz-15&quot;
   setvar [pwd2] &quot;2332332510015&quot;
   setvar [schule1] &quot;Landkreis Bodenseekreis&quot;
   setvar [abldatum] &quot;2024/03/02&quot;
   setvar [abldatum2] 20240302
endif
If [mail1] == &quot;corinna.braendle@bodenseekreis.de&quot;
   setvar [pwd2] &quot;2332332510015&quot;
   setvar [schule1] &quot;Landkreis Bodenseekreis&quot;
   setvar [abldatum] &quot;2024/03/02&quot;
   setvar [abldatum2] 20240302
endif
If [mail1] == &quot;fasd-quiz-16&quot;
   setvar [pwd2] &quot;2334322410016&quot;
   setvar [schule1] &quot;FASD Fachzentrum Hamburg&quot;
   setvar [abldatum] &quot;2024/03/04&quot;
   setvar [abldatum2] 20240304
endif
If [mail1] == &quot;t.wolff@fasd-fachzentrum.hamburg&quot;
   setvar [pwd2] &quot;2334322410016&quot;
   setvar [schule1] &quot;FASD Fachzentrum Hamburg&quot;
   setvar [abldatum] &quot;2024/03/04&quot;
   setvar [abldatum2] 20240304
endif
If [mail1] == &quot;fasd-quiz-17&quot;
   setvar [pwd2] &quot;23317203110017&quot;
   setvar [schule1] &quot;Mittelschule Landau an der Isar&quot;
   setvar [abldatum] &quot;2024/03/17&quot;
   setvar [abldatum2] 20240317
endif
If [mail1] == &quot;schusop@ms-landau.de&quot;
   setvar [pwd2] &quot;23317203110017&quot;
   setvar [schule1] &quot;Mittelschule Landau an der Isar&quot;
   setvar [abldatum] &quot;2024/03/17&quot;
   setvar [abldatum2] 20240317
endif
If [mail1] == &quot;fasd-quiz-18&quot;
   setvar [pwd2] &quot;23330252810018&quot;
   setvar [schule1] &quot;Lebenshilfe Ostseekreis e.V.&quot;
   setvar [abldatum] &quot;2024/03/30&quot;
   setvar [abldatum2] 20240330
endif
If [mail1] == &quot;nicole.westphal@lh-osk.de&quot;
   setvar [pwd2] &quot;23330252810018&quot;
   setvar [schule1] &quot;Lebenshilfe Ostseekreis e.V.&quot;
   setvar [abldatum] &quot;2024/03/30&quot;
   setvar [abldatum2] 20240330
endif
If [mail1] == &quot;g.pfeifer@fasdhilfeaustria.at&quot;
   setvar [pwd2] &quot;23417291810019&quot;
   setvar [schule1] &quot;FASD-Hilfe Austria&quot;
   setvar [abldatum] &quot;2024/05/10&quot;
   setvar [abldatum2] 20240510
endif
If [mail1] == &quot;fasd-quiz-19&quot;
   setvar [pwd2] &quot;23417291810019&quot;
   setvar [schule1] &quot;FASD-Hilfe Austria&quot;
   setvar [abldatum] &quot;2024/05/10&quot;
   setvar [abldatum2] 20240510
endif
If [mail1] == &quot;fasd-quiz-20&quot;
   setvar [pwd2] &quot;2375286410020&quot;
   setvar [schule1] &quot;Schwangeren- und Schwangerschaftskonfliktberatung Hohenlohekreis&quot;
   setvar [abldatum] &quot;2024/07/05&quot;
   setvar [abldatum2] 20240705
endif
If [mail1] == &quot;anja.blume@hohenlohekreis.de&quot;
   setvar [pwd2] &quot;2375286410020&quot;
   setvar [schule1] &quot;Schwangeren- und Schwangerschaftskonfliktberatung Hohenlohekreis&quot;
   setvar [abldatum] &quot;2024/07/05&quot;
   setvar [abldatum2] 20240705
endif
If [mail1] == &quot;fasd-quiz-21&quot;
   setvar [pwd2] &quot;2375353110021&quot;
   setvar [schule1] &quot;Jugendamtsärztin Stadt Erlangen&quot;
   setvar [abldatum] &quot;2024/07/05&quot;
   setvar [abldatum2] 20240705
endif
If [mail1] == &quot;alexandra.fischer@stadt.erlangen.de&quot;
   setvar [pwd2] &quot;2375353110021&quot;
   setvar [schule1] &quot;Jugendamtsärztin Stadt Erlangen&quot;
   setvar [abldatum] &quot;2024/07/05&quot;
   setvar [abldatum2] 20240705
endif
If [mail1] == &quot;fasd-quiz-22&quot;
   setvar [pwd2] &quot;2376163410022&quot;
   setvar [schule1] &quot;Realschule am Europakanal Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;boe@real-euro.de&quot;
   setvar [pwd2] &quot;2376163410022&quot;
   setvar [schule1] &quot;Realschule am Europakanal Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-23&quot;
   setvar [pwd2] &quot;23718432610023&quot;
   setvar [schule1] &quot;Eichendorffschule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;helmut.klemm@eichendorffschule-erlangen.de&quot;
   setvar [pwd2] &quot;23718432610023&quot;
   setvar [schule1] &quot;Eichendorffschule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-24&quot;
   setvar [pwd2] &quot;2395274110024&quot;
   setvar [schule1] &quot;Landeshauptstadt Stuttgart Gesundheitsamt&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240905
endif
If [mail1] == &quot;bettina.straub@stuttgart.de&quot;
   setvar [pwd2] &quot;2395274110024&quot;
   setvar [schule1] &quot;Landeshauptstadt Stuttgart Gesundheitsamt&quot;
   setvar [abldatum] &quot;2024/09/05&quot;
   setvar [abldatum2] 20240718
endif
If [mail1] == &quot;fasd-quiz-25&quot;
   setvar [pwd2] &quot;2396274310025&quot;
   setvar [schule1] &quot;Stadt Heidelberg Kommunale Suchtbeauftragte&quot;
   setvar [abldatum] &quot;2024/09/05&quot;
   setvar [abldatum2] 20240905
endif
If [mail1] == &quot;eva.leichman@heidelberg.de&quot;
   setvar [pwd2] &quot;2396274310025&quot;
   setvar [schule1] &quot;Stadt Heidelberg Kommunale Suchtbeauftragte&quot;
   setvar [abldatum] &quot;2024/09/05&quot;
   setvar [abldatum2] 20240718
endif
..--------------------------------Schulen Erlangen-----------------
If [mail1] == &quot;fasd-quiz-26&quot;
   setvar [pwd2] &quot;2396273610026&quot;
   setvar [schule1] &quot;Mittelschule Ernst Penzoldt Erlangen&quot;
   setvar [abldatum] &quot;2024/09/06&quot;
   setvar [abldatum2] 20240906
endif
If [mail1] == &quot;sl@ernst-penzoldt-schule.de&quot;
   setvar [pwd2] &quot;2396273610026&quot;
   setvar [schule1] &quot;Mittelschule Ernst Penzoldt Erlangen&quot;
   setvar [abldatum] &quot;2024/09/06&quot;
   setvar [abldatum2] 20240906
endif
If [mail1] == &quot;fasd-quiz-27&quot;
   setvar [pwd2] &quot;2396183810027&quot;
   setvar [schule1] &quot;Herrmann-Hedenus-Mittelschule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/06&quot;
   setvar [abldatum2] 20240906
endif
If [mail1] == &quot;dirr@ms-hedenus.de&quot;
   setvar [pwd2] &quot;2396183810027&quot;
   setvar [schule1] &quot;Herrmann-Hedenus-Mittelschule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/06&quot;
   setvar [abldatum2] 20240906
endif
If [mail1] == &quot;fasd-quiz-28&quot;
   setvar [pwd2] &quot;2396223810028&quot;
   setvar [schule1] &quot;Werner-von-Siemens Realschule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/06&quot;
   setvar [abldatum2] 20240906
endif
If [mail1] == &quot;gruber@wvs-erlangen.de&quot;
   setvar [pwd2] &quot;2396223810028&quot;
   setvar [schule1] &quot;Werner-von-Siemens Realschule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/06&quot;
   setvar [abldatum2] 20240906
endif
If [mail1] == &quot;fasd-quiz-29&quot;
   setvar [pwd2] &quot;2396275510029&quot;
   setvar [schule1] &quot;Städtische Wirtschaftsschule im Röthelheimpark Erlangen&quot;
   setvar [abldatum] &quot;2024/09/06&quot;
   setvar [abldatum2] 20240906
endif
If [mail1] == &quot;sekretariat@wir-erlangen.de&quot;
   setvar [pwd2] &quot;2396275510029&quot;
   setvar [schule1] &quot;Städtische Wirtschaftsschule im Röthelheimpark Erlangen&quot;
   setvar [abldatum] &quot;2024/09/06&quot;
   setvar [abldatum2] 20240906
endif
If [mail1] == &quot;fasd-quiz-30&quot;
   setvar [pwd2] &quot;2397353210030&quot;
   setvar [schule1] &quot;Gymnasium Fridericianum Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;noehring@gymnasium-fridericianum.de&quot;
   setvar [pwd2] &quot;2397353210030&quot;
   setvar [schule1] &quot;Gymnasium Fridericianum Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-31&quot;
   setvar [pwd2] &quot;2397392210031&quot;
   setvar [schule1] &quot;Ohm-Gymnasium Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;n.jueckstock-kiessling@ohm-gymnasium.de&quot;
   setvar [pwd2] &quot;2397392210031&quot;
   setvar [schule1] &quot;Ohm-Gymnasium Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-32&quot;
   setvar [pwd2] &quot;2397172210032&quot;
   setvar [schule1] &quot;CEG Gymnasium Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;kellner@ceg-er.de&quot;
   setvar [pwd2] &quot;2397172210032&quot;
   setvar [schule1] &quot;CEG Gymnasium Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-33&quot;
   setvar [pwd2] &quot;2397282210033&quot;
   setvar [schule1] &quot;MTG Gymnasium Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;armin.kolb@stadt.erlangen.de&quot;
   setvar [pwd2] &quot;2397282210033&quot;
   setvar [schule1] &quot;MTG Gymnasium Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-34&quot;
   setvar [pwd2] &quot;2397253110034&quot;
   setvar [schule1] &quot;Emmy-Noether-Gymnasium Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;agrasnick@eng-erlangen.de&quot;
   setvar [pwd2] &quot;2397253110034&quot;
   setvar [schule1] &quot;Emmy-Noether-Gymnasium Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-35&quot;
   setvar [pwd2] &quot;2397203510035&quot;
   setvar [schule1] &quot;Emil-von-Behring-Gymnasium Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;schulleitung@evbg.de&quot;
   setvar [pwd2] &quot;2397203510035&quot;
   setvar [schule1] &quot;Emil-von-Behring-Gymnasium Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-36&quot;
   setvar [pwd2] &quot;2397392810036&quot;
   setvar [schule1] &quot;Freie Waldorfschule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;schulfuehrung@waldorfschule-erlangen.de&quot;
   setvar [pwd2] &quot;2397392810036&quot;
   setvar [schule1] &quot;Freie Waldorfschule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-37&quot;
   setvar [pwd2] &quot;2397352510037&quot;
   setvar [schule1] &quot;Montessorischule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;schulleitung@montessori-erlangen.de&quot;
   setvar [pwd2] &quot;2397352510037&quot;
   setvar [schule1] &quot;Montessorischule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-38&quot;
   setvar [pwd2] &quot;2397331610038&quot;
   setvar [schule1] &quot;FOS BOS Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;gudrun.leitsch@fosbos-erlangen.de&quot;
   setvar [pwd2] &quot;2397331610038&quot;
   setvar [schule1] &quot;FOS BOS Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-39&quot;
   setvar [pwd2] &quot;2397293210039&quot;
   setvar [schule1] &quot;Staatliche Berufsschule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;roland.topinka@bs-erlangen.de&quot;
   setvar [pwd2] &quot;2397293210039&quot;
   setvar [schule1] &quot;Staatliche Berufsschule Erlangen&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;fasd-quiz-40&quot;
   setvar [pwd2] &quot;2397342910040&quot;
   setvar [schule1] &quot;Erich-Kästner-Schule Spardorf&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
If [mail1] == &quot;christian.ruderisch@eksspardorf.de&quot;
   setvar [pwd2] &quot;2397342910040&quot;
   setvar [schule1] &quot;Erich-Kästner-Schule Spardorf&quot;
   setvar [abldatum] &quot;2024/09/07&quot;
   setvar [abldatum2] 20240907
endif
..-------------------Schulen Erlangen Ende--------------
If [mail1] == &quot;fasd-quiz-41&quot;
   setvar [pwd2] &quot;23922435210041&quot;
   setvar [schule1] &quot;Jugendhilfe Creglingen e.V. - Mobile Jugendbetreuung&quot;
   setvar [abldatum] &quot;2024/09/22&quot;
   setvar [abldatum2] 20240922
endif
If [mail1] == &quot;christine.doering@jugendhilfe-creglingen.de&quot;
   setvar [pwd2] &quot;23922435210041&quot;
   setvar [schule1] &quot;Jugendhilfe Creglingen e.V. - Mobile Jugendbetreuung&quot;
   setvar [abldatum] &quot;2024/09/22&quot;
   setvar [abldatum2] 20240922
endif
If [mail1] == &quot;fasd-quiz-42&quot;
   setvar [pwd2] &quot;231016332910042&quot;
   setvar [schule1] &quot;Berufsbildungswerk Waiblingen&quot;
   setvar [abldatum] &quot;2024/10/16&quot;
   setvar [abldatum2] 20241016
endif
If [mail1] == &quot;hannelore.hoelz@bbw-waiblingen.de&quot;
   setvar [pwd2] &quot;231016332910042&quot;
   setvar [schule1] &quot;Berufsbildungswerk Waiblingen&quot;
   setvar [abldatum] &quot;2024/10/16&quot;
   setvar [abldatum2] 20241016
endif
If [mail1] == &quot;fasd-quiz-43&quot;
   setvar [pwd2] &quot;23102162710043&quot;
   setvar [schule1] &quot;Landratsamt Schwäbisch Hall&quot;
   setvar [abldatum] &quot;2024/10/02&quot;
   setvar [abldatum2] 20241002
endif
If [mail1] == &quot;b.abel@lrasha.de&quot;
   setvar [pwd2] &quot;23102162710043&quot;
   setvar [schule1] &quot;Landratsamt Schwäbisch Hall&quot;
   setvar [abldatum] &quot;2024/10/02&quot;
   setvar [abldatum2] 20241002
endif
If [mail1] == &quot;fasd-quiz-44&quot;
   setvar [pwd2] &quot;23102314110044&quot;
   setvar [schule1] &quot;Landratsamt Heidenheim Suchtbeauftragte*r&quot;
   setvar [abldatum] &quot;2024/10/02&quot;
   setvar [abldatum2] 20241002
endif
If [mail1] == &quot;p.barth@landkreis-heidenheim.de&quot;
   setvar [pwd2] &quot;23102314110044&quot;
   setvar [schule1] &quot;Landratsamt Heidenheim Suchtbeauftragte*r&quot;
   setvar [abldatum] &quot;2024/10/02&quot;
   setvar [abldatum2] 20241002
endif
If [mail1] == &quot;fasd-quiz-45&quot;
   setvar [pwd2] &quot;231011345210045&quot;
   setvar [schule1] &quot;StädteRegion Aachen - Jugendförderung und Prävention&quot;
   setvar [abldatum] &quot;2024/10/11&quot;
   setvar [abldatum2] 20241011
endif
If [mail1] == &quot;anja.sauer@staedteregion-aachen.de&quot;
   setvar [pwd2] &quot;231011345210045&quot;
   setvar [schule1] &quot;StädteRegion Aachen - Jugendförderung und Prävention&quot;
   setvar [abldatum] &quot;2024/10/11&quot;
   setvar [abldatum2] 20241011
endif
If [mail1] == &quot;fasd-quiz-46&quot;
   setvar [pwd2] &quot;231023323810046&quot;
   setvar [schule1] &quot;Häuser der Diakonie - Donnersbergkreis&quot;
   setvar [abldatum] &quot;2024/10/23&quot;
   setvar [abldatum2] 20241023
endif
If [mail1] == &quot;carmen.mueller@diakonie-pfalz.de&quot;
   setvar [pwd2] &quot;231023323810046&quot;
   setvar [schule1] &quot;Häuser der Diakonie - Donnersbergkreis&quot;
   setvar [abldatum] &quot;2024/10/23&quot;
   setvar [abldatum2] 20241023
endif
If [mail1] == &quot;fasd-quiz-47&quot;
   setvar [pwd2] &quot;23116302610047&quot;
   setvar [schule1] &quot;Prävention Stadt Karlsruhe&quot;
   setvar [abldatum] &quot;2024/11/06&quot;
   setvar [abldatum2] 20241106
endif
If [mail1] == &quot;philipp.weber@sjb.karlsruhe.de&quot;
   setvar [pwd2] &quot;23116302610047&quot;
   setvar [schule1] &quot;Prävention Stadt Karlsruhe&quot;
   setvar [abldatum] &quot;2024/11/06&quot;
   setvar [abldatum2] 20241106
endif
If [mail1] == &quot;fasd-quiz-48&quot;
   setvar [pwd2] &quot;23116403710048&quot;
   setvar [schule1] &quot;Suchtprävention Landratsamt Karlsruhe&quot;
   setvar [abldatum] &quot;2024/11/06&quot;
   setvar [abldatum2] 20241106
endif
If [mail1] == &quot;christina.mayer@landratsamt-karlsruhe.de&quot;
   setvar [pwd2] &quot;23116403710048&quot;
   setvar [schule1] &quot;Suchtprävention Landratsamt Karlsruhe&quot;
   setvar [abldatum] &quot;2024/11/06&quot;
   setvar [abldatum2] 20241106
endif
If [mail1] == &quot;fasd-quiz-49&quot;
   setvar [pwd2] &quot;231120346210049&quot;
   setvar [schule1] &quot;Amt für Jugend und Familie Landratsamt Weißenburg-Gunzenhausen&quot;
   setvar [abldatum] &quot;2024/11/20&quot;
   setvar [abldatum2] 20241120
endif
If [mail1] == &quot;christine.mueller@landkreis-wug.de&quot;
   setvar [pwd2] &quot;231120346210049&quot;
   setvar [schule1] &quot;Amt für Jugend und Familie Landratsamt Weißenburg-Gunzenhausen&quot;
   setvar [abldatum] &quot;2024/11/20&quot;
   setvar [abldatum2] 20241120
endif
If [mail1] == &quot;fasd-quiz-50&quot;
   setvar [pwd2] &quot;2419312410050&quot;
   setvar [schule1] &quot;FASD Netzwerk Österreich&quot;
   setvar [abldatum] &quot;2025/01/09&quot;
   setvar [abldatum2] 20250109
endif
If [mail1] == &quot;d.nettig-weich@fasd-netzwerk.at&quot;
   setvar [pwd2] &quot;2419312410050&quot;
   setvar [schule1] &quot;FASD Netzwerk Österreich&quot;
   setvar [abldatum] &quot;2025/01/09&quot;
   setvar [abldatum2] 20250109
endif
If [mail1] == &quot;fasd-quiz-51&quot;
   setvar [pwd2] &quot;2434373410051&quot;
   setvar [schule1] &quot;Berufsbildende Schule B11 Nürnberg&quot;
   setvar [abldatum] &quot;2025/03/04&quot;
   setvar [abldatum2] 20250304
endif
If [mail1] == &quot;christoph.bamler@schulen.nuernberg.de&quot;
   setvar [pwd2] &quot;2434373410051&quot;
   setvar [schule1] &quot;Berufsbildende Schule B11 Nürnberg&quot;
   setvar [abldatum] &quot;2025/03/04&quot;
   setvar [abldatum2] 20250304
endif
If [mail1] == &quot;fasd-quiz-52&quot;
   setvar [pwd2] &quot;2431223710052&quot;
   setvar [schule1] &quot;Diakonisches Werk Waldeck-Frankenberg&quot;
   setvar [abldatum] &quot;2025/03/01&quot;
   setvar [abldatum2] 20250301
endif
If [mail1] == &quot;ulrike.richter@ekkw.de&quot;
   setvar [pwd2] &quot;2431223710052&quot;
   setvar [schule1] &quot;Diakonisches Werk Waldeck-Frankenberg&quot;
   setvar [abldatum] &quot;2025/03/01&quot;
   setvar [abldatum2] 20250301
endif
..============================ab hier Beginn Entwicklung Version 2 ======================

..-.-.-.-.

If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]
..          checklicense
   GotoPage &quot;TNeoAppPageEinst&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline169">
									<left>18px</left>
									<top>471px</top>
									<width>414px</width>
									<height>63px</height>
									<style>color:#0058A6;font-size:20pt</style>
									<text>&lt;strong&gt;Der Große Preis&lt;/strong&gt;</text>
								</Headline>
								<Image id="Image97">
									<left>506px</left>
									<top>207px</top>
									<width>219px</width>
									<height>218px</height>
									<source>titelillu-01.jpg</source>
								</Image>
								<Headline id="Headline171">
									<left>19px</left>
									<top>508px</top>
									<width>354px</width>
									<height>32px</height>
									<text>&apos;Demo&apos; ist als Passwort vorgegeben.</text>
									<kind>h4</kind>
								</Headline>
								<Image id="Image96">
									<left>10px</left>
									<top>7px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
						<Paragraph id="Paragraph62">
							<left>480px</left>
							<top>104px</top>
							<width>264px</width>
							<height>29px</height>
							<style>text-align:center</style>
							<text>&lt;strong&gt;Bitte Passwort eingeben:&lt;/strong&gt;</text>
						</Paragraph>
						<PasswordInput id="PasswordInput1">
							<left>502px</left>
							<top>134px</top>
							<width>217px</width>
							<height>38px</height>
							<variable>[pwd1]</variable>
							<max_length>15</max_length>
							<init_value>{Pwd1]</init_value>
							<place_holder>[Pwd1]</place_holder>
						</PasswordInput>
						<TextInput id="TextInput1">
							<left>160px</left>
							<top>133px</top>
							<width>272px</width>
							<height>38px</height>
							<style>text-transform:lowercase</style>
							<variable>[mail2]</variable>
							<init_value>email@beispiel.de oder fasd-quiz-1234</init_value>
						</TextInput>
						<Image id="showpwd">
							<left>722px</left>
							<top>143px</top>
							<width>28px</width>
							<height>22px</height>
							<source>auge auf.jpg</source>
							<click>ShowObject &quot;PasswordInput2&quot; &quot;&quot; 0
ShowObject &quot;hidepwd&quot; &quot;&quot; 0
HideObject &quot;PasswordInput1&quot; &quot;&quot; 0
HideObject &quot;showpwd&quot; &quot;&quot; 0</click>
						</Image>
						<TextInput id="PasswordInput2">
							<left>502px</left>
							<top>134px</top>
							<width>217px</width>
							<height>38px</height>
							<visible>False</visible>
							<variable>[Pwd1]</variable>
							<max_length>15</max_length>
							<init_value>Demo</init_value>
							<place_holder>[Pwd1]</place_holder>
						</TextInput>
						<Image id="hidepwd">
							<left>722px</left>
							<top>143px</top>
							<width>28px</width>
							<height>22px</height>
							<visible>False</visible>
							<source>auge zuf.jpg</source>
							<click>ShowObject &quot;PasswordInput1&quot; &quot;&quot; 0
ShowObject &quot;showpwd&quot; &quot;&quot; 0
HideObject &quot;PasswordInput2&quot; &quot;&quot; 0
HideObject &quot;hidepwd&quot; &quot;&quot; 0</click>
							<mouseenter>..MessageBox &quot;Hinweis&quot; &quot;Passwort ein- und ausblenden durch Mausklick.&quot; &quot;&quot; &quot;&quot;</mouseenter>
						</Image>
						<Headline id="Headline170">
							<left>244px</left>
							<top>27px</top>
							<width>530px</width>
							<height>82px</height>
							<style>color:#0058A6;font-size:24pt;text-align:right</style>
							<text>&lt;strong&gt;Das FASD-Quiz [fasdquizversion]&lt;/strong&gt;</text>
							<kind>h2</kind>
						</Headline>
						<Paragraph id="Paragraph71">
							<left>116px</left>
							<top>106px</top>
							<width>350px</width>
							<height>29px</height>
							<style>text-align:center</style>
							<text>&lt;strong&gt;Bitte&amp;nbsp;Email oder Benutzernamen eingeben:&lt;/strong&gt;</text>
						</Paragraph>
					</Components>
				</Page>
				<Page id="TNeoAppPageEinst">
					<style>background-color:#E0E0E0</style>
					<pageenter>..CenterApp
..FitAppToScreen true &quot;middle&quot; &quot;center&quot;
setvar [Teams] 1</pageenter>
					<Components>
						<Container id="Container67">
							<left>1px</left>
							<top>0px</top>
							<width>797px</width>
							<height>598px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<PushButton id="PushButton112">
									<left>466px</left>
									<top>435px</top>
									<width>305px</width>
									<height>90px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>GotoPage &quot;TNeoAppPageStart&quot;</click>
								</PushButton>
								<Dropdown id="Dropdown1">
									<left>51px</left>
									<top>145px</top>
									<width>327px</width>
									<height>59px</height>
									<style>font-size:10pt;font-weight:bold</style>
									<caption>Anzahl der Spielenden/Teams</caption>
									<items>1,2,3,4,5,6</items>
									<variable>[Teams]</variable>
									<init_value>1</init_value>
									<click>If [pwd1] == &quot;Demo&quot;
   MessageBox &quot;Demoversion&quot; &quot;Diese Funktion ist nur in der Vollversion wählbar!&quot; &quot;OK&quot; &quot;&quot;
Endif</click>
									<mouseenter>If [pwd1] == &quot;Demo&quot;
   MessageBox &quot;Demoversion&quot; &quot;Diese Funktion ist nur in der Vollversion wählbar!&quot; &quot;OK&quot; &quot;&quot;
Endif</mouseenter>
									<mousedown>If [pwd1] == &quot;Demo&quot;
   MessageBox &quot;Demoversion&quot; &quot;Diese Funktion ist nur in der Vollversion wählbar!&quot; &quot;OK&quot; &quot;&quot;
Endif</mousedown>
								</Dropdown>
								<RadioButton id="RadioButton1">
									<left>97px</left>
									<top>217px</top>
									<width>358px</width>
									<height>23px</height>
									<caption>jedes Fragefeld einmal verwenden</caption>
									<variable>[Wahl]</variable>
									<checked>True</checked>
									<value>1</value>
								</RadioButton>
								<RadioButton id="RadioButton2">
									<left>97px</left>
									<top>262px</top>
									<width>438px</width>
									<height>23px</height>
									<caption>solange fragen, bis die Antwort richtig ist</caption>
									<variable>[Wahl]</variable>
									<mouseenter>If [pwd1] == &quot;Demo&quot;
   MessageBox &quot;Demoversion&quot; &quot;Diese Funktion ist nur in der Vollversion wählbar!&quot; &quot;OK&quot; &quot;&quot;
Endif</mouseenter>
									<mousedown>If [pwd1] == &quot;Demo&quot;
   MessageBox &quot;Demoversion&quot; &quot;Diese Funktion ist nur in der Vollversion wählbar!&quot; &quot;OK&quot; &quot;&quot;
Endif</mousedown>
									<value>2</value>
								</RadioButton>
								<Paragraph id="Paragraph61">
									<left>467px</left>
									<top>530px</top>
									<width>305px</width>
									<height>64px</height>
									<text>Diese Anwendung ist&lt;br&gt;(c)2022-24 FASD Netzwerk Nordbayern e.V.&lt;br&gt;&lt;a href=&quot;https://www.fasd-netz.de&quot;&gt;www.fasd-netz.de&lt;/a&gt;</text>
								</Paragraph>
								<Image id="Image3">
									<left>519px</left>
									<top>221px</top>
									<width>178px</width>
									<height>189px</height>
									<source>titelillu-01.jpg</source>
								</Image>
								<PushButton id="PushButton76">
									<left>56px</left>
									<top>357px</top>
									<width>319px</width>
									<height>90px</height>
									<style>font-size:14pt</style>
									<caption>Spielregeln</caption>
									<icon>glyphicon-info-sign</icon>
									<click>GotoPage &quot;TNeoAppPageHelp&quot;</click>
								</PushButton>
								<Headline id="Headline128">
									<left>36px</left>
									<top>95px</top>
									<width>239px</width>
									<height>45px</height>
									<style>font-size:16pt</style>
									<text>Einstellungen:</text>
								</Headline>
								<PushButton id="PushButton187">
									<left>388px</left>
									<top>145px</top>
									<width>70px</width>
									<height>59px</height>
									<caption>[Teams]</caption>
									<size>large</size>
								</PushButton>
								<Image id="Image20">
									<left>10px</left>
									<top>7px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
						<PushButton id="PushButton188">
							<left>58px</left>
							<top>459px</top>
							<width>319px</width>
							<height>90px</height>
							<style>font-size:14pt</style>
							<caption>Urheberrecht</caption>
							<icon>glyphicon-info-sign</icon>
							<click>GotoPage &quot;TNeoAppDisclaimer&quot;</click>
						</PushButton>
						<Headline id="Headline45">
							<left>153px</left>
							<top>27px</top>
							<width>623px</width>
							<height>82px</height>
							<style>color:#0058A6;font-size:24pt;text-align:right</style>
							<text>&lt;strong&gt;Das FASD-Quiz [fasdquizversion]&lt;/strong&gt;</text>
							<kind>h2</kind>
						</Headline>
					</Components>
				</Page>
				<Page id="TNeoAppPageHelp">
					<pageenter>CenterApp
FitAppToScreen true &quot;middle&quot; &quot;center&quot;</pageenter>
					<Components>
						<Container id="Container68">
							<left>1px</left>
							<top>0px</top>
							<width>796px</width>
							<height>595px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<PushButton id="PushButton77">
									<left>479px</left>
									<top>414px</top>
									<width>298px</width>
									<height>98px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   zurück&lt;/strong&gt;</caption>
									<icon>glyphicon-wrench</icon>
									<click>GotoPrevPage</click>
								</PushButton>
								<Paragraph id="Paragraph66">
									<left>40px</left>
									<top>107px</top>
									<width>381px</width>
									<height>408px</height>
									<style>font-size:10pt</style>
									<text>&lt;u&gt;&lt;strong&gt;Spielregeln:&lt;/strong&gt;&lt;br&gt;&lt;/u&gt;&lt;br&gt;Dieses Quiz kannst Du alleine oder in Teams spielen. Die Anzahl der Teilnehmenden oder Teams (maximal 6) stellst du auf der&amp;nbsp;Seite &apos;Einstellungen&apos; ein.&lt;br&gt;&lt;br&gt;Es gibt zwei Versionen: Entweder wird jede Frage nur einmal angeboten, egal, ob Du sie richtig oder falsch beantwortest, oder Du kannst so lange spielen, bis alle Fragen richtig beantwortet sind.&lt;br&gt;&lt;br&gt;Die Fragen sind je nach Schwierigkeitsgrad mit unterschiedlichen Punkten bewertet.&lt;br&gt;&lt;br&gt;Viel Spaß beim Quizzen!</text>
								</Paragraph>
								<Image id="Image57">
									<left>426px</left>
									<top>81px</top>
									<width>370px</width>
									<height>252px</height>
									<source>fasd_jugendlicher.jpg</source>
								</Image>
								<Image id="Image58">
									<left>10px</left>
									<top>7px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
						<Headline id="Headline71">
							<left>153px</left>
							<top>27px</top>
							<width>636px</width>
							<height>82px</height>
							<style>color:#0058A6;font-size:24pt;text-align:right</style>
							<text>&lt;strong&gt;Das FASD-Quiz [fasdquizversion]&lt;/strong&gt;</text>
							<kind>h2</kind>
						</Headline>
					</Components>
				</Page>
				<Page id="TNeoAppJokerhelp">
					<Components>
						<PushButton id="PushButton197">
							<left>479px</left>
							<top>414px</top>
							<width>298px</width>
							<height>98px</height>
							<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
							<caption>&lt;strong&gt;   zurück&lt;/strong&gt;</caption>
							<icon>glyphicon-wrench</icon>
							<click>GotoPage &quot;[JumpPage]&quot;</click>
						</PushButton>
						<Paragraph id="Paragraph78">
							<left>12px</left>
							<top>107px</top>
							<width>424px</width>
							<height>420px</height>
							<style>font-family:Arial,Helvetica,sans-serif;font-size:9pt</style>
							<text>&lt;strong&gt;&lt;u&gt;Die beiden &lt;em&gt;JOKER&lt;/em&gt; im FASDquiz:&lt;/u&gt;&lt;/strong&gt; &lt;br&gt;&lt;br&gt;&lt;u&gt;1. Der 50:50-Joker:&lt;/u&gt;&lt;br&gt;Es werden beim Klicken auf 50:50 zwei falsche Antworten entfernt.&lt;br&gt;Du kannst den 50:50-Joker einmal verwenden.&lt;br&gt;&lt;br&gt;&lt;u&gt;2. Der ChatGPI-Joker:&lt;/u&gt;&lt;br&gt;Wenn Du diese Schaltfläche klickst, hast du einmal im Spiel die Möglichkeit,&lt;br&gt;an die KI (Künstliche Intelligenz)&amp;nbsp;eine Frage zu stellen.&lt;br&gt;&lt;br&gt;&lt;p style=&apos;color: rgb(36, 36, 36); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: &quot;Segoe UI&quot;, &quot;Segoe UI Web (West European)&quot;, &quot;Segoe UI&quot;, -apple-system, BlinkMacSystemFont, Roboto, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&apos;&gt;&lt;strong&gt;Du solltest wissen, dass auch die KI nicht immer vollkommen richtig antwortet. Es werden lediglich Informationen, die bis zum Jahr 2021 im Internet zu finden waren, berücksichtigt. Alles, was danach erst veröffentlicht wurde, kann die KI nicht auswerten.&lt;/strong&gt;&lt;/p&gt;&lt;br&gt;Um Dir die Frage an die KI zu erleichtern, kannst du sie in einigen Webbrowsern in die Zwischenablage kopieren und der KI so übergeben.&lt;br&gt;&lt;strong&gt;&lt;br&gt;ACHTUNG: Nicht alle Fragen eignen sich direkt zur Abfrage der KI!&lt;/strong&gt;&lt;br&gt;&lt;br&gt;Viel Erfolg beim Einsatz der Joker!</text>
						</Paragraph>
						<Headline id="Headline167">
							<left>153px</left>
							<top>27px</top>
							<width>636px</width>
							<height>82px</height>
							<style>color:#0058A6;font-size:24pt;text-align:right</style>
							<text>&lt;strong&gt;Das FASD-Quiz [fasdquizversion]&lt;/strong&gt;</text>
							<kind>h2</kind>
						</Headline>
						<Image id="Image108">
							<left>447px</left>
							<top>161px</top>
							<width>97px</width>
							<height>57px</height>
							<source>fifty.jpg</source>
						</Image>
						<Image id="Image109">
							<left>447px</left>
							<top>232px</top>
							<width>97px</width>
							<height>57px</height>
							<source>chatgpi_joker.jpg</source>
						</Image>
						<Image id="Image148">
							<left>584px</left>
							<top>136px</top>
							<width>173px</width>
							<height>173px</height>
							<source>Joker_links (neue Groesse).jpg</source>
						</Image>
						<Image id="Image170">
							<left>463px</left>
							<top>314px</top>
							<width>62px</width>
							<height>57px</height>
							<source>zwischenablage.jpg</source>
						</Image>
						<Paragraph id="Paragraph119">
							<left>464px</left>
							<top>379px</top>
							<width>58px</width>
							<height>13px</height>
							<text>&lt;sup&gt;kopieren/einfügen&lt;/sup&gt;</text>
						</Paragraph>
						<Image id="Image91">
							<left>10px</left>
							<top>7px</top>
							<width>259px</width>
							<height>73px</height>
							<source>wsdz-logo.jpg</source>
						</Image>
						<Paragraph id="Paragraph67">
							<left>625px</left>
							<top>315px</top>
							<width>116px</width>
							<height>17px</height>
							<text>&lt;sup&gt;(c) Studiostock auf Freepic&lt;/sup&gt;</text>
						</Paragraph>
					</Components>
				</Page>
				<Page id="TNeoAppDisclaimer">
					<Components>
						<Container id="Container72">
							<left>0px</left>
							<top>0px</top>
							<width>799px</width>
							<height>600px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<Components>
								<Paragraph id="Paragraph65">
									<left>40px</left>
									<top>65px</top>
									<width>444px</width>
									<height>516px</height>
									<style>font-size:9pt;font-style:normal</style>
									<text>&lt;div class=&quot;entry-content&quot; style=&apos;margin: 2em 0px 0px; padding: 0px; border: 0px currentColor; border-image: none; color: rgb(17, 17, 17); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: &quot;Open Sans&quot;, sans-serif; font-size: 17px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&apos; itemprop=&quot;text&quot;&gt;&lt;p style=&apos;margin: 0px 0px 1.4em; padding: 0px; border: 0px currentColor; border-image: none; color: rgb(17, 17, 17); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: &quot;Open Sans&quot;, sans-serif; font-size: 17px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&apos;&gt;&lt;strong&gt;&lt;u&gt;Urheberrecht&lt;/u&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;Die durch die Seitenbetreiber erstellten Inhalte und Werke auf diesen Seiten unterliegen dem deutschen Urheberrecht. Die Vervielfältigung, Bearbeitung, Verbreitung und jede Art der Verwertung außerhalb der Grenzen des Urheberrechtes bedürfen der schriftlichen Zustimmung des jeweiligen Autors bzw. Erstellers. Downloads und Kopien dieser Seite sind nur für den schulischen, nicht kommerziellen Gebrauch gestattet.&lt;/p&gt;&lt;p style=&apos;margin: 0px 0px 1.4em; padding: 0px; border: 0px currentColor; border-image: none; color: rgb(17, 17, 17); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: &quot;Open Sans&quot;, sans-serif; font-size: 17px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&apos;&gt;Soweit die Inhalte auf dieser Seite nicht vom Betreiber erstellt wurden, werden die Urheberrechte Dritter beachtet. Insbesondere werden Inhalte Dritter als solche gekennzeichnet. Sollten Sie trotzdem auf eine Urheberrechtsverletzung aufmerksam werden, bitten wir um einen entsprechenden Hinweis. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Inhalte umgehend entfernen.&lt;/p&gt;&lt;/div&gt;&amp;nbsp;</text>
								</Paragraph>
								<PushButton id="PushButton189">
									<left>479px</left>
									<top>414px</top>
									<width>298px</width>
									<height>98px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   zurück&lt;/strong&gt;</caption>
									<icon>glyphicon-wrench</icon>
									<click>GotoPage &quot;TNeoAppPageEinst&quot;</click>
								</PushButton>
								<Paragraph id="Paragraph70">
									<left>481px</left>
									<top>513px</top>
									<width>297px</width>
									<height>64px</height>
									<text>Diese Anwendung ist&lt;br&gt;(c)2022-24 FASD Netzwerk Nordbayern e.V.&lt;br&gt;&lt;a href=&quot;https://www.fasd-netz.de&quot;&gt;www.fasd-netz.de&lt;/a&gt;</text>
								</Paragraph>
								<Image id="Image92">
									<left>506px</left>
									<top>105px</top>
									<width>250px</width>
									<height>286px</height>
									<style>color:#FFFFFF</style>
									<source>titelillu-02.jpg</source>
								</Image>
								<Headline id="Headline164">
									<left>153px</left>
									<top>27px</top>
									<width>636px</width>
									<height>82px</height>
									<style>color:#0058A6;font-size:24pt;text-align:right</style>
									<text>&lt;strong&gt;Das FASD-Quiz [fasdquizversion]&lt;/strong&gt;</text>
									<kind>h2</kind>
								</Headline>
								<Image id="Image93">
									<left>10px</left>
									<top>7px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppDisclaimer2">
					<Components>
						<Container id="Container73">
							<left>1px</left>
							<top>0px</top>
							<width>799px</width>
							<height>600px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<Components>
								<Paragraph id="Paragraph72">
									<left>37px</left>
									<top>28px</top>
									<width>444px</width>
									<height>532px</height>
									<style>font-size:9pt;font-style:normal</style>
									<text>&lt;div class=&quot;entry-content&quot; style=&apos;margin: 2em 0px 0px; padding: 0px; border: 0px currentColor; border-image: none; color: rgb(17, 17, 17); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: &quot;Open Sans&quot;, sans-serif; font-size: 17px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&apos; itemprop=&quot;text&quot;&gt;&lt;p style=&apos;margin: 0px 0px 1.4em; padding: 0px; border: 0px currentColor; border-image: none; color: rgb(17, 17, 17); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: &quot;Open Sans&quot;, sans-serif; font-size: 17px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&apos;&gt;&lt;strong&gt;&lt;u&gt;Urheberrecht &lt;br&gt;&lt;/u&gt;(c) FASD Netzwerk Nordbayern e.V. &amp;amp;&amp;nbsp;ALF Bogner&lt;/strong&gt;&lt;br&gt;&lt;br&gt;Die durch die Seitenbetreiber erstellten Inhalte und Werke auf diesen Seiten unterliegen dem deutschen Urheberrecht. Die Vervielfältigung, Bearbeitung, Verbreitung und jede Art der Verwertung außerhalb der Grenzen des Urheberrechtes bedürfen der schriftlichen Zustimmung des jeweiligen Autors bzw. Erstellers. Downloads und Kopien dieser Seite sind nur für Schulungen, nicht&amp;nbsp; für eigenen kommerziellen Gebrauch gestattet.&lt;/p&gt;&lt;p style=&apos;margin: 0px 0px 1.4em; padding: 0px; border: 0px currentColor; border-image: none; color: rgb(17, 17, 17); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: &quot;Open Sans&quot;, sans-serif; font-size: 17px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&apos;&gt;Soweit die Inhalte auf dieser Seite nicht vom Betreiber erstellt wurden, werden die Urheberrechte Dritter beachtet. Insbesondere werden Inhalte Dritter als solche gekennzeichnet. Sollten Sie trotzdem auf eine Urheberrechtsverletzung aufmerksam werden, bitten wir um einen entsprechenden Hinweis. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Inhalte umgehend entfernen.&lt;/p&gt;&lt;/div&gt;&amp;nbsp;</text>
								</Paragraph>
								<PushButton id="PushButton192">
									<left>479px</left>
									<top>414px</top>
									<width>298px</width>
									<height>98px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   zurück&lt;/strong&gt;</caption>
									<icon>glyphicon-wrench</icon>
									<click>GotoPage &quot;Intro&quot;</click>
								</PushButton>
								<Paragraph id="Paragraph73">
									<left>481px</left>
									<top>513px</top>
									<width>297px</width>
									<height>64px</height>
									<text>Diese Anwendung ist&lt;br&gt;(c)2022-24 FASD Netzwerk Nordbayern e.V.&lt;br&gt;&lt;a href=&quot;https://www.fasd-netz.de&quot;&gt;www.fasd-netz.de&lt;/a&gt;</text>
								</Paragraph>
								<Image id="Image94">
									<left>506px</left>
									<top>105px</top>
									<width>250px</width>
									<height>286px</height>
									<style>color:#FFFFFF</style>
									<source>titelillu-02.jpg</source>
								</Image>
								<Headline id="Headline172">
									<left>153px</left>
									<top>27px</top>
									<width>636px</width>
									<height>82px</height>
									<style>color:#0058A6;font-size:24pt;text-align:right</style>
									<text>&lt;strong&gt;Das FASD-Quiz [fasdquizversion]&lt;/strong&gt;</text>
									<kind>h2</kind>
								</Headline>
								<Image id="Image101">
									<left>31px</left>
									<top>7px</top>
									<width>225px</width>
									<height>57px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageStart">
					<style>background-color:#FFFFFF</style>
					<pageenter>if [lizenzweg] &gt; 366
   GotoPage &quot;TNeoAppPageDemo&quot;
endif
if [schule1] == &quot;FASD Netzwerk Nordbayern e.V.&quot;
   HideObject &quot;Headline166&quot; &quot;&quot; 0
   ShowObject &quot;Headline173&quot; &quot;&quot; 0
endif

Math &quot;[teamcounter]+1&quot; 0 [teamcounter]

if [teamcounter] &gt; [teams]
   SetVar [teamcounter] 1
endif

SetVar [P11] 0</pageenter>
					<pageexit>if [teamcounter] == 1
   SetVar [fiftyjoker] [fiftyjoker01]
   SetVar [gptjoker] [gptjoker01]
endif

if [teamcounter] == 2
   SetVar [fiftyjoker] [fiftyjoker02]
   SetVar [gptjoker] [gptjoker02]
endif

if [teamcounter] == 3
   SetVar [fiftyjoker] [fiftyjoker03]
   SetVar [gptjoker] [gptjoker03]
endif

if [teamcounter] == 4
   SetVar [fiftyjoker] [fiftyjoker04]
   SetVar [gptjoker] [gptjoker04]
endif

if [teamcounter] == 5
   SetVar [fiftyjoker] [fiftyjoker05]
   SetVar [gptjoker] [gptjoker05]
endif

if [teamcounter] == 6
   SetVar [fiftyjoker] [fiftyjoker06]
   SetVar [gptjoker] [gptjoker06]
endif

if [gptjoker] == 1
   setvar [chatgpt] &quot;&quot;
endif</pageexit>
					<Components>
						<Container id="Container1">
							<left>0px</left>
							<top>0px</top>
							<width>797px</width>
							<height>600px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Image id="Image65">
									<left>90px</left>
									<top>190px</top>
									<width>638px</width>
									<height>309px</height>
									<style>color:#FFFFFF</style>
									<source>Ashampoo_Snap_Mittwoch, 9. Februar 2022_22h9m49s.png</source>
								</Image>
								<PushButton id="PushButtonWin">
									<left>223px</left>
									<top>225px</top>
									<width>442px</width>
									<height>188px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<visible>False</visible>
									<enabled>False</enabled>
									<caption>Glückwunsch dem&lt;br&gt;SIEGERTEAM!</caption>
									<icon>glyphicon-thumbs-up</icon>
								</PushButton>
								<PushButton id="PushButton1">
									<left>40px</left>
									<top>107px</top>
									<width>178px</width>
									<height>82px</height>
									<style>color:#0058A6;font-size:10pt</style>
									<caption>&lt;strong&gt;FASD&lt;br&gt;Allgemein&lt;/strong&gt;</caption>
								</PushButton>
								<PushButton id="PushButton2">
									<left>217px</left>
									<top>106px</top>
									<width>178px</width>
									<height>84px</height>
									<style>color:#0058A6</style>
									<caption>&lt;strong&gt;Alkohol&lt;/strong&gt;</caption>
								</PushButton>
								<PushButton id="PushButton3">
									<left>390px</left>
									<top>105px</top>
									<width>178px</width>
									<height>89px</height>
									<style>color:#0058A6</style>
									<caption>&lt;strong&gt;Jugendschutzgesetz&lt;br&gt;JSchG&lt;/strong&gt;</caption>
								</PushButton>
								<PushButton id="PushButton4">
									<left>567px</left>
									<top>104px</top>
									<width>178px</width>
									<height>86px</height>
									<style>color:#0058A6</style>
									<caption>&lt;strong&gt;Schwangerschaft&lt;/strong&gt;</caption>
								</PushButton>
								<PushButton id="PushButton5">
									<left>40px</left>
									<top>188px</top>
									<width>178px</width>
									<height>65px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>10</caption>
									<click>..IfEx [K11] == &quot;FASD Allgemein&quot; and [CTRL] == &quot;B11&quot;
..     HideObject &quot;PushButton5&quot; &quot;fadeOut&quot; 35
 ..    Math &quot;[Fertig]+1&quot; 0 [Fertig]

..EndIf

SetVar [K11] &quot;FASD Allgemein&quot;
SetVar [CTRL] &quot;B11&quot;
..If [Wahl] == 1
..HideObject &quot;PushButton5&quot; &quot;fadeOut&quot; 35
..     Math &quot;[Fertig]+1&quot; 0 [Fertig]
..Else
..SetVar [Buttonhide] &quot;Pushbutton5&quot;
..EndIf

Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF11&quot;</click>
								</PushButton>
								<PushButton id="PushButton6">
									<left>217px</left>
									<top>188px</top>
									<width>178px</width>
									<height>65px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>10</caption>
									<click>SetVar [K11] &quot;Alkohol&quot;
SetVar [CTRL] &quot;B21&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF21&quot;</click>
								</PushButton>
								<PushButton id="PushButton7">
									<left>390px</left>
									<top>188px</top>
									<width>178px</width>
									<height>68px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>10</caption>
									<click>SetVar [K11] &quot;Jugendschutzgesetz (JSchG)&quot;
SetVar [CTRL] &quot;B31&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF31&quot;</click>
								</PushButton>
								<PushButton id="PushButton8">
									<left>567px</left>
									<top>190px</top>
									<width>178px</width>
									<height>63px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>10</caption>
									<click>SetVar [K11] &quot;Schwangerschaft&quot;
SetVar [CTRL] &quot;B41&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF41&quot;</click>
								</PushButton>
								<PushButton id="PushButton9">
									<left>40px</left>
									<top>252px</top>
									<width>178px</width>
									<height>66px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>20</caption>
									<click>..IfEx [K11] == &quot;FASD Allgemein&quot; and [CTRL] == &quot;B12&quot;
..     HideObject &quot;PushButton9&quot; &quot;fadeOut&quot; 35
..          Math &quot;[Fertig]+1&quot; 0 [Fertig]
..EndIf

SetVar [K11] &quot;FASD Allgemein&quot;
SetVar [CTRL] &quot;B12&quot;
..If [Wahl] == 1
..HideObject &quot;PushButton9&quot; &quot;fadeOut&quot; 35
..     Math &quot;[Fertig]+1&quot; 0 [Fertig]
..Else

..EndIf
Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF12&quot;</click>
								</PushButton>
								<PushButton id="PushButton10">
									<left>217px</left>
									<top>252px</top>
									<width>178px</width>
									<height>68px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>20</caption>
									<click>SetVar [K11] &quot;Alkohol&quot;
SetVar [CTRL] &quot;B22&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF22&quot;</click>
								</PushButton>
								<PushButton id="PushButton11">
									<left>390px</left>
									<top>253px</top>
									<width>178px</width>
									<height>62px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>20</caption>
									<click>SetVar [K11] &quot;Jugendschutzgesetz (JSchG)&quot;
SetVar [CTRL] &quot;B32&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF32&quot;</click>
								</PushButton>
								<PushButton id="PushButton12">
									<left>567px</left>
									<top>253px</top>
									<width>178px</width>
									<height>64px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>20</caption>
									<click>SetVar [K11] &quot;Schwangerschaft&quot;
SetVar [CTRL] &quot;B42&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF42&quot;</click>
								</PushButton>
								<PushButton id="PushButton13">
									<left>40px</left>
									<top>315px</top>
									<width>178px</width>
									<height>68px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>30</caption>
									<click>..IfEx [K11] == &quot;FASD Allgemein&quot; and [CTRL] == &quot;B13&quot;
 ..    HideObject &quot;PushButton13&quot; &quot;fadeOut&quot; 35
..          Math &quot;[Fertig]+1&quot; 0 [Fertig]
..EndIf

SetVar [K11] &quot;FASD Allgemein&quot;
SetVar [CTRL] &quot;B13&quot;

..If [Wahl] == 1
..HideObject &quot;PushButton13&quot; &quot;fadeOut&quot; 35
..     Math &quot;[Fertig]+1&quot; 0 [Fertig]
..Else

..EndIf
Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF13&quot;</click>
								</PushButton>
								<PushButton id="PushButton14">
									<left>217px</left>
									<top>313px</top>
									<width>178px</width>
									<height>70px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>30</caption>
									<click>SetVar [K11] &quot;Alkohol&quot;
SetVar [CTRL] &quot;B23&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF23&quot;</click>
								</PushButton>
								<PushButton id="PushButton15">
									<left>390px</left>
									<top>314px</top>
									<width>178px</width>
									<height>70px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>30</caption>
									<click>SetVar [K11] &quot;Jugendschutzgesetz (JSchG)&quot;
SetVar [CTRL] &quot;B33&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF33&quot;</click>
								</PushButton>
								<PushButton id="PushButton16">
									<left>567px</left>
									<top>313px</top>
									<width>178px</width>
									<height>70px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>30</caption>
									<click>SetVar [K11] &quot;Schwangerschaft&quot;
SetVar [CTRL] &quot;B43&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF43&quot;</click>
								</PushButton>
								<PushButton id="PushButton17">
									<left>40px</left>
									<top>382px</top>
									<width>178px</width>
									<height>66px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>40</caption>
									<click>..IfEx [K11] == &quot;FASD Allgemein&quot; and [CTRL] == &quot;B14&quot;
..     HideObject &quot;PushButton17&quot; &quot;fadeOut&quot; 35
..          Math &quot;[Fertig]+1&quot; 0 [Fertig]
..EndIf

SetVar [K11] &quot;FASD Allgemein&quot;
SetVar [CTRL] &quot;B14&quot;

..If [Wahl] == 1
..HideObject &quot;PushButton17&quot; &quot;fadeOut&quot; 35
..     Math &quot;[Fertig]+1&quot; 0 [Fertig]
..Else

..EndIf
Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF14&quot;</click>
								</PushButton>
								<PushButton id="PushButton18">
									<left>218px</left>
									<top>382px</top>
									<width>178px</width>
									<height>62px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>40</caption>
									<click>SetVar [K11] &quot;Alkohol&quot;
SetVar [CTRL] &quot;B24&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF24&quot;</click>
								</PushButton>
								<PushButton id="PushButton19">
									<left>390px</left>
									<top>383px</top>
									<width>178px</width>
									<height>60px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>40</caption>
									<click>SetVar [K11] &quot;Jugendschutzgesetz (JSchG)&quot;
SetVar [CTRL] &quot;B34&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF34&quot;</click>
								</PushButton>
								<PushButton id="PushButton20">
									<left>567px</left>
									<top>382px</top>
									<width>178px</width>
									<height>63px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>40</caption>
									<click>SetVar [K11] &quot;Schwangerschaft&quot;
SetVar [CTRL] &quot;B44&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF44&quot;</click>
								</PushButton>
								<PushButton id="PushButton21">
									<left>40px</left>
									<top>443px</top>
									<width>178px</width>
									<height>65px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>50</caption>
									<click>SetVar [K11] &quot;FASD Allgemein&quot;
SetVar [CTRL] &quot;B15&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF15&quot;</click>
								</PushButton>
								<PushButton id="PushButton22">
									<left>217px</left>
									<top>443px</top>
									<width>178px</width>
									<height>65px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>50</caption>
									<click>SetVar [K11] &quot;Alkohol&quot;
SetVar [CTRL] &quot;B25&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF25&quot;</click>
								</PushButton>
								<PushButton id="PushButton23">
									<left>390px</left>
									<top>442px</top>
									<width>178px</width>
									<height>65px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>50</caption>
									<click>SetVar [K11] &quot;Jugendschutzgesetz (JSchG)&quot;
SetVar [CTRL] &quot;B35&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF35&quot;</click>
								</PushButton>
								<PushButton id="PushButton24">
									<left>567px</left>
									<top>443px</top>
									<width>178px</width>
									<height>64px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>50</caption>
									<click>SetVar [K11] &quot;Schwangerschaft&quot;
SetVar [CTRL] &quot;B45&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF45&quot;</click>
								</PushButton>
								<Headline id="Headline1">
									<left>11px</left>
									<top>11px</top>
									<width>656px</width>
									<height>48px</height>
									<style>color:#0058A6;font-size:20pt</style>
									<text>Der Große Preis - Das FASD-Quiz - Team [teamcounter] spielt...&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline46">
									<left>49px</left>
									<top>535px</top>
									<width>695px</width>
									<height>40px</height>
									<text>[Schule1]</text>
									<kind>h4</kind>
								</Headline>
								<PushButton id="PushButton190">
									<left>617px</left>
									<top>506px</top>
									<width>129px</width>
									<height>59px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   ENDE&lt;/strong&gt;</caption>
									<icon>glyphicon-remove-circle</icon>
									<size>small</size>
									<click>OpenURL &quot;https://www.fasd-netz.de&quot;
exit &quot;&quot;</click>
								</PushButton>
								<Headline id="Headline166">
									<left>38px</left>
									<top>70px</top>
									<width>635px</width>
									<height>26px</height>
									<text>Ablaufdatum : [abldatum], heute: [today]&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;Vollversion noch [lizenzweg] Tage</text>
									<kind>h6</kind>
								</Headline>
								<Headline id="Headline173">
									<left>40px</left>
									<top>71px</top>
									<width>635px</width>
									<height>26px</height>
									<visible>False</visible>
									<text>Schulungsversion von [schule1] -&amp;nbsp;Zum Einsatz in Unterricht und Prävention nicht&amp;nbsp;vorgesehen!</text>
									<kind>h6</kind>
								</Headline>
								<Image id="Image4">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppLostPwd">
					<Components>
						<Container id="Container74">
							<left>0px</left>
							<top>-1px</top>
							<width>802px</width>
							<height>603px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<Components>
								<Headline id="Headline168">
									<left>505px</left>
									<top>199px</top>
									<width>293px</width>
									<height>41px</height>
									<visible>False</visible>
									<text>&lt;u&gt;Passwort vergessen oder verloren?&lt;/u&gt;</text>
									<kind>h6</kind>
									<click>GotoPage &quot;pwdlost&quot;</click>
								</Headline>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageDemo">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container63">
							<left>0px</left>
							<top>0px</top>
							<width>797px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Image id="Image49">
									<left>44px</left>
									<top>97px</top>
									<width>736px</width>
									<height>391px</height>
									<style>color:#FFFFFF</style>
									<source>Ashampoo_Snap_Mittwoch, 9. Februar 2022_22h9m49s.png</source>
								</Image>
								<PushButton id="PushButton113">
									<left>39px</left>
									<top>99px</top>
									<width>178px</width>
									<height>82px</height>
									<style>color:#0058A6</style>
									<caption>&lt;strong&gt;FASD&lt;br&gt;Allgemein&lt;/strong&gt;</caption>
								</PushButton>
								<PushButton id="PushButton114">
									<left>217px</left>
									<top>98px</top>
									<width>174px</width>
									<height>84px</height>
									<style>color:#0058A6</style>
									<caption>&lt;strong&gt;Alkohol&lt;/strong&gt;</caption>
								</PushButton>
								<PushButton id="PushButton115">
									<left>390px</left>
									<top>97px</top>
									<width>195px</width>
									<height>89px</height>
									<style>color:#0058A6</style>
									<caption>&lt;strong&gt;Jugendschutzgesetz&lt;br&gt;JSchG&lt;/strong&gt;</caption>
								</PushButton>
								<PushButton id="PushButton116">
									<left>582px</left>
									<top>96px</top>
									<width>200px</width>
									<height>86px</height>
									<style>color:#0058A6</style>
									<caption>&lt;strong&gt;Schwangerschaft&lt;/strong&gt;</caption>
								</PushButton>
								<PushButton id="PushButton117">
									<left>39px</left>
									<top>180px</top>
									<width>180px</width>
									<height>60px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>10</caption>
									<click>SetVar [K11] &quot;FASD Allgemein&quot;

If [Wahl] == 1
HideObject &quot;PushButton5&quot; &quot;fadeOut&quot; 35
HideObject &quot;PushButton117&quot; &quot;fadeOut&quot; 35
Else

EndIf

Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF11&quot;</click>
								</PushButton>
								<PushButton id="PushButton118">
									<left>217px</left>
									<top>181px</top>
									<width>174px</width>
									<height>82px</height>
									<style>color:#FF00FF;font-size:36pt</style>
									<caption>10</caption>
									<click>SetVar [K11] &quot;Alkohol&quot;
SetVar [CTRL] &quot;B21&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF21&quot;</click>
								</PushButton>
								<PushButton id="PushButton119">
									<left>392px</left>
									<top>181px</top>
									<width>193px</width>
									<height>81px</height>
									<style>color:#FF00FF;font-size:36pt</style>
									<caption>10</caption>
									<click>SetVar [K11] &quot;Jugendschutzgesetz (JSchG)&quot;
SetVar [CTRL] &quot;B31&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF31&quot;</click>
								</PushButton>
								<PushButton id="PushButton120">
									<left>583px</left>
									<top>183px</top>
									<width>199px</width>
									<height>80px</height>
									<style>color:#FF00FF;font-size:36pt</style>
									<caption>10</caption>
									<click>SetVar [K11] &quot;Schwangerschaft&quot;
SetVar [CTRL] &quot;B41&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF41&quot;</click>
								</PushButton>
								<PushButton id="PushButton121">
									<left>38px</left>
									<top>239px</top>
									<width>179px</width>
									<height>60px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>20</caption>
									<click>SetVar [K11] &quot;FASD Allgemein&quot;

If [Wahl] == 1
HideObject &quot;PushButton9&quot; &quot;fadeOut&quot; 35
HideObject &quot;PushButton121&quot; &quot;fadeOut&quot; 35
Else

EndIf
Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF12&quot;</click>
								</PushButton>
								<PushButton id="PushButton122">
									<left>216px</left>
									<top>263px</top>
									<width>175px</width>
									<height>75px</height>
									<style>color:#FF00FF;font-size:36pt</style>
									<caption>20</caption>
									<click>SetVar [K11] &quot;Alkohol&quot;
SetVar [CTRL] &quot;B22&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF22&quot;</click>
								</PushButton>
								<PushButton id="PushButton123">
									<left>390px</left>
									<top>261px</top>
									<width>198px</width>
									<height>75px</height>
									<style>color:#FF00FF;font-size:36pt</style>
									<caption>20</caption>
									<click>SetVar [K11] &quot;Jugendschutzgesetz (JSchG)&quot;
SetVar [CTRL] &quot;B32&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF32&quot;</click>
								</PushButton>
								<PushButton id="PushButton124">
									<left>586px</left>
									<top>262px</top>
									<width>196px</width>
									<height>75px</height>
									<style>color:#FF00FF;font-size:36pt</style>
									<caption>20</caption>
									<click>SetVar [K11] &quot;Schwangerschaft&quot;
SetVar [CTRL] &quot;B42&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF42&quot;</click>
								</PushButton>
								<PushButton id="PushButton125">
									<left>39px</left>
									<top>297px</top>
									<width>177px</width>
									<height>61px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>30</caption>
									<click>SetVar [K11] &quot;FASD Allgemein&quot;

If [Wahl] == 1
HideObject &quot;PushButton13&quot; &quot;fadeOut&quot; 35
HideObject &quot;PushButton125&quot; &quot;fadeOut&quot; 35
Else

EndIf
Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF13&quot;</click>
								</PushButton>
								<PushButton id="PushButton126">
									<left>216px</left>
									<top>335px</top>
									<width>173px</width>
									<height>83px</height>
									<style>color:#FF00FF;font-size:36pt</style>
									<caption>30</caption>
									<click>SetVar [K11] &quot;Alkohol&quot;
SetVar [CTRL] &quot;B23&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF23&quot;</click>
								</PushButton>
								<PushButton id="PushButton127">
									<left>388px</left>
									<top>334px</top>
									<width>198px</width>
									<height>82px</height>
									<style>color:#FF00FF;font-size:36pt</style>
									<caption>30</caption>
									<click>SetVar [K11] &quot;Jugendschutzgesetz (JSchG)&quot;
SetVar [CTRL] &quot;B33&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF33&quot;</click>
								</PushButton>
								<PushButton id="PushButton128">
									<left>587px</left>
									<top>334px</top>
									<width>196px</width>
									<height>84px</height>
									<style>color:#FF00FF;font-size:36pt</style>
									<caption>30</caption>
									<click>SetVar [K11] &quot;Schwangerschaft&quot;
SetVar [CTRL] &quot;B43&quot;


Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF43&quot;</click>
								</PushButton>
								<PushButton id="PushButton129">
									<left>39px</left>
									<top>357px</top>
									<width>178px</width>
									<height>63px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>40</caption>
									<click>SetVar [K11] &quot;FASD Allgemein&quot;

If [Wahl] == 1
HideObject &quot;PushButton17&quot; &quot;fadeOut&quot; 35
HideObject &quot;PushButton129&quot; &quot;fadeOut&quot; 35
Else

EndIf
Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF14&quot;</click>
								</PushButton>
								<PushButton id="PushButton133">
									<left>39px</left>
									<top>418px</top>
									<width>184px</width>
									<height>65px</height>
									<style>color:#FF00FF;font-size:14pt</style>
									<caption>50</caption>
									<click>SetVar [K11] &quot;FASD Allgemein&quot;

If [Wahl] == 1
HideObject &quot;PushButton21&quot; &quot;fadeOut&quot; 35
HideObject &quot;PushButton133&quot; &quot;fadeOut&quot; 35
Else

EndIf
Wait 1000
EndWait
GotoPage &quot;TNeoAppPageF15&quot;</click>
								</PushButton>
								<Rectangle id="Rectangle1">
									<left>217px</left>
									<top>180px</top>
									<width>566px</width>
									<height>308px</height>
									<style>stroke:black;stroke-width:1px;fill:white</style>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Headline id="Headline48">
									<left>246px</left>
									<top>207px</top>
									<width>505px</width>
									<height>241px</height>
									<style>color:#FF00FF;font-size:12pt</style>
									<text>Dies ist eine Demoversion!&lt;br&gt;&lt;br&gt;Um alle Kategorien zu spielen, besuchen Sie bitte unsere&lt;br&gt;Webseite&amp;nbsp; &amp;nbsp;&lt;a href=&quot;https://wenn-schwanger-dann-zero.de/unterrichtsbox/&quot;&gt;FASD-Netzwerk Nordbayern e.V&lt;/a&gt;. und erwerben&lt;br&gt;Sie die Unterrichtsbox.</text>
									<kind>h6</kind>
								</Headline>
								<PushButton id="PushButton78">
									<left>513px</left>
									<top>402px</top>
									<width>255px</width>
									<height>71px</height>
									<style>color:#FFFFFF;font-size:16pt;font-weight:bold;background-color:#0058A6</style>
									<caption>DEMO beenden</caption>
									<icon>glyphicon-log-in</icon>
									<click>OpenURL &quot;https://www.fasd-netz.de&quot;</click>
								</PushButton>
								<Headline id="Headline47">
									<left>40px</left>
									<top>8px</top>
									<width>461px</width>
									<height>53px</height>
									<style>font-size:18pt</style>
									<text>Der Große Preis - Das FASD-Quiz - Demo</text>
								</Headline>
								<Image id="Image50">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF11">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty11&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX11&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt11&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX11&quot; &quot;&quot; 1
endif

SetVar [X111] &quot;&quot;
SetVar [F11] &quot;Was heißt FASD?&quot;
SetVar [P11] 10
SetVar [A111] &quot;Fetale Alkohol-Spektrum-Störung&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Fieses Alkohol-Schweige-Dilemma&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Fatales Alkohol-Störungs-Drama&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Furchtbares Alkohol-Suff-Drama&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Fetale Alkohol-Spektrum-Störung wird mit FASD abgekürzt. Der Begriff kommt aus dem Englischen von Fetal Alcohol Spectrum Disorder. Deshalb kommt in der Abkürzung ein &apos;D&apos; vor.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
          SetVar [Y111] &quot;r&quot;
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
          SetVar [Y111] &quot;r&quot;
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
          SetVar [Y111] &quot;r&quot;
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
          SetVar [Y111] &quot;r&quot;
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container2">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph1">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<Image id="chatgpt11">
									<left>482px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt11&quot; &quot;&quot; 0
ShowObject &quot;chatgptX11&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty11">
									<left>432px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0

HideObject &quot;fifty11&quot; &quot;&quot; 0
ShowObject &quot;fiftyX11&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton139&quot; &quot;&quot; 0
   HideObject &quot;PushButton141&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton138&quot; &quot;&quot; 0
   HideObject &quot;PushButton140&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton139&quot; &quot;&quot; 0
   HideObject &quot;PushButton141&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton140&quot; &quot;&quot; 0
   HideObject &quot;PushButton141&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<PushButton id="PushButton138">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton5&quot; &quot;&quot; 0
      HideObject &quot;PushButton117&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton139">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton5&quot; &quot;&quot; 0
      HideObject &quot;PushButton117&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton140">
									<left>45px</left>
									<top>421px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton5&quot; &quot;&quot; 0
      HideObject &quot;PushButton117&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton141">
									<left>45px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton5&quot; &quot;&quot; 0
      HideObject &quot;PushButton117&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline130">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="jokerleft1">
									<left>427px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="jokerright1">
									<left>505px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="fiftyX11">
									<left>432px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX11">
									<left>482px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph79">
									<left>457px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Paragraph id="Paragraph99">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image149">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph120">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image5">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF12">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty12&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX12&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt12&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX12&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Welche Substanz ist das Zellgift, das zu der Behinderung FASD führt?&quot;
SetVar [P11] 20
SetVar [A111] &quot;Alkohol&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Marihuana&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Heroin&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Nikotin&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Es ist der Alkohol, der FASD hervorruft. Er ist ein gefährliches Zellgift und wird von dem Gewebefilter mit dem Namen Plazentaschranke, die die Ernährung des Ungeborenen vor Schadstoffen bewahren soll, überhaupt nicht aufgehalten. Auch die anderen Substanzen können zu schweren Schäden bei Mutter und Kind führen.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container8">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>598px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph7">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton25">
									<left>47px</left>
									<top>258px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton9&quot; &quot;&quot; 0
      HideObject &quot;PushButton121&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton69">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton9&quot; &quot;&quot; 0
      HideObject &quot;PushButton121&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton70">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton9&quot; &quot;&quot; 0
      HideObject &quot;PushButton121&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton79">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton9&quot; &quot;&quot; 0
      HideObject &quot;PushButton121&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline131">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt12">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt12&quot; &quot;&quot; 0
ShowObject &quot;chatgptX12&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty12">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty12&quot; &quot;&quot; 0
ShowObject &quot;fiftyX12&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton69&quot; &quot;&quot; 0
   HideObject &quot;PushButton70&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton25&quot; &quot;&quot; 0
   HideObject &quot;PushButton69&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton69&quot; &quot;&quot; 0
   HideObject &quot;PushButton79&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton25&quot; &quot;&quot; 0
   HideObject &quot;PushButton79&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX12">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX12">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph80">
									<left>463px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image110">
									<left>511px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image111">
									<left>433px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph100">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image150">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph121">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image6">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF13">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty13&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX13&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt13&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX13&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Wie lange behält man die Behinderung FASD?&quot;
SetVar [P11] 30
SetVar [A111] &quot;Es ist eine lebenslange Behinderung.&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Es ist vorbei, wenn man in die Schule kommt.&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Es wächst sich meistens mit der Pubertät aus.&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Es wirkt sich nur bis zur Geburt aus.&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Da im Mutterleib die verschiedenen Organe durch das Zellgift Alkohol dauerhaft geschädigt werden, bleibt die Behinderung ein Leben lang.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container7">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph6">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton80">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton13&quot; &quot;&quot; 0
      HideObject &quot;PushButton125&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton81">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton13&quot; &quot;&quot; 0
   HideObject &quot;PushButton125&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton82">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton13&quot; &quot;&quot; 0
   HideObject &quot;PushButton125&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton83">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton13&quot; &quot;&quot; 0
   HideObject &quot;PushButton125&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA11f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline132">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt13">
									<left>487px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt13&quot; &quot;&quot; 0
ShowObject &quot;chatgptX13&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty13">
									<left>437px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty13&quot; &quot;&quot; 0
ShowObject &quot;fiftyX13&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton81&quot; &quot;&quot; 0
   HideObject &quot;PushButton83&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton81&quot; &quot;&quot; 0
   HideObject &quot;PushButton82&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton81&quot; &quot;&quot; 0
   HideObject &quot;PushButton83&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton80&quot; &quot;&quot; 0
   HideObject &quot;PushButton83&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX13">
									<left>437px</left>
									<top>39px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX13">
									<left>487px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph81">
									<left>462px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image112">
									<left>510px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image113">
									<left>432px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph101">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image151">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph122">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image7">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF14">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty14&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX14&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt14&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX14&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Welche dieser vier Behinderungen, die vor der Geburt entstehen, ist durch das Verhalten der Schwangeren zu 100% vermeidbar?&quot;
SetVar [P11] 40
SetVar [A111] &quot;FASD&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Taubheit&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Down-Syndrom&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Blindheit&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Da die Fetale Alkohol-Spektrum-Störung nicht auftreten kann, wenn die werdende Mutter während der gesamten Schwangerschaft auf Alkohol verzichtet, lässt sie sich sicher zu 100% vermeiden. Klar ist, dass dies viel besser gelingt, wenn das Umfeld sie dabei unterstützt. Down-Syndrom, Blindheit und Taubheit kann nicht durch das eigene Verhalten der Schwangeren beeinflusst werden.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container6">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>598px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph5">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton84">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton17&quot; &quot;&quot; 0
   HideObject &quot;PushButton129&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA14f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton85">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton17&quot; &quot;&quot; 0
   HideObject &quot;PushButton129&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA14f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton86">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton17&quot; &quot;&quot; 0
   HideObject &quot;PushButton129&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA14f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton87">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton17&quot; &quot;&quot; 0
   HideObject &quot;PushButton129&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA14f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline133">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:14pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt14">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt14&quot; &quot;&quot; 0
ShowObject &quot;chatgptX14&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty14">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty14&quot; &quot;&quot; 0
ShowObject &quot;fiftyX14&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton86&quot; &quot;&quot; 0
   HideObject &quot;PushButton87&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton84&quot; &quot;&quot; 0
   HideObject &quot;PushButton86&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton85&quot; &quot;&quot; 0
   HideObject &quot;PushButton87&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton84&quot; &quot;&quot; 0
   HideObject &quot;PushButton86&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX14">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX14">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph82">
									<left>463px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image114">
									<left>511px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image115">
									<left>433px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph102">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image152">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph123">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image8">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF15">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty15&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX15&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt15&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX15&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Welches große Problem haben Erwachsene mit FASD sehr häufig?&quot;
SetVar [P11] 50
SetVar [A111] &quot;Sie brauchen einen gesetzlichen Betreuer.&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Sie kommen automatisch mit 18 Jahren ins Gefängnis.&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Sie müssen immer einen Schwerbehindertenausweis dabei haben.&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Sie müssen mit der Volljährigkeit in ein Heim.&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Da Menschen mit FASD auch als Erwachsene weiterhin Probleme im Umgang mit Geld, Einhalten von Terminen oder Verstehen von Texten haben, muss ihnen oft jemand bei der Erledigung wichtiger Geschäfte beistehen. Für viele Menschen mit FASD ist daher ein gesetzlicher Betreuer als Hilfe sinnvoll, um die allgemeine Teilhabe am Leben zu ermöglichen.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container5">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>598px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph4">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton89">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton21&quot; &quot;&quot; 0
   HideObject &quot;PushButton133&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA15f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton90">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton21&quot; &quot;&quot; 0
   HideObject &quot;PushButton133&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA15f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton91">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton21&quot; &quot;&quot; 0
   HideObject &quot;PushButton133&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA15f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline134">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<PushButton id="PushButton88">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton17&quot; &quot;&quot; 0
   HideObject &quot;PushButton129&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA15f&quot;
EndIf</click>
								</PushButton>
								<Image id="chatgpt15">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt15&quot; &quot;&quot; 0
ShowObject &quot;chatgptX15&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty15">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty15&quot; &quot;&quot; 0
ShowObject &quot;fiftyX15&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton90&quot; &quot;&quot; 0
   HideObject &quot;PushButton91&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton88&quot; &quot;&quot; 0
   HideObject &quot;PushButton89&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton89&quot; &quot;&quot; 0
   HideObject &quot;PushButton91&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton88&quot; &quot;&quot; 0
   HideObject &quot;PushButton90&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX15">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX15">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph83">
									<left>463px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image116">
									<left>511px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image117">
									<left>433px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph103">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image153">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph124">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image9">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF21">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty21&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX21&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt21&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX21&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Wie viel Alkohol ist für das Ungeborene unschädlich?&quot;
SetVar [P11] 10
SetVar [A111] &quot;Kein Schluck – kein Risiko!&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;&apos;Alkoholfreies&apos; Bier ist nie problematisch.&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Ein Gläschen Sekt pro Woche geht.&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Wenn man noch Auto fahren kann, ist es auch für das Ungeborene kein Problem.&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Die aktuelle Forschung bestätigt, dass es keine unbedenkliche Alkoholmenge gibt, die während der Schwangerschaft garantiert keine Schäden beim Ungeborenen verursacht. Deshalb: „Kein Schluck - kein Risiko“. Denn während der gesamten Schwangerschaft überhaupt keinen Alkohol zu konsumieren, ist der einzig sichere Weg, die Behinderung FASD zu 100% zu verhindern.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container9">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>598px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph8">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton92">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton6&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA21f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton93">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton6&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA21f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton94">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton6&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA21f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton95">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton6&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA21f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline135">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt21">
									<left>489px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt21&quot; &quot;&quot; 0
ShowObject &quot;chatgptX21&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty21">
									<left>439px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty21&quot; &quot;&quot; 0
ShowObject &quot;fiftyX21&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton93&quot; &quot;&quot; 0
   HideObject &quot;PushButton95&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton92&quot; &quot;&quot; 0
   HideObject &quot;PushButton93&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton93&quot; &quot;&quot; 0
   HideObject &quot;PushButton95&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton92&quot; &quot;&quot; 0
   HideObject &quot;PushButton94&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX21">
									<left>439px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX21">
									<left>489px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph84">
									<left>464px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image118">
									<left>512px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image119">
									<left>434px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph104">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image154">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph125">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image10">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF22">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty22&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX22&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt22&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX22&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Was gilt für alkoholfreie Getränke?&quot;
SetVar [P11] 20
SetVar [A111] &quot;Alkoholfrei heißt ein Getränk auch, wenn es geringe Mengen Alkohol enthält.&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Alkoholfrei heißt, es handelt sich um Saft.&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Alkoholfrei heißt, sie enthalten immer 0% Alkohol.&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Alkoholfrei heißt, wir leben in einem freien Land, wo Alkohol für jeden erlaubt ist.&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Im Normalfall wird ein alkoholfreies Getränk hergestellt, indem einem Getränk der Alkohol nachträglich entzogen wird. Deshalb ist oft ein Restalkohol bis zu 0,5% auch in alkoholfreien Getränken enthalten. Diese Menge muss zur Zeit nicht angegeben werden. Nur wenige Getränke wie Bier, Wein, Sekt usw. sind völlig alkoholfrei. Sie sind durch den Aufdruck 0,0% Alkoholgehalt gekennzeichnet.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container10">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph9">
									<left>55px</left>
									<top>17px</top>
									<width>584px</width>
									<height>55px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton97">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton10&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA22r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA22f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton98">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton10&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA22r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA22f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton99">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton10&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA22r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA22f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton100">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton10&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA22r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA22f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline152">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt22">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt22&quot; &quot;&quot; 0
ShowObject &quot;chatgptX22&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty22">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty22&quot; &quot;&quot; 0
ShowObject &quot;fiftyX22&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton99&quot; &quot;&quot; 0
   HideObject &quot;PushButton100&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton97&quot; &quot;&quot; 0
   HideObject &quot;PushButton98&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton97&quot; &quot;&quot; 0
   HideObject &quot;PushButton100&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton99&quot; &quot;&quot; 0
   HideObject &quot;PushButton100&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX22">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX22">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph85">
									<left>463px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image120">
									<left>511px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image121">
									<left>433px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph105">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image155">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph126">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image11">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF23">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty23&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX23&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt23&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX23&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Welches Logo befindet sich auf manchen alkoholischen Getränken und soll auf die Gefährlichkeit von Alkohol in der Schwangerschaft hinweisen?&quot;
SetVar [P11] 30
SetVar [A111] &quot;&quot;
SetVar [Z111] &quot;f&quot;
SetVar [A112] &quot;&quot;
SetVar [Z112] &quot;r&quot;
SetVar [A113] &quot;&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Einige Hersteller von alkoholischen Getränken drucken freiwillig dieses Logo auf die Rückseite ihrer Flaschen. Allerdings ist das Logo nicht immer farbig, oft sehr klein und ohne erklärenden Text für viele Menschen nicht verständlich. Eigentlich wäre ein Logo viel geeigneter, das die Schwangere als informiert und selbstbestimmt darstellt, nicht durchgestrichen und falsch handelnd.&quot;
SetVar [L111] &quot;Du hast das Logo richtig erkannt!&quot;

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 3
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 4
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container11">
							<left>0px</left>
							<top>0px</top>
							<width>797px</width>
							<height>598px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph10">
									<left>53px</left>
									<top>16px</top>
									<width>585px</width>
									<height>60px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<Image id="Image51">
									<left>269px</left>
									<top>296px</top>
									<width>50px</width>
									<height>70px</height>
									<source>blauerengel.jpg</source>
								</Image>
								<PushButton id="PushButton165">
									<left>106px</left>
									<top>313px</top>
									<width>114px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA23f&quot;</click>
								</PushButton>
								<PushButton id="PushButton166">
									<left>103px</left>
									<top>390px</top>
									<width>117px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton14&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA23r&quot;</click>
								</PushButton>
								<Image id="Image52">
									<left>267px</left>
									<top>379px</top>
									<width>53px</width>
									<height>76px</height>
									<source>FASDlogo.jpg</source>
								</Image>
								<PushButton id="PushButton167">
									<left>436px</left>
									<top>312px</top>
									<width>116px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA23f&quot;</click>
								</PushButton>
								<Image id="Image53">
									<left>598px</left>
									<top>296px</top>
									<width>57px</width>
									<height>75px</height>
									<source>gruenerpunkt.jpg</source>
								</Image>
								<PushButton id="PushButton168">
									<left>436px</left>
									<top>389px</top>
									<width>116px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA23f&quot;</click>
								</PushButton>
								<Image id="Image54">
									<left>578px</left>
									<top>368px</top>
									<width>102px</width>
									<height>101px</height>
									<source>mehrwegpfand.jpg</source>
								</Image>
								<Headline id="Headline136">
									<left>48px</left>
									<top>110px</top>
									<width>713px</width>
									<height>173px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt23">
									<left>486px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt23&quot; &quot;&quot; 0
ShowObject &quot;chatgptX23&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty23">
									<left>436px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty23&quot; &quot;&quot; 0
ShowObject &quot;fiftyX23&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton168&quot; &quot;&quot; 0
   HideObject &quot;PushButton167&quot; &quot;&quot; 0
   HideObject &quot;Image54&quot; &quot;&quot; 0
   HideObject &quot;Image53&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton165&quot; &quot;&quot; 0
   HideObject &quot;PushButton167&quot; &quot;&quot; 0
   HideObject &quot;Image53&quot; &quot;&quot; 0
   HideObject &quot;Image51&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton165&quot; &quot;&quot; 0
   HideObject &quot;PushButton168&quot; &quot;&quot; 0
   HideObject &quot;Image51&quot; &quot;&quot; 0
   HideObject &quot;Image54&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton165&quot; &quot;&quot; 0
   HideObject &quot;PushButton167&quot; &quot;&quot; 0
   HideObject &quot;Image51&quot; &quot;&quot; 0
   HideObject &quot;Image53&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX23">
									<left>436px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX23">
									<left>486px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph86">
									<left>460px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image122">
									<left>508px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image123">
									<left>430px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph106">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image156">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph127">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image12">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF24">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty24&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX24&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt24&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX24&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Welche Schwangeren können ein Kind mit FASD auf die Welt bringen?&quot;
SetVar [P11] 40
SetVar [A111] &quot;Alle&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Nur Alleinstehende&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Nur diejenigen ohne Studium an der Universität&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Nur Verheiratete&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Bei der Entstehung der Behinderung FASD ist es völlig egal, ob die Schwangere verheiratet ist oder nicht, und welche Ausbildung sie hat. Ausschlaggebend ist nur, dass die Schwangere Alkohol trinkt, denn auch geringe Mengen können schädigen.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container12">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>600px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph11">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton96">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton18&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA24f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton101">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton18&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA24f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton102">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton18&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA24f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton103">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton18&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA24f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline137">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt24">
									<left>487px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt24&quot; &quot;&quot; 0
ShowObject &quot;chatgptX24&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty24">
									<left>437px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty24&quot; &quot;&quot; 0
ShowObject &quot;fiftyX24&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton101&quot; &quot;&quot; 0
   HideObject &quot;PushButton103&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton96&quot; &quot;&quot; 0
   HideObject &quot;PushButton102&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton96&quot; &quot;&quot; 0
   HideObject &quot;PushButton103&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton96&quot; &quot;&quot; 0
   HideObject &quot;PushButton102&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX24">
									<left>437px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX24">
									<left>487px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph87">
									<left>462px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image124">
									<left>510px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image125">
									<left>432px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph107">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image157">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph128">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image13">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF25">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty25&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX25&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt25&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX25&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Warum ist es oft so schwer, auf einer Feier auf Alkohol zu verzichten?&quot;
SetVar [P11] 50
SetVar [A111] &quot;In unserer Gesellschaft gilt Alkohol als bester Stimmungsmacher.&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Auf Feiern mit Erwachsenen ist Alkohol vorgeschrieben.&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Ohne Alkohol kann man überhaupt nicht in Stimmung kommen.&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Es ist normal, dass alle Erwachsenen regelmäßig Alkohol trinken.&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Bei den Meisten herrscht die Meinung vor, dass Alkohol der beste Stimmungsmacher ist. Deshalb wird auf fast allen Festen Alkohol getrunken. Hat man dann keine &apos;gute Ausrede&apos; und möchte nicht als Spielverderber gelten, steigt der Druck, mitzutrinken - auch wenn man schwanger ist!&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container13">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>600px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph12">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton104">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton22&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA25r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA25f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton105">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton22&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA25f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton106">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton22&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA25f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton130">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton22&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA25f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline138">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt25">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt25&quot; &quot;&quot; 0
ShowObject &quot;chatgptX25&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty25">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty25&quot; &quot;&quot; 0
ShowObject &quot;fiftyX25&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton106&quot; &quot;&quot; 0
   HideObject &quot;PushButton130&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton104&quot; &quot;&quot; 0
   HideObject &quot;PushButton105&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton104&quot; &quot;&quot; 0
   HideObject &quot;PushButton130&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton106&quot; &quot;&quot; 0
   HideObject &quot;PushButton130&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX25">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX25">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph88">
									<left>463px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image126">
									<left>511px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image127">
									<left>433px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph108">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image158">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph129">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image14">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF31">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty31&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX31&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt31&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX31&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Welche Art von Alkohol darf in Deutschland bereits an 16jährige verkauft werden?&quot;
SetVar [P11] 10
SetVar [A111] &quot;Bier und Wein&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Alkopops&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Schnaps&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Likör&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;In § 9 JSchG steht: In Gaststätten, Verkaufsstellen oder sonst in der Öffentlichkeit dürfen 1. Bier, Wein, weinähnliche Getränke oder Schaumwein oder Mischungen von Bier, Wein, weinähnlichen Getränken oder Schaumwein mit nichtalkoholischen Getränken an Kinder und Jugendliche unter 16 Jahren, 2. andere alkoholische Getränke oder Lebensmittel, die andere alkoholische Getränke in nicht nur geringfügiger Menge enthalten, an Kinder und Jugendliche weder abgegeben noch darf ihnen der Verzehr gestattet werden.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container14">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>600px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph13">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:20pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton131">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton7&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA31r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA31f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton132">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton7&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA31r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA31f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton134">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton7&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA31r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA31f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton135">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton7&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA31r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA31f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline139">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt31">
									<left>487px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt31&quot; &quot;&quot; 0
ShowObject &quot;chatgptX31&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty31">
									<left>437px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty31&quot; &quot;&quot; 0
ShowObject &quot;fiftyX31&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton134&quot; &quot;&quot; 0
   HideObject &quot;PushButton135&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton131&quot; &quot;&quot; 0
   HideObject &quot;PushButton132&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton132&quot; &quot;&quot; 0
   HideObject &quot;PushButton135&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton134&quot; &quot;&quot; 0
   HideObject &quot;PushButton135&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX31">
									<left>437px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX31">
									<left>487px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph89">
									<left>462px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image128">
									<left>510px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image129">
									<left>432px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph109">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image159">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph130">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image15">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF32">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty32&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX32&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt32&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX32&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Ab wie viel Jahren ist der Kauf von Alkopops* (etwa 5 – 6% Alkoholgehalt) erlaubt?&quot;
SetVar [P11] 20
SetVar [A111] &quot;Ab 18 Jahren&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Keine Altersbeschränkung&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Ab 16 Jahren&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Ab 17 Jahren&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Alkoholpops bestehen aus einer Mischung von Limonade oder Fruchtsaft mit  hochprozentigem Alkohol. Zusätzlich können sie Zutaten wie z.B. Koffein enthalten. Da sie sehr süß sind und man den Alkohol kaum rausschmeckt, trinkt man leicht größere Mengen und damit unbeabsichtigt sehr viel Alkohol, schlimmstenfalls bis hin zu einer Alkoholvergiftung. Solch ein Einstieg in den Alkoholkonsum in jungen Jahren, der dann regelmäßig wird, kann zu vielfältigen gesundheitlichen Schäden inklusive  Alkoholabhängigkeit führen.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container15">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>600px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph14">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:20pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton136">
									<left>50px</left>
									<top>194px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton11&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA32r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA32f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton137">
									<left>49px</left>
									<top>272px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton11&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA32r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA32f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton142">
									<left>49px</left>
									<top>355px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton11&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA32r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA32f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton143">
									<left>49px</left>
									<top>432px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton11&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA32r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA32f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline140">
									<left>50px</left>
									<top>114px</top>
									<width>667px</width>
									<height>81px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Paragraph id="Paragraph75">
									<left>53px</left>
									<top>501px</top>
									<width>700px</width>
									<height>84px</height>
									<text>* Alkopops, auch Alcopops, &quot;Klopfer&quot;&amp;nbsp;oder &quot;Mische&quot; genannt, sind Fertiggetränke in kleinen oder kleinsten&amp;nbsp;Flaschen, die aus einer Mischung aus Fruchtsaft und hochprozentigem Alkohol (&lt;strong&gt;meist&amp;nbsp; &lt;/strong&gt;&lt;span style=&quot;color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: sans-serif; font-size: 15.12px; font-style: normal; font-weight: 400; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;strong&gt;Whisky, Rum, Wodka, Gin, Bitter bzw. Bitterliköre oder Tequila&lt;/strong&gt;)&lt;/span&gt;&amp;nbsp;bestehen.</text>
								</Paragraph>
								<Image id="chatgpt32">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt32&quot; &quot;&quot; 0
ShowObject &quot;chatgptX32&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty32">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty32&quot; &quot;&quot; 0
ShowObject &quot;fiftyX32&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton137&quot; &quot;&quot; 0
   HideObject &quot;PushButton142&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton136&quot; &quot;&quot; 0
   HideObject &quot;PushButton137&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton137&quot; &quot;&quot; 0
   HideObject &quot;PushButton143&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton142&quot; &quot;&quot; 0
   HideObject &quot;PushButton143&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX32">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX32">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph90">
									<left>463px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image130">
									<left>511px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image131">
									<left>433px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph110">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image160">
									<left>723px</left>
									<top>126px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph131">
									<left>696px</left>
									<top>174px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image16">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF33">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty33&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX33&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt33&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX33&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Was passiert, wenn ein 15jähriger allein oder mit Gleichaltrigen bei einer Polizeikontrolle mit Alkohol erwischt wird?&quot;
SetVar [P11] 30
SetVar [A111] &quot;Alkohol wird sichergestellt, Meldung an das Jugendamt.&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Man kommt ins Heim.&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Es passiert gar nichts.&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Man kommt vor Gericht.&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Wenn der Jugendliche nicht in Begleitung eines Sorgeberechtigten* ist, werden die alkoholischen Getränke sichergestellt. Diese werden an das Jugendamt des Landratsamtes oder der Stadt weitergeleitet - und von dort werden die Eltern bald einen Brief erhalten, in dem das Problem der Aufsichtsverletzung erklärt wird. Im Wiederholungsfall wird das Jugendamt den Eltern Maßnahmen vorschlagen. *Sorgeberechtigt sind normalerweise nur die Eltern, Pflegeeltern oder Adoptiveltern. In Ausnahmefällen können Gerichte jemand Anderen festsetzen.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container16">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph15">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:20pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton144">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton15&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA33r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA33f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton145">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton15&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA33r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA33f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton146">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton15&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA33r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA33f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton147">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton15&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA33r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA33f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline141">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:14pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt33">
									<left>487px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt33&quot; &quot;&quot; 0
ShowObject &quot;chatgptX33&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty33">
									<left>437px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty33&quot; &quot;&quot; 0
ShowObject &quot;fiftyX33&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton146&quot; &quot;&quot; 0
   HideObject &quot;PushButton147&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton144&quot; &quot;&quot; 0
   HideObject &quot;PushButton145&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton144&quot; &quot;&quot; 0
   HideObject &quot;PushButton147&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton144&quot; &quot;&quot; 0
   HideObject &quot;PushButton146&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX33">
									<left>437px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX33">
									<left>487px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph91">
									<left>462px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image132">
									<left>510px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image133">
									<left>432px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph111">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image161">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph132">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image17">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF34">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty34&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX34&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt34&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX34&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Mit wem von diesen Personen dürfte ein 15-Jähriger/eine 15-Jährige Alkohol konsumieren?&quot;
SetVar [P11] 40
SetVar [A111] &quot;Vater&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Oma&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;erwachsener Bruder&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Trainer*in im Sportverein&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Sorgeberechtigt ist von den genannten Personen nur der Vater, es wäre auch die Mutter möglich. Alle anderen Fälle sind nur denkbar, wenn ein Gericht eine andere Person mit dem Sorgerecht beauftragt hat, zum Beispiel, wenn Eltern das Sorgerecht entzogen wird. Ein Zettel mit Erlaubnis der Eltern reicht nicht.&quot;
SetVar [Aplus111] &quot;Mit dem &quot;
SetVar [L111] [Aplus111]+[A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container17">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>600px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph16">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:20pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton148">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton19&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA34f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton149">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton19&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA34f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton150">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton19&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA34f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton151">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton19&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA34f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline142">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt34">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt34&quot; &quot;&quot; 0
ShowObject &quot;chatgptX34&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty34">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty34&quot; &quot;&quot; 0
ShowObject &quot;fiftyX234&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton149&quot; &quot;&quot; 0
   HideObject &quot;PushButton151&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton148&quot; &quot;&quot; 0
   HideObject &quot;PushButton150&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton149&quot; &quot;&quot; 0
   HideObject &quot;PushButton151&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton148&quot; &quot;&quot; 0
   HideObject &quot;PushButton151&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX34">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX34">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph92">
									<left>463px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image134">
									<left>511px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image135">
									<left>433px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph112">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image162">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph133">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image18">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF35">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty35&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX35&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt35&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX35&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Darf Alkohol in Getränkeautomaten verkauft werden?&quot;
SetVar [P11] 50
SetVar [A111] &quot;Ja, mit Einschränkungen&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Nein&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Nur Bier&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Ja, immer&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Alkoholische Getränke dürfen in der Öffentlichkeit nur an Automaten angeboten werden, wenn sichergestellt ist, dass sich Kinder und Jugendliche nicht daran bedienen können. Die Anbieter*innen müssen das entweder technisch sicherstellen (z.B. durch die Kontrolle des Geldkartenchips) oder sie müssen den Automaten an einem Ort aufstellen, der für Kinder und Jugendliche nicht zugänglich ist oder der beaufsichtigt ist. Branntwein und branntweinhaltige Getränke (Whisky, Alkopops usw.) dürfen gar nicht in Automaten verkauft werden.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container18">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>598px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph17">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:20pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton152">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton23&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA35r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA35f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton153">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton23&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA35r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA35f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton154">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton23&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA35r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA35f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton155">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton23&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA35r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA35f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline143">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt35">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt35&quot; &quot;&quot; 0
ShowObject &quot;chatgptX35&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty35">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty35&quot; &quot;&quot; 0
ShowObject &quot;fiftyX35&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton154&quot; &quot;&quot; 0
   HideObject &quot;PushButton155&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton152&quot; &quot;&quot; 0
   HideObject &quot;PushButton154&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton152&quot; &quot;&quot; 0
   HideObject &quot;PushButton155&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton154&quot; &quot;&quot; 0
   HideObject &quot;PushButton155&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX35">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX35">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph93">
									<left>463px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image136">
									<left>511px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image137">
									<left>433px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph113">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Image id="Image163">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Paragraph id="Paragraph134">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image22">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF41">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty41&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX41&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt41&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX41&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Was soll man tun, wenn der ärztliche Rat lautet: &apos;Ein Gläschen Sekt bei Kreislaufproblemen in der Schwangerschaft schadet nicht.&apos;&quot;
SetVar [P11] 10
SetVar [A111] &quot;Diesen Rat auf keinen Fall befolgen und mit dem Arzt/der Ärztin reden.&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Ein Gläschen Sekt trinken.&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Ein kleines Bier wäre noch besser.&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Am besten würde ein Schnaps helfen.&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;In jedem Fall sollte dieser Rat nicht befolgt werden. Die Frau sollte während der Schwangerschaft keinen Schluck Alkohol trinken, am Besten schon ab dem Moment, ab dem die Schwangerschaft geplant wird. Bei solchen Ratschlägen aus dem letzten Jahrtausend wäre es gut, wenn die Schwangere das Gespräch mit ihrem Arzt oder ihrer Ärztin sucht.&quot;
SetVar [L111] &quot;Das Gespräch suchen und den Rat nicht befolgen!&quot;

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container19">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph18">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton156">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton8&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA41f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton157">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton8&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA41f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton158">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton8&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA41f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton159">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton8&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA41f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline144">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:14pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt41">
									<left>486px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt41&quot; &quot;&quot; 0
ShowObject &quot;chatgptX41&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty41">
									<left>436px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty41&quot; &quot;&quot; 0
ShowObject &quot;fiftyX41&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton157&quot; &quot;&quot; 0
   HideObject &quot;PushButton158&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton156&quot; &quot;&quot; 0
   HideObject &quot;PushButton157&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton156&quot; &quot;&quot; 0
   HideObject &quot;PushButton159&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton158&quot; &quot;&quot; 0
   HideObject &quot;PushButton159&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX41">
									<left>436px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX41">
									<left>486px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph94">
									<left>461px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image138">
									<left>509px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image139">
									<left>431px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph114">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Paragraph id="Paragraph135">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image164">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Image id="Image23">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF42">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty42&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX42&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt42&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX42&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;In welchem Organ, das Teil des Zentralnervensystems ist und sich während der gesamten Schwangerschaft entwickelt, können die meisten Schädigungen entstehen?&quot;
SetVar [P11] 20
SetVar [A111] &quot;Gehirn&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Herz&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Leber&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Lunge&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Das Gehirn als Teil des Zentralnervensystems entwickelt sich von der Einnistung in die Gebärmutterschleimhaut bis zur Geburt und ist deshalb während der gesamten Schwangerschaft anfällig für Schäden durch das Zellgift Alkohol.&quot;
SetVar [L111] &quot;Im [A111]&quot;

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container20">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph19">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton160">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton12&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA42r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA42f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton161">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton12&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA42r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA42f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton162">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton12&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA42r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA42f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton163">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton12&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA42r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA42f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline145">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>136px</height>
									<style>font-size:14pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt42">
									<left>486px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt42&quot; &quot;&quot; 0
ShowObject &quot;chatgptX42&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty42">
									<left>436px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty42&quot; &quot;&quot; 0
ShowObject &quot;fiftyX42&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton162&quot; &quot;&quot; 0
   HideObject &quot;PushButton163&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton160&quot; &quot;&quot; 0
   HideObject &quot;PushButton161&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton160&quot; &quot;&quot; 0
   HideObject &quot;PushButton161&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton162&quot; &quot;&quot; 0
   HideObject &quot;PushButton163&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX42">
									<left>436px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX42">
									<left>486px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph95">
									<left>461px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image140">
									<left>509px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image141">
									<left>431px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph115">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Paragraph id="Paragraph136">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image165">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Image id="Image24">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF43">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty43&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX43&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt43&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX43&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Wie lange braucht das Ungeborene zum Abbau von Alkohol in seinem Körper?&quot;
SetVar [P11] 30
SetVar [A111] &quot;Bis zu 10 mal so lang wie die Mutter&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Genauso lang wie die Mutter&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Doppelt so lang wie die Mutter&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Kürzer als die Mutter, da es viel kleiner ist&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Am Ende der fünften Woche haben sich beim Embryo bereits Nieren, Leber, Darm, Gehirn und weitere wichtige Organe entwickelt und zu arbeiten begonnen. Auch das Herz beginnt zu schlagen. Der Embryo schwimmt im schützenden Fruchtwasser. Ab der 14. Lebenswoche trinkt das Ungeborene zunehmend davon. Trinkt eine Frau während der Schwangerschaft Alkohol, gelangt dieser ins Blut des Kindes und ins Fruchtwasser. Da die Leber des Ungeborenen noch nicht richtig arbeitet und das Kind immer wieder das alkoholhaltige Fruchtwasser trinkt, ist es den schädlichen Auswirkungen des Alkohols bis zu zehn Mal so lange ausgesetzt wie seine Mutter. Ein Glas Sekt (etwa 0,3 Promille) wird von der Mutter in etwa drei Stunden abgebaut, der Embryo (Fetus) braucht dazu bis zu 30 Stunden! Viel Zeit, in der der Alkohol Zellen schädigen oder abtöten kann.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container21">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph20">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton164">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton16&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA43r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA43f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton169">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton16&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA43r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA43f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton170">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton16&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA43r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA43f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton171">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton16&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA43r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA43f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline146">
									<left>50px</left>
									<top>114px</top>
									<width>712px</width>
									<height>103px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt43">
									<left>487px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt43&quot; &quot;&quot; 0
ShowObject &quot;chatgptX43&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty43">
									<left>437px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty43&quot; &quot;&quot; 0
ShowObject &quot;fiftyX43&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton170&quot; &quot;&quot; 0
   HideObject &quot;PushButton171&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton169&quot; &quot;&quot; 0
   HideObject &quot;PushButton170&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton169&quot; &quot;&quot; 0
   HideObject &quot;PushButton171&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton170&quot; &quot;&quot; 0
   HideObject &quot;PushButton171&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX43">
									<left>437px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX43">
									<left>487px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph96">
									<left>462px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image142">
									<left>510px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image143">
									<left>432px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph116">
									<left>54px</left>
									<top>69px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Paragraph id="Paragraph137">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image166">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Image id="Image25">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF44">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty44&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX44&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt44&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX44&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Welcher Satz ihres Partners/ihrer Partnerin ist für die Schwangere besonders wichtig?&quot;
SetVar [P11] 40
SetVar [A111] &quot;Wenn du nix trinkst, leiste ich dir Gesellschaft bei Null-Alkohol.&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;Alleine trinken ist langweilig, also trink ein Gläschen mit.&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;Alkohol macht keine Behinderung beim Ungeborenen, das sind Fake-News!&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;Stell dich nicht so an!&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Die Partnerin ist schwanger? Dann sollte der Lebenspartner/die Lebenspartnerin während dieser Zeit auch komplett auf Alkohol verzichten. Auch der Partner/die Partnerin sollte nun den eigenen Alkoholkonsum auf den Prüfstand stellen. Vielfach sind die sozialen Umstände ausschlaggebend, ob eine schwangere Frau oder eine stillende Mutter trinkt oder nicht. Das bedeutet: Auch das Trinkverhalten des Partners/der Partnerin kann Einfluss darauf haben, wie die Schwangere mit Alkohol umgeht. Die größte Sicherheit für das zukünftige Kind bietet übrigens der konsequente Alkoholverzicht, sobald man die Verhütung wegen des eigenen Kinderwunsches absetzt.&quot;
SetVar [L111] [A111]

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container22">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph21">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton172">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton20&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA44r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA44f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton173">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton20&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA44r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA44f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton174">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton20&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA44r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA44f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton175">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:10pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton20&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA44r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA44f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline147">
									<left>50px</left>
									<top>83px</top>
									<width>712px</width>
									<height>134px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt44">
									<left>486px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt44&quot; &quot;&quot; 0
ShowObject &quot;chatgptX44&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty44">
									<left>436px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty44&quot; &quot;&quot; 0
ShowObject &quot;fiftyX44&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton173&quot; &quot;&quot; 0
   HideObject &quot;PushButton175&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton172&quot; &quot;&quot; 0
   HideObject &quot;PushButton174&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton172&quot; &quot;&quot; 0
   HideObject &quot;PushButton175&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton172&quot; &quot;&quot; 0
   HideObject &quot;PushButton174&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX44">
									<left>436px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatX44">
									<left>486px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph97">
									<left>461px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image144">
									<left>509px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image145">
									<left>431px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph117">
									<left>54px</left>
									<top>60px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Paragraph id="Paragraph138">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image167">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Image id="Image26">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageF45">
					<style>background-color:#FFFFFF</style>
					<pageenter>SetVar [cliptext] &quot;kopieren&quot;

If [fiftyjoker] == 0
   HideObject &quot;fifty45&quot; &quot;&quot; 0
   ShowObject &quot;fiftyX45&quot; &quot;&quot; 1
endif
If [gptjoker] == 0
   HideObject &quot;chatgpt45&quot; &quot;&quot; 0
   ShowObject &quot;chatgptX45&quot; &quot;&quot; 1
endif

SetVar [F11] &quot;Wie viele Frauen in Deutschland trinken während der Schwangerschaft ein- oder mehrmals Alkohol?&quot;
SetVar [P11] 50
SetVar [A111] &quot;ungefähr jede Vierte&quot;
SetVar [Z111] &quot;r&quot;
SetVar [A112] &quot;ungefähr die Hälfte&quot;
SetVar [Z112] &quot;f&quot;
SetVar [A113] &quot;fast keine&quot;
SetVar [Z113] &quot;f&quot;
SetVar [A114] &quot;fast alle&quot;
SetVar [Z114] &quot;f&quot;
SetVar [E11] &quot;Fast jede zehnte Frau weltweit trinkt in der Schwangerschaft Alkohol. In Deutschland sind es im Schnitt sogar 26 von hundert Frauen - also mehr als jede Vierte. Das ist das Ergebnis der ersten weltweiten Studie zum Trinkverhalten in der Schwangerschaft und den gesundheitlichen Folgen für das Kind. Quelle: Römer u.a. 2018&quot;
SetVar [L111] &quot;26%, also etwas mehr als [A111]&quot;

if [chatgpt] == &quot;&quot;
   RandomEx 1 4 [Rnd]
endif

SetVar [Rnd2] [Rnd]
If [Rnd] == 1
   SetVar [B111] [A111]
          SetVar [X111] [Z111]
   SetVar [B112] [A112]
          SetVar [X112] [Z112]
   SetVar [B113] [A113]
          SetVar [X113] [Z113]
   SetVar [B114] [A114]
          SetVar [X114] [Z114]
EndIf

If [Rnd] == 2
   SetVar [B111] [A112]
          SetVar [X111] [Z112]
   SetVar [B112] [A113]
          SetVar [X112] [Z113]
   SetVar [B113] [A114]
          SetVar [X113] [Z114]
   SetVar [B114] [A111]
          SetVar [X114] [Z111]
EndIf

If [Rnd] == 3
   SetVar [B111] [A113]
          SetVar [X111] [Z113]
   SetVar [B112] [A114]
          SetVar [X112] [Z114]
   SetVar [B113] [A111]
          SetVar [X113] [Z111]
   SetVar [B114] [A112]
          SetVar [X114] [Z112]
EndIf

If [Rnd] == 4
   SetVar [B111] [A114]
          SetVar [X111] [Z114]
   SetVar [B112] [A111]
          SetVar [X112] [Z111]
   SetVar [B113] [A112]
          SetVar [X113] [Z112]
   SetVar [B114] [A113]
          SetVar [X114] [Z113]
EndIf</pageenter>
					<pageexit>setjoker</pageexit>
					<Components>
						<Container id="Container23">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph22">
									<left>54px</left>
									<top>15px</top>
									<width>584px</width>
									<height>47px</height>
									<style>font-size:22pt</style>
									<text>&lt;strong&gt;[K11]&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<PushButton id="PushButton176">
									<left>50px</left>
									<top>259px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>A:     [B111]</caption>
									<click>If [X111] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton24&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA45f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton177">
									<left>49px</left>
									<top>337px</top>
									<width>707px</width>
									<height>57px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>B:      [B112]</caption>
									<click>If [X112] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton24&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA45f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton178">
									<left>49px</left>
									<top>420px</top>
									<width>708px</width>
									<height>56px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>C:      [B113]</caption>
									<click>If [X113] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton24&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA45f&quot;
EndIf</click>
								</PushButton>
								<PushButton id="PushButton179">
									<left>49px</left>
									<top>497px</top>
									<width>707px</width>
									<height>55px</height>
									<style>color:#000000;font-size:14pt;font-weight:bold;text-align:left</style>
									<caption>D:      [B114]</caption>
									<click>If [X114] == &quot;r&quot;
     Math &quot;[Fertig]+1&quot; 0 [Fertig]
   HideObject &quot;PushButton24&quot; &quot;&quot; 0
   GotoPage &quot;TNeoAppPageA11r&quot;
Else
    SetVar [PP11] [P11]
    SetVar [P11] 0
    GotoPage &quot;TNeoAppPageA45f&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline148">
									<left>50px</left>
									<top>82px</top>
									<width>712px</width>
									<height>135px</height>
									<style>font-size:18pt</style>
									<text>&lt;strong&gt;[F11]&lt;/strong&gt;</text>
								</Headline>
								<Image id="chatgpt45">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_joker.jpg</source>
									<click>..SetVar [gptjoker] 0
SetVar [JumpPage] [NAB.PageID]
HideObject &quot;chatgpt45&quot; &quot;&quot; 0
ShowObject &quot;chatgptX45&quot; &quot;&quot; 0

GotoPage &quot;TNeoAppChatGPT&quot;</click>
								</Image>
								<Image id="fifty45">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<hover>cursor:crosshair</hover>
									<source>fifty.jpg</source>
									<click>SetVar [fiftyjoker] 0
HideObject &quot;fifty2&quot; &quot;&quot; 0
ShowObject &quot;fiftyX2&quot; &quot;&quot; 0
..
If [Rnd2] == 1
   HideObject &quot;PushButton178&quot; &quot;&quot; 0
   HideObject &quot;PushButton179&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 2
   HideObject &quot;PushButton177&quot; &quot;&quot; 0
   HideObject &quot;PushButton178&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 3
   HideObject &quot;PushButton177&quot; &quot;&quot; 0
   HideObject &quot;PushButton179&quot; &quot;&quot; 0
EndIf
If [Rnd2] == 4
   HideObject &quot;PushButton176&quot; &quot;&quot; 0
   HideObject &quot;PushButton178&quot; &quot;&quot; 0
EndIf</click>
								</Image>
								<Image id="fiftyX45">
									<left>438px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>fiftyX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der 50:50-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Image id="chatgptX45">
									<left>488px</left>
									<top>38px</top>
									<width>46px</width>
									<height>33px</height>
									<visible>False</visible>
									<hover>cursor:crosshair</hover>
									<source>chatgpi_jokerX.jpg</source>
									<click>AlertBox &quot;Achtung&quot; &quot;Der ChatGPT-Joker wurde bereits eingesetzt!&quot; &quot;&quot;</click>
								</Image>
								<Paragraph id="Paragraph98">
									<left>463px</left>
									<top>19px</top>
									<width>49px</width>
									<height>18px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;JOKER&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image146">
									<left>511px</left>
									<top>7px</top>
									<width>30px</width>
									<height>30px</height>
									<hover>cursor:help</hover>
									<source>Joker_rechts.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Image id="Image147">
									<left>433px</left>
									<top>2px</top>
									<width>32px</width>
									<height>33px</height>
									<hover>cursor:help</hover>
									<source>Joker_links.jpg</source>
									<click>SetVar [JumpPage] [NAB.PageID]

GotoPage &quot;TNeoAppJokerhelp&quot;</click>
								</Image>
								<Paragraph id="Paragraph118">
									<left>54px</left>
									<top>56px</top>
									<width>250px</width>
									<height>30px</height>
									<text>Team [teamcounter] spielt...</text>
								</Paragraph>
								<Paragraph id="Paragraph139">
									<left>696px</left>
									<top>177px</top>
									<width>107px</width>
									<height>17px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;&lt;sub&gt;[cliptext]&lt;/sub&gt;&lt;/strong&gt;</text>
								</Paragraph>
								<Image id="Image168">
									<left>726px</left>
									<top>197px</top>
									<width>54px</width>
									<height>52px</height>
									<hover>cursor:copy</hover>
									<source>zwischenablage.jpg</source>
									<click>SetVar [cliptest] &quot;&quot;
TextToClipboard &quot;[F11]&quot;
ClipboardToVar [cliptest]
if [cliptest] == &quot;&quot;
AlertBox &quot;Achtung&quot; &quot;Dieser Browser erlaubt keine Kopie in die Zwischenablage!&quot; &quot;&quot;
SetVar [cliptext] &quot;verweigert!&quot;
else
SetVar [cliptext] &quot;Frage kopiert&quot;
endif</click>
								</Image>
								<Image id="Image27">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA11r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container3">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph2">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>47px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;em&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline58">
									<left>45px</left>
									<top>188px</top>
									<width>720px</width>
									<height>99px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>&lt;br&gt;Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline70">
									<left>47px</left>
									<top>302px</top>
									<width>724px</width>
									<height>202px</height>
									<style>font-size:12pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton28">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Headline id="Headline155">
									<left>55px</left>
									<top>80px</top>
									<width>722px</width>
									<height>118px</height>
									<style>font-size:14pt</style>
									<text>&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;/em&gt;</text>
								</Headline>
								<Image id="Image62">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA12r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container24">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph23">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>168px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline72">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>64px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline73">
									<left>49px</left>
									<top>288px</top>
									<width>722px</width>
									<height>227px</height>
									<style>font-size:10pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton27">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image63">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA13r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container25">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>598px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph24">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>168px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline74">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>81px</height>
									<style>color:#66B032;font-size:16pt</style>
									<text>Richtig:&lt;br&gt;[L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline75">
									<left>49px</left>
									<top>342px</top>
									<width>722px</width>
									<height>173px</height>
									<style>font-size:12pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton31">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image64">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA14r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container26">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph25">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>168px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline76">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>81px</height>
									<style>color:#66B032;font-size:16pt</style>
									<text>Richtig:&lt;br&gt;[L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline77">
									<left>49px</left>
									<top>342px</top>
									<width>722px</width>
									<height>173px</height>
									<style>font-size:12pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton33">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image66">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA15r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container27">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph26">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>168px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline78">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>81px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline79">
									<left>49px</left>
									<top>342px</top>
									<width>722px</width>
									<height>173px</height>
									<style>font-size:12pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton35">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image67">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA21r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container28">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>600px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph27">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>168px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline80">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>60px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline81">
									<left>49px</left>
									<top>300px</top>
									<width>722px</width>
									<height>181px</height>
									<style>font-size:10pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton37">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image68">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA22r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container29">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph28">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>42px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;em&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline82">
									<left>46px</left>
									<top>237px</top>
									<width>720px</width>
									<height>81px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline83">
									<left>49px</left>
									<top>330px</top>
									<width>722px</width>
									<height>185px</height>
									<style>font-size:10pt</style>
									<text>[E11]</text>
								</Headline>
								<Headline id="Headline156">
									<left>55px</left>
									<top>72px</top>
									<width>722px</width>
									<height>154px</height>
									<style>font-size:14pt</style>
									<text>&lt;strong&gt;&lt;em&gt;[F11]&lt;/em&gt;&lt;/strong&gt;</text>
								</Headline>
								<PushButton id="PushButton39">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image69">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA23r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container30">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph63">
									<left>48px</left>
									<top>258px</top>
									<width>736px</width>
									<height>236px</height>
									<style>font-size:10pt</style>
									<text>[E11]</text>
								</Paragraph>
								<Image id="Image55">
									<left>155px</left>
									<top>424px</top>
									<width>67px</width>
									<height>73px</height>
									<source>FASDlogo.jpg</source>
								</Image>
								<Image id="Image56">
									<left>386px</left>
									<top>425px</top>
									<width>64px</width>
									<height>70px</height>
									<source>fasd neues logo 512x512png.png</source>
								</Image>
								<Headline id="Headline55">
									<left>76px</left>
									<top>442px</top>
									<width>102px</width>
									<height>58px</height>
									<style>font-size:20pt</style>
									<text>Statt</text>
								</Headline>
								<Headline id="Headline56">
									<left>266px</left>
									<top>440px</top>
									<width>136px</width>
									<height>70px</height>
									<style>font-size:20pt</style>
									<text>lieber</text>
								</Headline>
								<Paragraph id="Paragraph29">
									<left>55px</left>
									<top>25px</top>
									<width>717px</width>
									<height>35px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;</text>
								</Paragraph>
								<Headline id="Headline129">
									<left>50px</left>
									<top>170px</top>
									<width>720px</width>
									<height>81px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline153">
									<left>59px</left>
									<top>87px</top>
									<width>718px</width>
									<height>75px</height>
									<style>font-size:12pt</style>
									<text>&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton41">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image2">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA24r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container31">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph30">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>168px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline84">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>81px</height>
									<style>color:#66B032;font-size:16pt</style>
									<text>Richtig:&lt;br&gt;[L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline85">
									<left>49px</left>
									<top>342px</top>
									<width>722px</width>
									<height>173px</height>
									<style>font-size:12pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton43">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image70">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA25r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container32">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph31">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>168px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline86">
									<left>48px</left>
									<top>241px</top>
									<width>720px</width>
									<height>55px</height>
									<style>color:#66B032;font-size:12pt</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline87">
									<left>49px</left>
									<top>320px</top>
									<width>722px</width>
									<height>195px</height>
									<style>font-size:12pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton45">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image71">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA31r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container33">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph32">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>43px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;em&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline88">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>63px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline89">
									<left>49px</left>
									<top>283px</top>
									<width>722px</width>
									<height>232px</height>
									<style>font-size:10pt</style>
									<text>[E11]</text>
								</Headline>
								<Headline id="Headline162">
									<left>60px</left>
									<top>85px</top>
									<width>716px</width>
									<height>98px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;&lt;em&gt;[F11]&lt;/em&gt;&lt;/strong&gt;</text>
								</Headline>
								<PushButton id="PushButton47">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image72">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA32r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container34">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph33">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>45px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;em&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline90">
									<left>48px</left>
									<top>233px</top>
									<width>720px</width>
									<height>63px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline91">
									<left>49px</left>
									<top>306px</top>
									<width>722px</width>
									<height>209px</height>
									<style>font-size:10pt</style>
									<text>[E11]</text>
								</Headline>
								<Headline id="Headline163">
									<left>59px</left>
									<top>79px</top>
									<width>684px</width>
									<height>126px</height>
									<style>font-size:16pt</style>
									<text>&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton49">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image73">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA33r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container35">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph34">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>44px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;em&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline92">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>73px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline93">
									<left>49px</left>
									<top>302px</top>
									<width>722px</width>
									<height>213px</height>
									<style>font-size:10pt</style>
									<text>[E11]</text>
								</Headline>
								<Headline id="Headline154">
									<left>62px</left>
									<top>81px</top>
									<width>712px</width>
									<height>102px</height>
									<style>font-size:14pt</style>
									<text>&lt;strong&gt;&lt;em&gt;[F11]&lt;/em&gt;&lt;/strong&gt;</text>
								</Headline>
								<PushButton id="PushButton51">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image74">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA34r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container36">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>598px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph35">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>168px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline94">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>81px</height>
									<style>color:#66B032;font-size:16pt</style>
									<text>Richtig:&lt;br&gt;[L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline95">
									<left>49px</left>
									<top>342px</top>
									<width>722px</width>
									<height>173px</height>
									<style>font-size:12pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton53">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image75">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA35r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container37">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>598px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph36">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>168px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline96">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>81px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline97">
									<left>49px</left>
									<top>311px</top>
									<width>722px</width>
									<height>204px</height>
									<style>font-size:10pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton55">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image76">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA41r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container38">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>594px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph37">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>168px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline98">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>81px</height>
									<style>color:#66B032;font-size:16pt</style>
									<text>Richtig:&lt;br&gt;[L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline99">
									<left>49px</left>
									<top>342px</top>
									<width>722px</width>
									<height>173px</height>
									<style>font-size:12pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton57">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image77">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA42r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Image id="Image89">
							<left>14px</left>
							<top>1px</top>
							<width>781px</width>
							<height>488px</height>
							<source>10monateschwanger.jpg</source>
						</Image>
						<Container id="Container39">
							<left>0px</left>
							<top>0px</top>
							<width>796px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Image id="Image59">
									<left>465px</left>
									<top>16px</top>
									<width>326px</width>
									<height>387px</height>
									<source>10monateschwanger.jpg</source>
									<click>ShowObject &quot;Image89&quot; &quot;&quot; 0</click>
								</Image>
								<Paragraph id="Paragraph38">
									<left>53px</left>
									<top>23px</top>
									<width>362px</width>
									<height>45px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;em&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline100">
									<left>52px</left>
									<top>216px</top>
									<width>361px</width>
									<height>48px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline101">
									<left>61px</left>
									<top>276px</top>
									<width>360px</width>
									<height>235px</height>
									<style>font-size:12pt</style>
									<text>[E11]</text>
								</Headline>
								<Headline id="Headline161">
									<left>55px</left>
									<top>76px</top>
									<width>391px</width>
									<height>130px</height>
									<style>font-size:12pt</style>
									<text>&lt;strong&gt;&lt;em&gt;[F11]&lt;/em&gt;&lt;/strong&gt;</text>
								</Headline>
								<PushButton id="PushButton181">
									<left>469px</left>
									<top>408px</top>
									<width>324px</width>
									<height>40px</height>
									<caption>zum Vergrößern klicken</caption>
									<click>MoveObjectIntoContainer &quot;Image89&quot; &quot;Container39&quot;</click>
								</PushButton>
								<PushButton id="PushButton59">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Headline id="Headline165">
									<left>536px</left>
									<top>11px</top>
									<width>201px</width>
									<height>18px</height>
									<text>Entwicklung des Embryo/Fetus</text>
									<kind>h5</kind>
								</Headline>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA43r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container40">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>593px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph39">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>36px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;em&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline102">
									<left>48px</left>
									<top>187px</top>
									<width>720px</width>
									<height>49px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline103">
									<left>49px</left>
									<top>231px</top>
									<width>722px</width>
									<height>284px</height>
									<style>font-size:10pt</style>
									<text>[E11]</text>
								</Headline>
								<Headline id="Headline157">
									<left>58px</left>
									<top>74px</top>
									<width>719px</width>
									<height>112px</height>
									<style>font-size:14pt</style>
									<text>&lt;strong&gt;&lt;em&gt;[F11]&lt;/em&gt;&lt;/strong&gt;</text>
								</Headline>
								<PushButton id="PushButton61">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image78">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA44r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container41">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>593px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph40">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>40px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;em&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline104">
									<left>48px</left>
									<top>202px</top>
									<width>720px</width>
									<height>80px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>Richtig: [L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline105">
									<left>49px</left>
									<top>310px</top>
									<width>722px</width>
									<height>205px</height>
									<style>font-size:10pt</style>
									<text>[E11]</text>
								</Headline>
								<Headline id="Headline158">
									<left>56px</left>
									<top>76px</top>
									<width>716px</width>
									<height>101px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;&lt;em&gt;[F11]&lt;/em&gt;&lt;/strong&gt;</text>
								</Headline>
								<PushButton id="PushButton63">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image79">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA45r">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container42">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>593px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph41">
									<left>56px</left>
									<top>16px</top>
									<width>718px</width>
									<height>168px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11]&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;- [P11]&lt;/strong&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;strong&gt;[F11]&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;</text>
								</Paragraph>
								<Headline id="Headline106">
									<left>48px</left>
									<top>215px</top>
									<width>720px</width>
									<height>81px</height>
									<style>color:#66B032;font-size:16pt</style>
									<text>Richtig:&lt;br&gt;[L111]&lt;br&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline107">
									<left>49px</left>
									<top>342px</top>
									<width>722px</width>
									<height>173px</height>
									<style>font-size:12pt</style>
									<text>[E11]</text>
								</Headline>
								<PushButton id="PushButton65">
									<left>542px</left>
									<top>487px</top>
									<width>232px</width>
									<height>64px</height>
									<style>color:#FFFFFF;font-size:14pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ergebnisse&lt;/strong&gt;</caption>
									<icon>glyphicon-list-alt</icon>
									<click>SetVar [Erg11] &quot;Es wurden [P11] Punkte erreicht. Welches Team?&quot;
..HideObject &quot;[Buttonhide]&quot; &quot;&quot; 0
GotoPage &quot;TNeoAppPageErg&quot;</click>
								</PushButton>
								<Image id="Image80">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA11f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container4">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph3">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline5">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Headline id="Headline6">
									<left>55px</left>
									<top>305px</top>
									<width>463px</width>
									<height>235px</height>
									<style>font-size:12pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline57">
									<left>71px</left>
									<top>153px</top>
									<width>715px</width>
									<height>93px</height>
									<style>color:#66B032;font-size:18pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton29">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton5&quot; &quot;&quot; 0
   HideObject &quot;PushButton117&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Image id="Image28">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA12f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container44">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph42">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline8">
									<left>55px</left>
									<top>305px</top>
									<width>463px</width>
									<height>235px</height>
									<style>font-size:12pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline108">
									<left>70px</left>
									<top>184px</top>
									<width>715px</width>
									<height>93px</height>
									<style>color:#66B032;font-size:18pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton26">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton9&quot; &quot;&quot; 0
   HideObject &quot;PushButton121&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline7">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image29">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA13f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container45">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph43">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline10">
									<left>55px</left>
									<top>305px</top>
									<width>463px</width>
									<height>235px</height>
									<style>font-size:12pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline109">
									<left>70px</left>
									<top>184px</top>
									<width>715px</width>
									<height>93px</height>
									<style>color:#66B032;font-size:18pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton30">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton13&quot; &quot;&quot; 0
   HideObject &quot;PushButton125&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline9">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image30">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA14f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container46">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph44">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline12">
									<left>55px</left>
									<top>295px</top>
									<width>724px</width>
									<height>164px</height>
									<style>font-size:12pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline110">
									<left>70px</left>
									<top>151px</top>
									<width>715px</width>
									<height>126px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton32">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton17&quot; &quot;&quot; 0
   HideObject &quot;PushButton129&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline11">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image31">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA15f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container47">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph45">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline14">
									<left>55px</left>
									<top>245px</top>
									<width>729px</width>
									<height>213px</height>
									<style>font-size:12pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline111">
									<left>68px</left>
									<top>141px</top>
									<width>715px</width>
									<height>93px</height>
									<style>color:#66B032;font-size:16pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton34">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton21&quot; &quot;&quot; 0
   HideObject &quot;PushButton133&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline13">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image32">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA21f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container48">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph46">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline16">
									<left>53px</left>
									<top>256px</top>
									<width>726px</width>
									<height>199px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline112">
									<left>70px</left>
									<top>151px</top>
									<width>715px</width>
									<height>86px</height>
									<style>color:#66B032;font-size:18pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton36">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton6&quot; &quot;&quot; 0
   HideObject &quot;PushButton118&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline15">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image33">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA22f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container49">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph47">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline18">
									<left>55px</left>
									<top>249px</top>
									<width>722px</width>
									<height>215px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline113">
									<left>70px</left>
									<top>132px</top>
									<width>715px</width>
									<height>107px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton38">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton10&quot; &quot;&quot; 0
   HideObject &quot;PushButton122&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline17">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image34">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA23f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container50">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph48">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline20">
									<left>55px</left>
									<top>237px</top>
									<width>731px</width>
									<height>197px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;Das durchgestrichene Logo mit der Schwangeren&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline68">
									<left>70px</left>
									<top>130px</top>
									<width>715px</width>
									<height>97px</height>
									<style>color:#66B032;font-size:12pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<Image id="Image81">
									<left>155px</left>
									<top>450px</top>
									<width>60px</width>
									<height>73px</height>
									<source>FASDlogo.jpg</source>
								</Image>
								<Image id="Image82">
									<left>355px</left>
									<top>451px</top>
									<width>104px</width>
									<height>70px</height>
									<source>fasd neues logo gross.jpg</source>
								</Image>
								<Headline id="Headline149">
									<left>33px</left>
									<top>468px</top>
									<width>144px</width>
									<height>57px</height>
									<style>font-size:20pt</style>
									<text>Statt</text>
								</Headline>
								<Headline id="Headline150">
									<left>266px</left>
									<top>466px</top>
									<width>136px</width>
									<height>62px</height>
									<style>font-size:20pt</style>
									<text>lieber</text>
								</Headline>
								<PushButton id="PushButton40">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton14&quot; &quot;&quot; 0
   HideObject &quot;PushButton126&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline19">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image35">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA24f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container51">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph49">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline22">
									<left>55px</left>
									<top>252px</top>
									<width>731px</width>
									<height>201px</height>
									<style>font-size:12pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline69">
									<left>70px</left>
									<top>141px</top>
									<width>715px</width>
									<height>94px</height>
									<style>color:#66B032;font-size:18pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton42">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton18&quot; &quot;&quot; 0
   HideObject &quot;PushButton130&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline21">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image36">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA25f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container52">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph50">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline24">
									<left>55px</left>
									<top>264px</top>
									<width>722px</width>
									<height>193px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline114">
									<left>72px</left>
									<top>153px</top>
									<width>715px</width>
									<height>93px</height>
									<style>color:#66B032;font-size:12pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton44">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton22&quot; &quot;&quot; 0
   HideObject &quot;PushButton134&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline23">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image37">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA31f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container53">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph51">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline26">
									<left>55px</left>
									<top>244px</top>
									<width>731px</width>
									<height>215px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline115">
									<left>70px</left>
									<top>144px</top>
									<width>715px</width>
									<height>86px</height>
									<style>color:#66B032;font-size:16pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton46">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton7&quot; &quot;&quot; 0
   HideObject &quot;PushButton119&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline25">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image38">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA32f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container54">
							<left>1px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph52">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline28">
									<left>55px</left>
									<top>249px</top>
									<width>731px</width>
									<height>209px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline116">
									<left>70px</left>
									<top>131px</top>
									<width>715px</width>
									<height>97px</height>
									<style>color:#66B032;font-size:16pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton48">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton11&quot; &quot;&quot; 0
   HideObject &quot;PushButton123&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline27">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image39">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA33f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container55">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph53">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline30">
									<left>55px</left>
									<top>234px</top>
									<width>729px</width>
									<height>224px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline117">
									<left>70px</left>
									<top>142px</top>
									<width>715px</width>
									<height>74px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton50">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton15&quot; &quot;&quot; 0
   HideObject &quot;PushButton127&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline29">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image40">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA34f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container56">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph54">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline32">
									<left>55px</left>
									<top>257px</top>
									<width>728px</width>
									<height>200px</height>
									<style>font-size:12pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline118">
									<left>64px</left>
									<top>137px</top>
									<width>715px</width>
									<height>93px</height>
									<style>color:#66B032;font-size:18pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton52">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton19&quot; &quot;&quot; 0
   HideObject &quot;PushButton131&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline31">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image41">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA35f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container57">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph55">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline34">
									<left>52px</left>
									<top>213px</top>
									<width>727px</width>
									<height>248px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline119">
									<left>65px</left>
									<top>126px</top>
									<width>715px</width>
									<height>75px</height>
									<style>color:#66B032;font-size:16pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton54">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton23&quot; &quot;&quot; 0
   HideObject &quot;PushButton135&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline33">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image42">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA41f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container58">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph56">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline36">
									<left>55px</left>
									<top>269px</top>
									<width>727px</width>
									<height>192px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline120">
									<left>70px</left>
									<top>129px</top>
									<width>715px</width>
									<height>116px</height>
									<style>color:#66B032;font-size:14pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton56">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton8&quot; &quot;&quot; 0
   HideObject &quot;PushButton120&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline35">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image43">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA42f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container59">
							<left>0px</left>
							<top>0px</top>
							<width>797px</width>
							<height>595px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Image id="Image60">
									<left>497px</left>
									<top>17px</top>
									<width>295px</width>
									<height>386px</height>
									<source>Ashampoo_Snap_Mittwoch, 26. Januar 2022_19h13m14s_001_Zoom Meeting.png</source>
								</Image>
								<Paragraph id="Paragraph57">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline38">
									<left>62px</left>
									<top>120px</top>
									<width>425px</width>
									<height>188px</height>
									<style>color:#66B032;font-size:12pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<Headline id="Headline121">
									<left>51px</left>
									<top>321px</top>
									<width>429px</width>
									<height>227px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<PushButton id="PushButton58">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton12&quot; &quot;&quot; 0
   HideObject &quot;PushButton124&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline37">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA43f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container60">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph58">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline40">
									<left>55px</left>
									<top>226px</top>
									<width>728px</width>
									<height>247px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline122">
									<left>70px</left>
									<top>131px</top>
									<width>715px</width>
									<height>103px</height>
									<style>color:#66B032;font-size:16pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<Headline id="Headline159">
									<left>53px</left>
									<top>482px</top>
									<width>433px</width>
									<height>72px</height>
									<style>font-size:12pt</style>
									<text>Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;</text>
								</Headline>
								<PushButton id="PushButton60">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton16&quot; &quot;&quot; 0
   HideObject &quot;PushButton128&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline39">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image44">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA44f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container61">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph59">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline42">
									<left>55px</left>
									<top>229px</top>
									<width>728px</width>
									<height>224px</height>
									<style>font-size:10pt</style>
									<text>[E11]&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline123">
									<left>70px</left>
									<top>124px</top>
									<width>715px</width>
									<height>85px</height>
									<style>color:#66B032;font-size:16pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<Headline id="Headline160">
									<left>55px</left>
									<top>468px</top>
									<width>475px</width>
									<height>75px</height>
									<style>font-size:10pt</style>
									<text>Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;</text>
								</Headline>
								<PushButton id="PushButton62">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#FF0DC9</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton20&quot; &quot;&quot; 0
   HideObject &quot;PushButton132&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline41">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image45">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageA45f">
					<style>background-color:#FFFFFF</style>
					<Components>
						<Container id="Container62">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>597px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph60">
									<left>51px</left>
									<top>24px</top>
									<width>717px</width>
									<height>59px</height>
									<style>font-size:16pt</style>
									<text>&lt;strong&gt;[K11] -&amp;nbsp;[PP11]&lt;/strong&gt;</text>
								</Paragraph>
								<Headline id="Headline44">
									<left>55px</left>
									<top>247px</top>
									<width>730px</width>
									<height>210px</height>
									<style>font-size:12pt</style>
									<text>[E11]&lt;br&gt;&lt;br&gt;Richtig wäre gewesen:&lt;br&gt;&lt;u&gt;[L111]&lt;/u&gt;&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline124">
									<left>67px</left>
									<top>134px</top>
									<width>715px</width>
									<height>93px</height>
									<style>color:#66B032;font-size:16pt;font-weight:bold</style>
									<text>&lt;em&gt;[F11]&lt;/em&gt;</text>
								</Headline>
								<PushButton id="PushButton64">
									<left>540px</left>
									<top>463px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [Wahl] == &quot;1&quot;
   HideObject &quot;PushButton24&quot; &quot;&quot; 0
   HideObject &quot;PushButton136&quot; &quot;&quot; 0
EndIf
SetVar [CTRL] &quot;&quot;
If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf</click>
								</PushButton>
								<Headline id="Headline43">
									<left>187px</left>
									<top>80px</top>
									<width>322px</width>
									<height>58px</height>
									<style>color:#E40095;font-size:16pt</style>
									<text>&lt;strong&gt;Leider falsch!&lt;/strong&gt; 0 Punkte</text>
								</Headline>
								<Image id="Image46">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageErg">
					<style>background-color:#FFFFFF</style>
					<pageenter>HideObject &quot;PushButton184&quot; &quot;&quot; 0
HideObject &quot;Paragraph67&quot; &quot;&quot; 0

ShowObject &quot;teamanzeige&quot; &quot;&quot; 0


If [pwd1] == &quot;Demo&quot;
   SetVar [Fertig] 0
HideObject &quot;Headline66&quot; &quot;&quot; 0
EndIf

If [Fertig] == 20
   GotoPage &quot;TNeoAppPageAll&quot;
EndIf

If [pwd1] == &quot;Demo&quot;
HideObject &quot;PushButton68&quot; &quot;&quot; 0
..HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf

If [Teams] == 6
..HideObject &quot;PushButton111&quot; &quot;&quot; 0
..HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 5
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 4
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 3
HideObject &quot;PushButton109&quot; &quot;&quot; 0
HideObject &quot;Headline52&quot; &quot;&quot; 0
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 2
HideObject &quot;PushButton108&quot; &quot;&quot; 0
HideObject &quot;Headline51&quot; &quot;&quot; 0
HideObject &quot;PushButton109&quot; &quot;&quot; 0
HideObject &quot;Headline52&quot; &quot;&quot; 0
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 1
HideObject &quot;PushButton68&quot; &quot;&quot; 0
HideObject &quot;Headline50&quot; &quot;&quot; 0
HideObject &quot;PushButton108&quot; &quot;&quot; 0
HideObject &quot;Headline51&quot; &quot;&quot; 0
HideObject &quot;PushButton109&quot; &quot;&quot; 0
HideObject &quot;Headline52&quot; &quot;&quot; 0
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [teamcounter] == 1
ShowObject &quot;Rteam1&quot; &quot;&quot; 0
HideObject &quot;Rteam6&quot; &quot;&quot; 0
HideObject &quot;Rteam5&quot; &quot;&quot; 0
HideObject &quot;Rteam4&quot; &quot;&quot; 0
HideObject &quot;Rteam3&quot; &quot;&quot; 0
HideObject &quot;Rteam2&quot; &quot;&quot; 0
..HideObject &quot;Rteam1&quot; &quot;&quot; 0
endif
If [teamcounter] == 2
ShowObject &quot;Rteam2&quot; &quot;&quot; 0
HideObject &quot;Rteam6&quot; &quot;&quot; 0
HideObject &quot;Rteam5&quot; &quot;&quot; 0
HideObject &quot;Rteam4&quot; &quot;&quot; 0
HideObject &quot;Rteam3&quot; &quot;&quot; 0
..HideObject &quot;Rteam2&quot; &quot;&quot; 0
HideObject &quot;Rteam1&quot; &quot;&quot; 0
endif
If [teamcounter] == 3
ShowObject &quot;Rteam3&quot; &quot;&quot; 0
HideObject &quot;Rteam6&quot; &quot;&quot; 0
HideObject &quot;Rteam5&quot; &quot;&quot; 0
HideObject &quot;Rteam4&quot; &quot;&quot; 0
..HideObject &quot;Rteam3&quot; &quot;&quot; 0
HideObject &quot;Rteam2&quot; &quot;&quot; 0
HideObject &quot;Rteam1&quot; &quot;&quot; 0
endif
If [teamcounter] == 4
ShowObject &quot;Rteam4&quot; &quot;&quot; 0
HideObject &quot;Rteam6&quot; &quot;&quot; 0
HideObject &quot;Rteam5&quot; &quot;&quot; 0
..HideObject &quot;Rteam4&quot; &quot;&quot; 0
HideObject &quot;Rteam3&quot; &quot;&quot; 0
HideObject &quot;Rteam2&quot; &quot;&quot; 0
HideObject &quot;Rteam1&quot; &quot;&quot; 0
endif
If [teamcounter] == 5
ShowObject &quot;Rteam5&quot; &quot;&quot; 0
HideObject &quot;Rteam6&quot; &quot;&quot; 0
..HideObject &quot;Rteam5&quot; &quot;&quot; 0
HideObject &quot;Rteam4&quot; &quot;&quot; 0
HideObject &quot;Rteam3&quot; &quot;&quot; 0
HideObject &quot;Rteam2&quot; &quot;&quot; 0
HideObject &quot;Rteam1&quot; &quot;&quot; 0
endif
If [teamcounter] == 6
ShowObject &quot;Rteam6&quot; &quot;&quot; 0
..HideObject &quot;Rteam6&quot; &quot;&quot; 0
HideObject &quot;Rteam5&quot; &quot;&quot; 0
HideObject &quot;Rteam4&quot; &quot;&quot; 0
HideObject &quot;Rteam3&quot; &quot;&quot; 0
HideObject &quot;Rteam2&quot; &quot;&quot; 0
HideObject &quot;Rteam1&quot; &quot;&quot; 0
endif</pageenter>
					<pageexit>HideObject &quot;Rteam6&quot; &quot;&quot; 0
HideObject &quot;Rteam5&quot; &quot;&quot; 0
HideObject &quot;Rteam4&quot; &quot;&quot; 0
HideObject &quot;Rteam3&quot; &quot;&quot; 0
HideObject &quot;Rteam2&quot; &quot;&quot; 0
HideObject &quot;Rteam1&quot; &quot;&quot; 0</pageexit>
					<Components>
						<Container id="Container43">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>595px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Rectangle id="Rteam2">
									<left>35px</left>
									<top>246px</top>
									<width>190px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Rectangle id="Rteam1">
									<left>34px</left>
									<top>146px</top>
									<width>190px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Rectangle id="Rteam3">
									<left>33px</left>
									<top>350px</top>
									<width>190px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Rectangle id="Rteam6">
									<left>380px</left>
									<top>347px</top>
									<width>195px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Rectangle id="Rteam5">
									<left>379px</left>
									<top>243px</top>
									<width>195px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Rectangle id="Rteam4">
									<left>379px</left>
									<top>146px</top>
									<width>195px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Headline id="Headline66">
									<left>40px</left>
									<top>480px</top>
									<width>480px</width>
									<height>58px</height>
									<style>font-size:16pt</style>
									<text>[Fertig] von 20 Fragen bereits beantwortet!</text>
								</Headline>
								<PushButton id="PushButton107">
									<left>535px</left>
									<top>448px</top>
									<width>244px</width>
									<height>85px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   START&lt;/strong&gt;</caption>
									<icon>glyphicon-home</icon>
									<click>If [P11] &gt; 0
   MessageBox &quot;Achtung!&quot; &quot;Bitte erst auf ein Team klicken!&quot; &quot;OK&quot; &quot;&quot;
Else
   If [pwd1] == &quot;Demo&quot;
   setvar [Teams] 1
   GotoPage &quot;TNeoAppPageDemo&quot;
Else
If [pwd1] == [pwd2]

   GotoPage &quot;TNeoAppPageStart&quot;
Else
    AlertBox &quot;Achtung!&quot; &quot;Bitte ein gültiges Passwort eingeben!&quot; &quot;&quot;
Endif
EndIf
EndIf</click>
								</PushButton>
								<Headline id="Headline4">
									<left>38px</left>
									<top>22px</top>
									<width>739px</width>
									<height>41px</height>
									<style>color:#0058A6;font-size:14pt;font-weight:bold</style>
									<text>Der Große Preis - Das FASD-Quiz&lt;br&gt;</text>
								</Headline>
								<PushButton id="PushButton66">
									<left>39px</left>
									<top>153px</top>
									<width>179px</width>
									<height>59px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 1</caption>
									<click>If [teamcounter] != 1
   MessageBox &quot;Achtung!&quot; &quot;Das war nicht das richtige Rateteam!&quot; &quot;OK&quot; &quot;&quot;
else

ShowObject &quot;PushButton184&quot; &quot;&quot; 0
ShowObject &quot;Paragraph67&quot; &quot;&quot; 0



EnableObject &quot;PushButton184&quot;
Math &quot;[T01]+[P11]&quot; 0 [T01]
Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 1
SetVar [P11] 0

SetVar [Erg11] &quot;Bitte auf START klicken!&quot;

endif
If [P11] == 0
   SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf</click>
								</PushButton>
								<Headline id="Headline49">
									<left>237px</left>
									<top>172px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T01]</text>
								</Headline>
								<PushButton id="PushButton68">
									<left>39px</left>
									<top>254px</top>
									<width>179px</width>
									<height>56px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 2</caption>
									<click>If [teamcounter] != 2
   MessageBox &quot;Achtung!&quot; &quot;Das war nicht das richtige Rateteam!&quot; &quot;OK&quot; &quot;&quot;
else


ShowObject &quot;PushButton184&quot; &quot;&quot; 0
ShowObject &quot;Paragraph67&quot; &quot;&quot; 0
If [P11] == 0
SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf
EnableObject &quot;PushButton184&quot;
Math &quot;[T02]+[P11]&quot; 0 [T02]
Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 2
SetVar [P11] 0

SetVar [Erg11] &quot;Bitte auf START klicken!&quot;

endif
HideObject &quot;Rteam02&quot; &quot;&quot; 0</click>
								</PushButton>
								<PushButton id="PushButton108">
									<left>39px</left>
									<top>358px</top>
									<width>178px</width>
									<height>55px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 3</caption>
									<click>If [teamcounter] != 3
   MessageBox &quot;Achtung!&quot; &quot;Das war nicht das richtige Rateteam!&quot; &quot;OK&quot; &quot;&quot;
else


ShowObject &quot;PushButton184&quot; &quot;&quot; 0
ShowObject &quot;Paragraph67&quot; &quot;&quot; 0
If [P11] == 0
SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf
Math &quot;[T03]+[P11]&quot; 0 [T03]
EnableObject &quot;PushButton184&quot;
Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 3
SetVar [P11] 0

SetVar [Erg11] &quot;Bitte auf START klicken!&quot;

endif
HideObject &quot;Rteam03&quot; &quot;&quot; 0</click>
								</PushButton>
								<PushButton id="PushButton109">
									<left>386px</left>
									<top>151px</top>
									<width>182px</width>
									<height>58px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 4</caption>
									<click>If [teamcounter] != 4
   MessageBox &quot;Achtung!&quot; &quot;Das war nicht das richtige Rateteam!&quot; &quot;OK&quot; &quot;&quot;
else


ShowObject &quot;PushButton184&quot; &quot;&quot; 0
ShowObject &quot;Paragraph67&quot; &quot;&quot; 0
If [P11] == 0
SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf
Math &quot;[T04]+[P11]&quot; 0 [T04]
EnableObject &quot;PushButton184&quot;
Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 4
SetVar [P11] 0

SetVar [Erg11] &quot;Bitte auf START klicken!&quot;

endif
HideObject &quot;Rteam04&quot; &quot;&quot; 0</click>
								</PushButton>
								<PushButton id="PushButton110">
									<left>386px</left>
									<top>250px</top>
									<width>181px</width>
									<height>58px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 5</caption>
									<click>If [teamcounter] != 5
   MessageBox &quot;Achtung!&quot; &quot;Das war nicht das richtige Rateteam!&quot; &quot;OK&quot; &quot;&quot;
else


ShowObject &quot;PushButton184&quot; &quot;&quot; 0
ShowObject &quot;Paragraph67&quot; &quot;&quot; 0
If [P11] == 0
SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf
Math &quot;[T05]+[P11]&quot; 0 [T05]
EnableObject &quot;PushButton184&quot;
Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 5
SetVar [P11] 0

SetVar [Erg11] &quot;Bitte auf START klicken!&quot;

endif
HideObject &quot;Rteam05&quot; &quot;&quot; 0</click>
								</PushButton>
								<PushButton id="PushButton111">
									<left>386px</left>
									<top>353px</top>
									<width>184px</width>
									<height>60px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 6</caption>
									<click>If [teamcounter] != 6
   MessageBox &quot;Achtung!&quot; &quot;Das war nicht das richtige Rateteam!&quot; &quot;OK&quot; &quot;&quot;
else

ShowObject &quot;PushButton184&quot; &quot;&quot; 0
ShowObject &quot;Paragraph67&quot; &quot;&quot; 0
If [P11] == 0
SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf
Math &quot;[T06]+[P11]&quot; 0 [T06]
EnableObject &quot;PushButton184&quot;
Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 6
SetVar [P11] 0

SetVar [Erg11] &quot;Bitte auf START klicken!&quot;

endif
HideObject &quot;Rteam06&quot; &quot;&quot; 0</click>
								</PushButton>
								<Headline id="Headline50">
									<left>237px</left>
									<top>268px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T02]</text>
								</Headline>
								<Headline id="Headline51">
									<left>237px</left>
									<top>372px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T03]</text>
								</Headline>
								<Headline id="Headline52">
									<left>592px</left>
									<top>167px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T04]</text>
								</Headline>
								<Headline id="Headline53">
									<left>592px</left>
									<top>268px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T05]</text>
								</Headline>
								<Headline id="Headline54">
									<left>592px</left>
									<top>368px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T06]</text>
								</Headline>
								<Image id="Image47">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
								<Paragraph id="teamanzeige">
									<left>47px</left>
									<top>85px</top>
									<width>732px</width>
									<height>38px</height>
									<style>font-size:14pt</style>
									<text>&lt;strong&gt;[Erg11]&lt;/strong&gt;</text>
								</Paragraph>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageAll">
					<style>background-color:#FFFFFF</style>
					<pageenter>HideObject &quot;PushButton185&quot; &quot;&quot; 0
HideObject &quot;Paragraph68&quot; &quot;&quot; 0
ShowObject &quot;teamanzeige&quot; &quot;&quot; 0


If [Teams] == 5
HideObject &quot;PushButton183&quot; &quot;&quot; 0
HideObject &quot;Headline127&quot; &quot;&quot; 0
HideObject &quot;Checkbox6&quot; &quot;&quot; 0
EndIf
If [Teams] == 4
HideObject &quot;PushButton182&quot; &quot;&quot; 0
HideObject &quot;Headline126&quot; &quot;&quot; 0
HideObject &quot;PushButton183&quot; &quot;&quot; 0
HideObject &quot;Headline127&quot; &quot;&quot; 0
HideObject &quot;Checkbox6&quot; &quot;&quot; 0
HideObject &quot;Checkbox5&quot; &quot;&quot; 0
EndIf
If [Teams] == 3
HideObject &quot;PushButton74&quot; &quot;&quot; 0
HideObject &quot;Headline65&quot; &quot;&quot; 0
HideObject &quot;PushButton182&quot; &quot;&quot; 0
HideObject &quot;Headline126&quot; &quot;&quot; 0
HideObject &quot;PushButton183&quot; &quot;&quot; 0
HideObject &quot;Headline127&quot; &quot;&quot; 0
HideObject &quot;Checkbox6&quot; &quot;&quot; 0
HideObject &quot;Checkbox5&quot; &quot;&quot; 0
HideObject &quot;Checkbox4&quot; &quot;&quot; 0
EndIf
If [Teams] == 2
HideObject &quot;PushButton73&quot; &quot;&quot; 0
HideObject &quot;Headline64&quot; &quot;&quot; 0
HideObject &quot;PushButton74&quot; &quot;&quot; 0
HideObject &quot;Headline65&quot; &quot;&quot; 0
HideObject &quot;PushButton182&quot; &quot;&quot; 0
HideObject &quot;Headline126&quot; &quot;&quot; 0
HideObject &quot;PushButton183&quot; &quot;&quot; 0
HideObject &quot;Headline127&quot; &quot;&quot; 0
HideObject &quot;Checkbox6&quot; &quot;&quot; 0
HideObject &quot;Checkbox5&quot; &quot;&quot; 0
HideObject &quot;Checkbox4&quot; &quot;&quot; 0
HideObject &quot;Checkbox3&quot; &quot;&quot; 0
EndIf
If [Teams] == 1
HideObject &quot;PushButton72&quot; &quot;&quot; 0
HideObject &quot;Headline63&quot; &quot;&quot; 0
HideObject &quot;PushButton73&quot; &quot;&quot; 0
HideObject &quot;Headline64&quot; &quot;&quot; 0
HideObject &quot;PushButton74&quot; &quot;&quot; 0
HideObject &quot;Headline65&quot; &quot;&quot; 0
HideObject &quot;PushButton182&quot; &quot;&quot; 0
HideObject &quot;Headline126&quot; &quot;&quot; 0
HideObject &quot;PushButton183&quot; &quot;&quot; 0
HideObject &quot;Headline127&quot; &quot;&quot; 0
HideObject &quot;Checkbox6&quot; &quot;&quot; 0
HideObject &quot;Checkbox5&quot; &quot;&quot; 0
HideObject &quot;Checkbox4&quot; &quot;&quot; 0
HideObject &quot;Checkbox3&quot; &quot;&quot; 0
HideObject &quot;Checkbox2&quot; &quot;&quot; 0

EndIf
If [teamcounter] == 1
ShowObject &quot;Rteam1a&quot; &quot;&quot; 0
HideObject &quot;Rteam6a&quot; &quot;&quot; 0
HideObject &quot;Rteam5a&quot; &quot;&quot; 0
HideObject &quot;Rteam4a&quot; &quot;&quot; 0
HideObject &quot;Rteam3a&quot; &quot;&quot; 0
HideObject &quot;Rteam2a&quot; &quot;&quot; 0
..HideObject &quot;Rteam1&quot; &quot;&quot; 0
endif
If [teamcounter] == 2
ShowObject &quot;Rteam2a&quot; &quot;&quot; 0
HideObject &quot;Rteam6a&quot; &quot;&quot; 0
HideObject &quot;Rteam5a&quot; &quot;&quot; 0
HideObject &quot;Rteam4a&quot; &quot;&quot; 0
HideObject &quot;Rteam3a&quot; &quot;&quot; 0
..HideObject &quot;Rteam2&quot; &quot;&quot; 0
HideObject &quot;Rteam1a&quot; &quot;&quot; 0
endif
If [teamcounter] == 3
ShowObject &quot;Rteam3a&quot; &quot;&quot; 0
HideObject &quot;Rteam6a&quot; &quot;&quot; 0
HideObject &quot;Rteam5a&quot; &quot;&quot; 0
HideObject &quot;Rteam4a&quot; &quot;&quot; 0
..HideObject &quot;Rteam3&quot; &quot;&quot; 0
HideObject &quot;Rteam2a&quot; &quot;&quot; 0
HideObject &quot;Rteam1a&quot; &quot;&quot; 0
endif
If [teamcounter] == 4
ShowObject &quot;Rteam4a&quot; &quot;&quot; 0
HideObject &quot;Rteam6a&quot; &quot;&quot; 0
HideObject &quot;Rteam5a&quot; &quot;&quot; 0
..HideObject &quot;Rteam4&quot; &quot;&quot; 0
HideObject &quot;Rteam3a&quot; &quot;&quot; 0
HideObject &quot;Rteam2a&quot; &quot;&quot; 0
HideObject &quot;Rteam1a&quot; &quot;&quot; 0
endif
If [teamcounter] == 5
ShowObject &quot;Rteam5a&quot; &quot;&quot; 0
HideObject &quot;Rteam6a&quot; &quot;&quot; 0
..HideObject &quot;Rteam5&quot; &quot;&quot; 0
HideObject &quot;Rteam4a&quot; &quot;&quot; 0
HideObject &quot;Rteam3a&quot; &quot;&quot; 0
HideObject &quot;Rteam2a&quot; &quot;&quot; 0
HideObject &quot;Rteam1a&quot; &quot;&quot; 0
endif
If [teamcounter] == 6
ShowObject &quot;Rteam6&quot; &quot;&quot; 0
..HideObject &quot;Rteam6&quot; &quot;&quot; 0
HideObject &quot;Rteam5&quot; &quot;&quot; 0
HideObject &quot;Rteam4&quot; &quot;&quot; 0
HideObject &quot;Rteam3&quot; &quot;&quot; 0
HideObject &quot;Rteam2&quot; &quot;&quot; 0
HideObject &quot;Rteam1&quot; &quot;&quot; 0
endif</pageenter>
					<Components>
						<Container id="Container64">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>595px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Rectangle id="Rteam1a">
									<left>34px</left>
									<top>148px</top>
									<width>195px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Rectangle id="Rteam2a">
									<left>30px</left>
									<top>246px</top>
									<width>195px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Rectangle id="Rteam3a">
									<left>33px</left>
									<top>350px</top>
									<width>195px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Rectangle id="Rteam4a">
									<left>379px</left>
									<top>146px</top>
									<width>195px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Rectangle id="Rteam5a">
									<left>380px</left>
									<top>244px</top>
									<width>195px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Rectangle id="Rteam6a">
									<left>381px</left>
									<top>347px</top>
									<width>195px</width>
									<height>71px</height>
									<style>fill:#E40095;stroke:black;stroke-width:1px</style>
									<visible>False</visible>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Headline id="Headline61">
									<left>42px</left>
									<top>77px</top>
									<width>740px</width>
									<height>42px</height>
									<style>font-size:16pt</style>
									<text>Ergebnisse:&amp;nbsp; [Erg11]</text>
								</Headline>
								<PushButton id="PushButton71">
									<left>530px</left>
									<top>469px</top>
									<width>241px</width>
									<height>88px</height>
									<style>color:#FFFFFF;font-size:10pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   Alle Fragen bearbeitet&lt;/strong&gt;</caption>
									<icon>glyphicon-leaf</icon>
									<click>If [P11] &gt; 0
   MessageBox &quot;Achtung!&quot; &quot;Bitte erst auf das Team [teamcounter] klicken, dann die Sieger ankreuzen!&quot; &quot;OK&quot; &quot;&quot;
Else
    MessageBox &quot;Achtung!&quot; &quot;Bitte erst auf die Siegerteam(s) klicken!&quot; &quot;OK&quot; &quot;&quot;

EndIf

if [checkbox1] == 1
   Setvar [sieger01] &quot;Team 1&quot;
   Math &quot;[checkboxes]+1&quot; 1 [checkboxes]
endif

if [checkbox1] == 1
   Setvar [sieger02] &quot;Team 2&quot;
   Math &quot;[checkboxes]+1&quot; 1 [checkboxes]
endif

if [checkbox1] == 1
   Setvar [sieger03] &quot;Team 3&quot;
   Math &quot;[checkboxes]+1&quot; 1 [checkboxes]
endif

if [checkbox1] == 1
   Setvar [sieger04] &quot;Team 4&quot;
   Math &quot;[checkboxes]+1&quot; 1 [checkboxes]
endif

if [checkbox1] == 1
   Setvar [sieger05] &quot;Team 5&quot;
   Math &quot;[checkboxes]+1&quot; 1 [checkboxes]
endif

if [checkbox1] == 1
   Setvar [sieger06] &quot;Team 6&quot;
   Math &quot;[checkboxes]+1&quot; 1 [checkboxes]
endif

if [checkboxes] &gt; 0
GotoPage &quot;TNeoAppPageBelohnung&quot;
else
 MessageBox &quot;Achtung!&quot; &quot;Bitte erst auf die Siegerteam(s) klicken!&quot; &quot;OK&quot; &quot;&quot;
endif</click>
								</PushButton>
								<Headline id="Headline62">
									<left>38px</left>
									<top>22px</top>
									<width>739px</width>
									<height>41px</height>
									<style>color:#0058A6;font-size:14pt;font-weight:bold</style>
									<text>Der Große Preis - Das FASD-Quiz&lt;br&gt;</text>
								</Headline>
								<Headline id="Headline60">
									<left>40px</left>
									<top>455px</top>
									<width>489px</width>
									<height>98px</height>
									<style>font-size:16pt</style>
									<text>[Fertig] von 20 Fragen  beantwortet!&lt;br&gt;Bitte das Siegerteam/die Siegerteams ankreuzen, dann auf die&amp;nbsp;blaue Schaltfläche klicken.</text>
								</Headline>
								<PushButton id="PushButton67">
									<left>39px</left>
									<top>153px</top>
									<width>179px</width>
									<height>59px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 1</caption>
									<click>ShowObject &quot;PushButton185&quot; &quot;&quot; 0
ShowObject &quot;Paragraph68&quot; &quot;&quot; 0
If [P11] == 0
SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf
EnableObject &quot;PushButton185&quot;
Math &quot;[T01]+[P11]&quot; 0 [T01]
..Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 1
SetVar [P11] 0
SetVar [Erg11] &quot;Bitte auf START klicken!&quot;</click>
								</PushButton>
								<Headline id="Headline59">
									<left>237px</left>
									<top>172px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T01]</text>
								</Headline>
								<PushButton id="PushButton72">
									<left>39px</left>
									<top>254px</top>
									<width>179px</width>
									<height>56px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 2</caption>
									<click>ShowObject &quot;PushButton185&quot; &quot;&quot; 0
ShowObject &quot;Paragraph68&quot; &quot;&quot; 0
If [P11] == 0
SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf
EnableObject &quot;PushButton185&quot;
Math &quot;[T02]+[P11]&quot; 0 [T02]
..Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 2
SetVar [P11] 0
SetVar [Erg11] &quot;Bitte auf START klicken!&quot;</click>
								</PushButton>
								<PushButton id="PushButton73">
									<left>39px</left>
									<top>358px</top>
									<width>178px</width>
									<height>55px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 3</caption>
									<click>ShowObject &quot;PushButton185&quot; &quot;&quot; 0
ShowObject &quot;Paragraph68&quot; &quot;&quot; 0
If [P11] == 0
SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf
Math &quot;[T03]+[P11]&quot; 0 [T03]
EnableObject &quot;PushButton185&quot;
..Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 3
SetVar [P11] 0
SetVar [Erg11] &quot;Bitte auf START klicken!&quot;</click>
								</PushButton>
								<PushButton id="PushButton74">
									<left>386px</left>
									<top>151px</top>
									<width>182px</width>
									<height>58px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 4</caption>
									<click>ShowObject &quot;PushButton185&quot; &quot;&quot; 0
ShowObject &quot;Paragraph68&quot; &quot;&quot; 0
If [P11] == 0
SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf
Math &quot;[T04]+[P11]&quot; 0 [T04]
EnableObject &quot;PushButton185&quot;
..Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 4
SetVar [P11] 0
SetVar [Erg11] &quot;Bitte auf START klicken!&quot;</click>
								</PushButton>
								<PushButton id="PushButton182">
									<left>386px</left>
									<top>250px</top>
									<width>181px</width>
									<height>58px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 5</caption>
									<click>ShowObject &quot;PushButton185&quot; &quot;&quot; 0
ShowObject &quot;Paragraph68&quot; &quot;&quot; 0
If [P11] == 0
SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf
Math &quot;[T05]+[P11]&quot; 0 [T05]
EnableObject &quot;PushButton185&quot;
..Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 5
SetVar [P11] 0
SetVar [Erg11] &quot;Bitte auf START klicken!&quot;</click>
								</PushButton>
								<PushButton id="PushButton183">
									<left>386px</left>
									<top>353px</top>
									<width>184px</width>
									<height>60px</height>
									<style>font-size:14pt</style>
									<caption>TEAM 6</caption>
									<click>ShowObject &quot;PushButton185&quot; &quot;&quot; 0
ShowObject &quot;Paragraph68&quot; &quot;&quot; 0
If [P11] == 0
SetVar [Abzug11] 0
MessageBox &quot;Achtung!&quot; &quot;Bitte auf START klicken!&quot; &quot;OK&quot; &quot;&quot;
EndIf
Math &quot;[T06]+[P11]&quot; 0 [T06]
EnableObject &quot;PushButton185&quot;
..Math &quot;[Fertig]+1&quot; 0 [Fertig]
SetVar [Abzug11] [P11]
SetVar [Team11] 6
SetVar [P11] 0
SetVar [Erg11] &quot;Bitte auf START klicken!&quot;</click>
								</PushButton>
								<Headline id="Headline63">
									<left>237px</left>
									<top>268px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T02]</text>
								</Headline>
								<Headline id="Headline64">
									<left>237px</left>
									<top>372px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T03]</text>
								</Headline>
								<Headline id="Headline65">
									<left>592px</left>
									<top>167px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T04]</text>
								</Headline>
								<Headline id="Headline126">
									<left>592px</left>
									<top>268px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T05]</text>
								</Headline>
								<Headline id="Headline127">
									<left>592px</left>
									<top>368px</top>
									<width>112px</width>
									<height>50px</height>
									<style>font-size:14pt</style>
									<text>[T06]</text>
								</Headline>
								<CheckBox id="CheckBox1">
									<left>10px</left>
									<top>163px</top>
									<width>23px</width>
									<height>24px</height>
									<variable>[checkbox1]</variable>
									<true_value>1</true_value>
									<false_value>0</false_value>
								</CheckBox>
								<CheckBox id="CheckBox3">
									<left>9px</left>
									<top>373px</top>
									<width>23px</width>
									<height>24px</height>
									<variable>[checkbox3]</variable>
								</CheckBox>
								<CheckBox id="CheckBox2">
									<left>11px</left>
									<top>268px</top>
									<width>23px</width>
									<height>24px</height>
									<variable>[checkbox2]</variable>
								</CheckBox>
								<CheckBox id="CheckBox4">
									<left>358px</left>
									<top>159px</top>
									<width>23px</width>
									<height>24px</height>
									<variable>[checkbox4]</variable>
								</CheckBox>
								<CheckBox id="CheckBox5">
									<left>355px</left>
									<top>263px</top>
									<width>23px</width>
									<height>24px</height>
									<variable>[checkbox5]</variable>
								</CheckBox>
								<CheckBox id="CheckBox6">
									<left>358px</left>
									<top>368px</top>
									<width>23px</width>
									<height>24px</height>
									<variable>[checkbox6]</variable>
								</CheckBox>
								<Image id="Image48">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageBelohnung">
					<style>background-color:#FFFFFF</style>
					<pageenter>If [Teams] == 5
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 4
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 3
HideObject &quot;PushButton109&quot; &quot;&quot; 0
HideObject &quot;Headline52&quot; &quot;&quot; 0
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 2
HideObject &quot;PushButton108&quot; &quot;&quot; 0
HideObject &quot;Headline51&quot; &quot;&quot; 0
HideObject &quot;PushButton109&quot; &quot;&quot; 0
HideObject &quot;Headline52&quot; &quot;&quot; 0
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 1
HideObject &quot;PushButton88&quot; &quot;&quot; 0
HideObject &quot;Headline50&quot; &quot;&quot; 0
HideObject &quot;PushButton108&quot; &quot;&quot; 0
HideObject &quot;Headline51&quot; &quot;&quot; 0
HideObject &quot;PushButton109&quot; &quot;&quot; 0
HideObject &quot;Headline52&quot; &quot;&quot; 0
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf</pageenter>
					<Components>
						<Container id="Container65">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<PushButton id="PushButton75">
									<left>520px</left>
									<top>362px</top>
									<width>245px</width>
									<height>93px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   zum Mocktail&lt;/strong&gt;</caption>
									<icon>glyphicon-remove-circle</icon>
									<click>GotoPage &quot;TNeoAppPageCocktail&quot;</click>
								</PushButton>
								<Headline id="Headline67">
									<left>37px</left>
									<top>19px</top>
									<width>559px</width>
									<height>39px</height>
									<style>color:#0058A6;font-size:18pt</style>
									<text>Der Große Preis - Das FASD-Quiz - Siegerehrung&lt;br&gt;</text>
								</Headline>
								<Image id="Image83">
									<left>42px</left>
									<top>67px</top>
									<width>355px</width>
									<height>491px</height>
									<source>urkunde.jpg</source>
								</Image>
								<Rectangle id="Rectangle2">
									<left>102px</left>
									<top>251px</top>
									<width>232px</width>
									<height>238px</height>
									<style>fill:white;stroke-width:1px</style>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Paragraph id="Paragraph64">
									<left>412px</left>
									<top>57px</top>
									<width>154px</width>
									<height>139px</height>
									<style>color:#000000;font-size:8pt;text-align:center</style>
									<visible>False</visible>
									<text>&lt;strong&gt;Glückwunsch!&lt;/strong&gt;&lt;br&gt;&lt;br&gt;Ihr habt alle Fragen im Quiz richtig gelöst.&lt;br&gt;&lt;br&gt;Als Belohnung gibt es ein Rezept für einen alkoholfreien Mocktail&amp;nbsp;oder eine Runde im Spiel &quot;NULL PROMILLE&quot;.</text>
								</Paragraph>
								<Image id="Image86">
									<left>527px</left>
									<top>146px</top>
									<width>240px</width>
									<height>190px</height>
									<source>gelber_sommer.png</source>
								</Image>
								<PushButton id="PushButton194">
									<left>521px</left>
									<top>468px</top>
									<width>245px</width>
									<height>93px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<visible>False</visible>
									<caption>&lt;strong&gt;   zum Spiel&lt;br&gt;NULL PROMILLE&lt;/strong&gt;</caption>
									<icon>glyphicon-remove-circle</icon>
								</PushButton>
								<Paragraph id="Paragraph141">
									<left>132px</left>
									<top>273px</top>
									<width>182px</width>
									<height>196px</height>
									<style>text-align:center</style>
									<text>&lt;strong&gt;Die Sieger diesmal sind:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;[Sieger01]&lt;br&gt;[Sieger02]&lt;br&gt;[Sieger03]&lt;br&gt;[Sieger04]&lt;br&gt;[Sieger05]&lt;br&gt;[Sieger06]</text>
								</Paragraph>
								<Image id="Image61">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPageCocktail">
					<style>background-color:#FFFFFF</style>
					<pageenter>If [Teams] == 5
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 4
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 3
HideObject &quot;PushButton109&quot; &quot;&quot; 0
HideObject &quot;Headline52&quot; &quot;&quot; 0
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 2
HideObject &quot;PushButton108&quot; &quot;&quot; 0
HideObject &quot;Headline51&quot; &quot;&quot; 0
HideObject &quot;PushButton109&quot; &quot;&quot; 0
HideObject &quot;Headline52&quot; &quot;&quot; 0
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf
If [Teams] == 1
HideObject &quot;PushButton88&quot; &quot;&quot; 0
HideObject &quot;Headline50&quot; &quot;&quot; 0
HideObject &quot;PushButton108&quot; &quot;&quot; 0
HideObject &quot;Headline51&quot; &quot;&quot; 0
HideObject &quot;PushButton109&quot; &quot;&quot; 0
HideObject &quot;Headline52&quot; &quot;&quot; 0
HideObject &quot;PushButton110&quot; &quot;&quot; 0
HideObject &quot;Headline53&quot; &quot;&quot; 0
HideObject &quot;PushButton111&quot; &quot;&quot; 0
HideObject &quot;Headline54&quot; &quot;&quot; 0
EndIf</pageenter>
					<Components>
						<Container id="Container69">
							<left>0px</left>
							<top>0px</top>
							<width>798px</width>
							<height>599px</height>
							<style>background-color:#fff;border-width:1px</style>
							<Components>
								<Headline id="Headline151">
									<left>37px</left>
									<top>19px</top>
									<width>677px</width>
									<height>65px</height>
									<style>color:#0058A6;font-size:18pt</style>
									<text>Der Große Preis - Das FASD-Quiz&lt;br&gt;</text>
								</Headline>
								<Rectangle id="Rectangle3">
									<left>111px</left>
									<top>253px</top>
									<width>260px</width>
									<height>236px</height>
									<style>fill:white;stroke-width:1px</style>
									<corner_radius>0</corner_radius>
								</Rectangle>
								<Image id="Image87">
									<left>533px</left>
									<top>125px</top>
									<width>238px</width>
									<height>283px</height>
									<source>titelillu-02.jpg</source>
								</Image>
								<Container id="Container70">
									<left>29px</left>
									<top>75px</top>
									<width>461px</width>
									<height>426px</height>
									<style>color:#FFFFFF;background-color:#FABC02;border-style:solid;border-width:1px</style>
									<Components>
										<Paragraph id="Paragraph69">
											<left>54px</left>
											<top>42px</top>
											<width>214px</width>
											<height>277px</height>
											<style>color:#008000;font-size:9pt;font-weight:bold</style>
											<text>&lt;strong&gt;&lt;u&gt;Virgin Pfirsichgold&lt;/u&gt;&lt;/strong&gt;&lt;br&gt;für 1 Person&lt;br&gt;&lt;br&gt;200 ml Pfirsich-Eistee&lt;br&gt;20 ml frischer Limettensaft&lt;br&gt;1 EL Grenadine-Sirup&lt;br&gt;&lt;br&gt;Einige Eiswürfel in ein Glas geben.&lt;br&gt;Den Eistee, Grenadine und den&lt;br&gt;Limettensaft dazugeben und&lt;br&gt;umrühren.&lt;br&gt;Eventuell mit einer Limetten-&lt;br&gt;scheibe am Glasrand verzieren.&lt;br&gt;&lt;br&gt;Zum Wohl&lt;br&gt;&lt;br&gt;&lt;br&gt;</text>
										</Paragraph>
										<Image id="Image88">
											<left>182px</left>
											<top>7px</top>
											<width>259px</width>
											<height>387px</height>
											<source>Mocktail_glas.png</source>
										</Image>
									</Components>
								</Container>
								<PushButton id="PushButton180">
									<left>564px</left>
									<top>452px</top>
									<width>201px</width>
									<height>87px</height>
									<style>color:#FFFFFF;font-size:16pt;background-color:#0058A6</style>
									<visible>False</visible>
									<caption>&lt;strong&gt;   ENDE&lt;/strong&gt;</caption>
									<icon>glyphicon-remove-circle</icon>
									<click>OpenURL &quot;https://www.fasd-netz.de&quot;
exit &quot;&quot;</click>
								</PushButton>
								<PushButton id="PushButton186">
									<left>582px</left>
									<top>463px</top>
									<width>161px</width>
									<height>69px</height>
									<style>color:#FFFFFF;background-color:#0058A6</style>
									<caption>&lt;strong&gt;   ENDE&lt;/strong&gt;</caption>
									<icon>glyphicon-remove-circle</icon>
									<click>neoParticles &quot;Container70&quot; &quot;Snow&quot; &quot;#FF00FF&quot;
ShowObject &quot;Image67&quot; &quot;&quot; 0
ShowObject &quot;PushButton180&quot; &quot;&quot; 0
HideObject &quot;PushButton186&quot; &quot;&quot; 0</click>
								</PushButton>
								<Image id="Image90">
									<left>236px</left>
									<top>506px</top>
									<width>71px</width>
									<height>69px</height>
									<visible>False</visible>
									<source>super.jpg</source>
								</Image>
								<Image id="Image84">
									<left>536px</left>
									<top>4px</top>
									<width>259px</width>
									<height>73px</height>
									<source>wsdz-logo.jpg</source>
								</Image>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppChatGPT">
					<pageenter>SetVar [cliptext] &quot;einfügen&quot;

if [gptjoker] == 1
   HideObject &quot;PushButton196&quot; &quot;&quot; 0
   ShowObject &quot;PushButton195&quot; &quot;&quot; 0
endif

ShowObject &quot;Image169&quot; &quot;&quot; 0
ShowObject &quot;Paragraph140&quot; &quot;&quot; 0
..ShowObject &quot;Paragraph141&quot; &quot;&quot; 0
ShowObject &quot;TextAreaPrompt&quot; &quot;&quot; 0

setvar [gptjoker] 0
..FitAppToScreen false &quot;top&quot; &quot;center&quot;
..OnWindowResize &quot;fitApp&quot;
CreateEmptyArray [chat]
SetVar [conversation] &quot;&quot;
SetVar [prompt1] &quot;&quot;
.include here your API Key
neoGptSetApiKey &quot;sk-proj-bvjQ8CpHiOdW8gIfWTkdT3BlbkFJ0ICjwAxRx4POltw6ZsUG&quot;
neoGptSetModel &quot;gpt-3.5-turbo-16k&quot;</pageenter>
					<Components>
						<Image id="Image100">
							<left>661px</left>
							<top>383px</top>
							<width>135px</width>
							<height>121px</height>
							<source>titelillu-01.jpg</source>
						</Image>
						<Image id="Image99">
							<left>-15px</left>
							<top>496px</top>
							<width>125px</width>
							<height>107px</height>
							<style>color:#FFFFFF</style>
							<source>titelillu-02.jpg</source>
						</Image>
						<PushButton id="PushButton196">
							<left>111px</left>
							<top>387px</top>
							<width>541px</width>
							<height>103px</height>
							<style>font-size:14pt;background-color:#008D00</style>
							<caption>zurück</caption>
							<kind>warning</kind>
							<click>GotoPage &quot;[JumpPage]&quot;</click>
						</PushButton>
						<Container id="Container75">
							<left>110px</left>
							<top>1px</top>
							<width>538px</width>
							<height>60px</height>
							<style>color:#fff;font-size:16pt;text-align:center;background-color:#0058A6;padding-top:15px</style>
							<html>ChatGPT-Joker</html>
						</Container>
						<Container id="Container76">
							<left>110px</left>
							<top>547px</top>
							<width>422px</width>
							<height>55px</height>
							<style>color:#fff;font-size:10pt;text-align:center;background-color:#0058A6;padding-top:7px</style>
							<html>Erstellt 2024 mit  &lt;a style=&quot;color:#fff&quot; href=&quot;https://visualneo.com&quot; target=&quot;_blank&quot;&gt;VisualNEO Web&lt;/a&gt;</html>
							<Components>
								<Paragraph id="Paragraph76">
									<left>109px</left>
									<top>29px</top>
									<width>203px</width>
									<height>20px</height>
									<text>basierend auf GPT-3.5-turbo-16k</text>
								</Paragraph>
							</Components>
						</Container>
						<PushButton id="PushButton195">
							<left>113px</left>
							<top>387px</top>
							<width>538px</width>
							<height>103px</height>
							<style>font-size:14pt;background-color:#008D00</style>
							<caption>Lass die KI antworten</caption>
							<kind>warning</kind>
							<click>Setvar [chatgpt] &quot;done&quot;


If [prompt1] == &quot;&quot;
SetVar [conversation] &quot;[conversation]User:\n[prompt]\n\n&quot;

.scrolls TextArea to the bottom
BeginJS
  $(&apos;#TextAreaConversation&apos;).animate({ scrollTop: 1000000 }, &apos;slow&apos;);
EndJS
neoGptChat &quot;[prompt]&quot; [answer] [chat] &quot;addAnswer&quot;
SetVar [prompt] &quot;&quot;
FocusObject &quot;TextAreaPrompt&quot;
HideObject &quot;PushButton195&quot; &quot;&quot; 0
ShowObject &quot;PushButton196&quot; &quot;&quot; 0

else

SetVar [conversation] &quot;[conversation]User:\n[prompt1]\n\n&quot;

.scrolls TextArea to the bottom
BeginJS
  $(&apos;#TextAreaConversation&apos;).animate({ scrollTop: 1000000 }, &apos;slow&apos;);
EndJS
neoGptChat &quot;[prompt1]&quot; [answer] [chat] &quot;addAnswer&quot;
SetVar [prompt1] &quot;&quot;
FocusObject &quot;ClipboardAreaPrompt&quot;
HideObject &quot;PushButton195&quot; &quot;&quot; 0
ShowObject &quot;PushButton196&quot; &quot;&quot; 0

endif

HideObject &quot;Paragraph140&quot; &quot;&quot; 0
HideObject &quot;Image169&quot; &quot;&quot; 0
HideObject &quot;ClipboardAreaPrompt&quot; &quot;&quot; 0</click>
						</PushButton>
						<Image id="Image103">
							<left>44px</left>
							<top>1px</top>
							<width>64px</width>
							<height>58px</height>
							<source>Joker_links (neue Groesse).jpg</source>
						</Image>
						<Image id="Image104">
							<left>646px</left>
							<top>1px</top>
							<width>60px</width>
							<height>57px</height>
							<source>Joker_rechts (neue Groesse).jpg</source>
						</Image>
						<Image id="Image169">
							<left>733px</left>
							<top>308px</top>
							<width>54px</width>
							<height>53px</height>
							<source>zwischenablage.jpg</source>
							<click>ClipboardToVar [prompt1]

SetVar [cliptext] &quot;wird eingefügt&quot;
HideObject &quot;TextAreaPrompt&quot; &quot;&quot; 0
SetVar [cliptext] &quot;Frage eingefügt&quot;</click>
						</Image>
						<Paragraph id="Paragraph140">
							<left>722px</left>
							<top>362px</top>
							<width>77px</width>
							<height>14px</height>
							<style>text-align:center</style>
							<text>&lt;strong&gt;&lt;sup&gt;[cliptext]&lt;/sup&gt;&lt;/strong&gt;</text>
						</Paragraph>
						<TextArea id="TextAreaConversation">
							<left>5px</left>
							<top>63px</top>
							<width>788px</width>
							<height>219px</height>
							<style>cursor:text</style>
							<enabled>False</enabled>
							<variable>[conversation]</variable>
						</TextArea>
						<TextArea id="Clipboardareaprompt">
							<left>7px</left>
							<top>289px</top>
							<width>715px</width>
							<height>93px</height>
							<variable>[prompt1]</variable>
							<place_holder>Zwischenablage:</place_holder>
						</TextArea>
						<TextArea id="TextAreaPrompt">
							<left>7px</left>
							<top>288px</top>
							<width>715px</width>
							<height>93px</height>
							<variable>[prompt]</variable>
							<place_holder>Stelle Deine Frage...</place_holder>
						</TextArea>
						<Image id="Image98">
							<left>541px</left>
							<top>523px</top>
							<width>259px</width>
							<height>73px</height>
							<source>wsdz-logo.jpg</source>
						</Image>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage">
					<Components>
						<Image id="Image19">
							<left>1044px</left>
							<top>5px</top>
							<width>214px</width>
							<height>91px</height>
							<source>FASD-Netzwerk-Logo.png</source>
						</Image>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
