Page 1 of 1
How to save a score for a final score
Posted: Mon Nov 24, 2014 7:28 pm
by Peacfulrvr
I have searched and can't find a simple way to save the score from one card and put it into a final score on the last card. It must be something simple but I can't figure it out.
Re: How to save a score for a final score
Posted: Mon Nov 24, 2014 8:14 pm
by dunbarx
Hi.
So many ways to do this. Can you write a handler that saves to a particular field on that last card, summing values as you go? Or perhaps in a custom property, same methodology? Both survive sessions.
But is your question how to write such a handler? Some questions to consider:
-- When are the intermediate values terminated? When the user leaves the field? Leaves the card?
-- When is the user actually completely finished, and needs to see the results? After the last intermediate card?
Does this,in general, help?
Code: Select all
add field "currentField" to field "totalField" of last card
Craig Newman
Re: How to save a score for a final score (solved)
Posted: Mon Nov 24, 2014 10:27 pm
by Peacfulrvr
Thank you for the help... that worked