firstly, thank you for the reply and your time.
while trying to overcome the issue with assessment value in decimal places, that was why I used the if condition stated below:
{if(aop1_SQ1.value==10,'10',if(aop1_SQ1.value==7,'7.5',if(aop1_SQ1.value==5,'5',if(aop1_SQ1.value==2,'2.5',if(aop1_SQ1.value==0,'0',if(aop1_SQ1.value==-1,'""','""'))))))} for all the question that has decimal values.
second if condition was used for total score grade
{if(aop1_SQ001.value =="-1",'""', '20')}
the total sum for participant
{sum(totalEFBH.value,totalAM.value,totalAT.value)} /* score1 */
the overall total score for the denominator
{sum(maxscoreEFBH.value,maxscoreAM.value,maxscoreAT.value)} /* totalgradescore */
score1/totalgradescore
Thank you in advance!
The topic has been locked.