Unable to create score in form builder

Hi Kal_Lam,
I am unable to get form builder build scores.
my form -

could you please guide.
Thanks,
Jaya

Hi @jayar,

Can you try to remove the apostrophes (' ') around 5 and 0 in your if statements and try again?

1 Like

@jayar, I also observed a probable issue. It’s with if(${aa}=a1,'5','0'). Maybe you are trying to refer to a variable name with a1. In this case you will need to use ${a1} instead of simply using it as a1.