Construction Steps
Step1-Background Color
Change background color as blue.
Step2-Background Image
- Download to your computer an image of sky.
Step3- Table of Information
- Click on
and write
- Add second text and write
Step4
- Add Texts
. And write;
Days, Water Vapor, Weather
Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, SundayStep5-Input Variables
- Construct table
and design a table which contains texts that we constructed in previous step.
- Input different variables for water vapor column
ı= RandomBetween(0,5) for numerator of the ratios and i= RandomBetween(5,10) for denominator of the ratios.Step6
- Create texts for Water Vapor column
and go settings. On settings part, click on text button.
Write codes \frac{ı}{i} to the space for every text. To write ı and i, click on the button of geogebra symbol and choose different variables.
- Create a button to change numerator and denumerator of the ratios.
button and name as "Next Week".
- Click right on the button, go settings.
ı= RandomBetween(0,5) and i=RandomBetween(5,10) for each variable.
azö=0
azöö=0Step7
- Create polygons in weather columns.
and create 4-vertice polygons fitting in the each box of weather columns.
Click right on the polygons and go settings. Click on basic button and click on show object.
- Download pictures of snow flake, raindrop and smiling sun on your computer.
Step8
- Download pictures of sunny cloud, rainy cloud, snowy cloud and lightning on the top of the screen.
- Click on input bar and write ha= IsInRegion(R_2,d1), hb=IsInRegion(P_2,d1), hc=IsInRegion(N_2,d1) for each polygon.
Step9
- Write input bar
f=round((ı)/(i))for each variable. - Click right on images lastly uploaded and go settings/advanced.
- Write
ht ≠ 0 ∧ 0.6 ≤ ggc ≤ 1under "Condition To Show Object". - Write input bar azö as variable.
Add 3
name as "Next Week", "Try Again", "Calculate Your Score". - Click right on "Try Again" and write its set condition to Show part
0<azö<5. - Click right on "Next Week" and write its set condition to Show part
azö>5. - Click right on "Calculate Your Score" button, go scripting and
- write
If(ha ≠ 0 ∧ 0.35 < f < 0.6 ∨ hd ≠ 0 ∧ 0.35 < gg < 0.6 ∨ hn ≠ 0 ∧ 0.35 < ggb < 0.6 ∨ hr ≠ 0 ∧ 0.35 < ggc < 0.6 ∨ hz ≠ 0 ∧ 0.35 < gge < 0.6 ∨ hu ≠ 0 ∧ 0.35 < ggd < 0.6 ∨ hk ≠ 0 ∧ 0.35 < gga < 0.6,SetValue(azö,azö+1)) - Add
for active score.
azö.