How to make Math Formula in Kodular Bloks for 3 Conditions..?

Can you help me how to make Math Formula in Kodular Blocks for this case…?

USER TEST
A 10
B 20
C 30
D 40
E 50
F 60
G 70
H 80
I 90
FORMULA … ???
10 - 50 FAIL
60 - 70 REMEDIAL
80 - 100 PASS

use if or else condition you can be find in the blocks

1 Like

Use this condition:-

---------If -------
---------------then-----
-------------------------else if--------
----------------------------------then----
--------------------------------------else--------

This is incorrect. Threre is no then option in the blocks. (the closing else is optional)

It is

If
then
else-if
else-if
else-if
else

Repeat the else-if as much as needed.

1 Like

I just give him hint…

Well lets be accurate. No point in giving a hint that does not work with blocks. It confuses people.

Glad you are trying to help.

Yes are you right

actually I understand to use this blocks but I mean i don’t know how to make blocks for Math Formula like
60 < x > 70 become REMEDIAL Text to Label in my apps

note : x = test result score of user

Explore the math section of the blocks

I found it and work on my app. Tks
liniear

1 Like