Can someone help me with the formula for the calculated line to get the performance of Evaluation-Type. I require it for pre-test and post-test only. In the end, I want a result which is calculates Post-Test -Pre-Test for all students on basis of performance
Hi, you can use the filter for Post-Test and Pre-Test if you want to skip the Practice and Task Score.
regards,
Naveed Ali
1 Like
But it is not working as a calculated field solution. If you can help with a formula so that I get an average performance improvement at the aggregate level
Could you do avgIfs?
avgIf({performance},evaluation_type='Pre-Test')
Then do it for Post-Test as well?
2 Likes