IF CONDITION
Animation: click START button or END button
Scenario: if score >=80 print PASS


PASS
70
80
90
score>=80
Animation: click START button or END button
Scenario: if score >=80 print PASS
70
80
90
score>=80
Animation: click START button or END button
Scenario: if score >=80 print PASS, else print FAIL
70
80
90
score>=80
Animation: click START button or END button
Scenario: if score >=90 print PASS, else if score >=80 print POOR, else print FAIL
70
80
90
score>=90