Hi @Anonymous,
You could initialize an integer variable named Score, then create multiple conditions to increase the Score by using the Increment variable action if the answer is correct, here I have 4 questions, so it has 4 conditions.


Then use the expression to divide the Score and Total score, then convert it into a percentage, my total score is 100, for example:
concat(string(mul(div(float(variables('Score')),float(100)),100)),'%')
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.