I am trying create a script that adds to a total field for both correct and incorrect responses based on the color of the text. For instance the incorrect reponse turns RED the correct response is BLACK. I will like to have a running total of both response.
EXAMPLE
Header 1 | Header 2 | Header 3 | Header 4 |
---|---|---|---|
Q 1 A | Q 2 C | Q 3 A | Q 4 A |
Q 5 B | Q 6 A | Q 7 D | Q 8 D |
Q 9 C | Q 10 B | Q 11 C | Q 12 D |
Q 13 A | Q 14 D | # WRONG 3 | # CORRECT 11 |