Hi Everyone,
I have a db that is used to log/track work that has been tasked out to my department and I am trying to build a scoresheet into the db so that a user can grade the accuracy of a completed task. Now for each item the agent is being graded on, there are three options (Yes, No, N/A) and the grading will be simple ([total # of Yes's]/[total possible]).
My first question is would it be better to setup checkboxes for the three options or would it be better to setup a number field for each option and let the user input "1" in the field they want to select?
And my second question is what would be the best approach to gathering the numbers that I need to calculate the grade? All I can come up with is counting each individual field by writing out in code every field that I need to check and doing some simple math, but I figured that there must be a better way.
Any assistance that you guys can provide on this would be greatly appreciated.
Thanks,
Travis
I have a db that is used to log/track work that has been tasked out to my department and I am trying to build a scoresheet into the db so that a user can grade the accuracy of a completed task. Now for each item the agent is being graded on, there are three options (Yes, No, N/A) and the grading will be simple ([total # of Yes's]/[total possible]).
My first question is would it be better to setup checkboxes for the three options or would it be better to setup a number field for each option and let the user input "1" in the field they want to select?
And my second question is what would be the best approach to gathering the numbers that I need to calculate the grade? All I can come up with is counting each individual field by writing out in code every field that I need to check and doing some simple math, but I figured that there must be a better way.
Any assistance that you guys can provide on this would be greatly appreciated.
Thanks,
Travis