Hello, I need to use InputMultiList to give the user selections, and each selection is given a score. Example
InputMultiList gives 3 checkboxes, the first on is worth 2points, the second is worth 1 point, and the third is worth 4 points. After the user makes the selection, I need to add up all of the points. Not sure how to accomplish this, any advice?
InputMultiList gives 3 checkboxes, the first on is worth 2points, the second is worth 1 point, and the third is worth 4 points. After the user makes the selection, I need to add up all of the points. Not sure how to accomplish this, any advice?