R
R
I have a report that prints a test stored in the database. My underlying
table has a column for each:
question_text
possible_answer_1
possible_answer_2
possible_answer_3
possible_answer_4
correct_answer
"correct_answer" is a number between 1 and 4, indicating which possible
answer is the correct one.
My report lists the question, the the four possible answers below. I would
like to check the value of "correct_answer", and then make the correct
answer bold (while the others are all normal weight) in my report. Is this
possible? If yes, how?!
For example:
Question: The sky is _____.
1. purple
2. green
3. blue <-- this field would appear bold because it is correct
4. yellow
(value of "correct_answer" in this case is 3)
Thanks in advance for any help.
table has a column for each:
question_text
possible_answer_1
possible_answer_2
possible_answer_3
possible_answer_4
correct_answer
"correct_answer" is a number between 1 and 4, indicating which possible
answer is the correct one.
My report lists the question, the the four possible answers below. I would
like to check the value of "correct_answer", and then make the correct
answer bold (while the others are all normal weight) in my report. Is this
possible? If yes, how?!
For example:
Question: The sky is _____.
1. purple
2. green
3. blue <-- this field would appear bold because it is correct
4. yellow
(value of "correct_answer" in this case is 3)
Thanks in advance for any help.