Adobe Captivate Advanced Actions - Multiple Choice Scenario
Hello!
I'm attempting to use conditional advanced actions to create my own multiple choice question in Captivate. Let's say I have a question with four possible answers. All of these answers will be assigned different point values ranging 1-4. However, I want my learner to only be able to select one answer. You cannot use the multiple choice question slide, because to have partial scores, you must select the multiple answers option. So I'm building it from scratch...I also want the condition to be true that if Learner Joe selects answer A, that he could change his mind and select answer B. Essentially I want the statement to be true that "If A is selected, B is not" I'd want this to be true for C and D as well. Here's my outline below.
A= 2 point; B=3 points; C=4 points; D=5 points
Example of Conditions for A: If A is selected, the LearnerScore = 2; If A is selected, B is not selected; If A is selected, C is not selected; if A is selected, D is not selected.
Variables:
V_num_score (the value of the learner's score starting at 0)
SelectedAnswer_A (variable to show if A has been selected. If the variable = 1, then the answer has been selected, if the variable is = 0 then it is not selected)
So, I've worked out to do a standard advanced action to assign the points to my score variable, but I cannot figure out how to make it conditional that if I've selected answer A then the rest will be deselected thus nulling any points they could account for. And I don't know how to correlate my SelectedAnswer_A variable with the button to choose a in the first place.
I hope this is clear, any help is appreciated!
