Radio button averaging
Hey Folks!
I'm a teacher that has recently been thrust into making forms to make the remote part of my job easier. Here is my dilemma:
I have 8 sets of radio buttons that have a value of 1-5, I need to add up each set and average them and display the results to a read-only text field After the document is digitally signed. (its a student evaluation form).
Each line result doesnt need to be visible, just the result.
I have a passing knowledge of javascript so i know i would have to have the signature box perform a script when signed so i guess this would have to be put in there? Plus, if i wanted to make every box readOnly when it is signed, is it easier to do it in the signature commands or ina script?
Thanks for your help!