Multiple TEB with multiple right answers
...
Hello Captivaters !...
I just faced a problem... In one of my project, I have a slide with let's say 2 TEB (TEB1 and TEB2) and only one button to validate both of the answers. But there are 2 possible right answers for each of them (let's say A and B for TEB1 and C and D for TEB2)...
So I try to validate the user entry using a conditional action :
If TEB1 = A AND
If TEB1 = B OR
If TEB2 = C AND
If TEB2 = D OR
=> Then it's correct...
But it doesn't work as expected... even if I try to custom the validation (using OR or AND)...
So I create a variable "v_score" and make 2 conditional actions :
1./ If TEB1 = A OR
If TEB1 = B OR
=> increment v_score by 1
2./ If TEB2= C OR
If TEB2 = D OR
=> increment v_score by 1
And I create a final conditional action :
If v_score = 2
=> Then it's correct !...
But I'm wondering if there is a simpler way to do that ???...
(I will try tomorrow - if I find the time - to explain this clearer with an example in the elearning community...)
😉
...
