<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Apple iPhone 6</DesignDeviceName>
	<Variables>[%1],[Answer],[r1],[r2],[r3],[r4],[r5],[result],[seed]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>375</PageWidth>
	<PageHeight>667</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\SmartAbacus\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<ThemeColor>#000000</ThemeColor>
	<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>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="FL_random">
					<Code>If [var1] &gt; 99
RandomEx 11 99 [result]
else
RandomEx 11 [var1] [result]
endif</Code>
					<Params>[var1]|INTEGER|Variable 1;[var2]|INTEGER|Variable 2</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Headline id="Headline1">
							<left>39px</left>
							<top>47px</top>
							<width>304px</width>
							<height>75px</height>
							<text>Addition calculation (2x5)</text>
						</Headline>
						<Line id="Line1">
							<left>65px</left>
							<top>403px</top>
							<width>286px</width>
							<height>3px</height>
							<style>stroke:black;stroke-width:1px</style>
							<x1>66</x1>
							<y1>405</y1>
							<x2>350</x2>
							<y2>404</y2>
						</Line>
						<PushButton id="PushButton1">
							<left>68px</left>
							<top>151px</top>
							<width>106px</width>
							<height>43px</height>
							<caption>Submit</caption>
							<click>SetVar [r1] &quot;&quot;
SetVar [r2] &quot;&quot;
SetVar [r3] &quot;&quot;
SetVar [r4] &quot;&quot;
SetVar [r5] &quot;&quot;

Random &quot;99&quot; &quot;[r1]&quot;

Random 100 [seed]
If [seed] &gt; 50
   Random 99 [r2]
Else
   FL_random [r1] [result]
   SetVar [r2] 0-[result]
EndIf

Random 100 [seed]
If [seed] &gt; 50
   Random 99 [r3]
Else
   FL_random [r1]+[r2] [result]
   SetVar [r3] 0-[result]
EndIf

Random 100 [seed]
If [seed] &gt; 50
   Random 99 [r4]
Else
   FL_random [r1]+[r2]+[r3] [result]
   SetVar [r4] 0-[result]
EndIf

Random 100 [seed]
If [seed] &gt; 50
   Random 99 [r5]
Else
   FL_random [r1]+[r2]+[r3]+[r4] [result]
   SetVar [r5] 0-[result]
EndIf

SetVar &quot;[Answer]&quot; &quot;&quot;</click>
						</PushButton>
						<PushButton id="PushButton2">
							<left>67px</left>
							<top>425px</top>
							<width>106px</width>
							<height>43px</height>
							<caption>Answer</caption>
							<click>SetVar [Answer] [r1]+[r2]+[r3]+[r4]+[r5]</click>
						</PushButton>
						<Container id="Container1">
							<left>211px</left>
							<top>153px</top>
							<width>89px</width>
							<height>38px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>[r1]</html>
						</Container>
						<Container id="Container3">
							<left>212px</left>
							<top>203px</top>
							<width>89px</width>
							<height>38px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>[r2]</html>
						</Container>
						<Container id="Container6">
							<left>213px</left>
							<top>252px</top>
							<width>89px</width>
							<height>38px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>[r3]</html>
						</Container>
						<Container id="Container13">
							<left>213px</left>
							<top>299px</top>
							<width>89px</width>
							<height>38px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>[r4]</html>
						</Container>
						<Container id="Container17">
							<left>213px</left>
							<top>353px</top>
							<width>89px</width>
							<height>38px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>[r5]</html>
						</Container>
						<Container id="Container33">
							<left>214px</left>
							<top>426px</top>
							<width>89px</width>
							<height>38px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>[Answer]</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>375px</width>
							<height>667px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
