This is kind of a weird request, but is there any way to look at the value of something (specifically a Scoring score) and set a separate embedded data field that only uses the last two digits of the score?
So if a score was 218, for example, the regular Score field would still show 218, but in a new embedded data field (let’s say shortscore) it would save 18 instead of 218?
For my attention checks they get 1 point for a correct answer and 100 points for an incorrect answer, which makes it easy to se both how many questions they got right (since there’s never more than 25 questions total) and how many they attempted overall. So the score gets saved as 218 if they answered 18 right and got 2 wrong. But I’m trying to also generate a percentage correct that can beshown to them at the end of the survey, so I want to create a separate field for just the last two digits. Is this possible?
Thanks!