Copy link to clipboard
Copied
Hi all,
I have tried to do my research on this one as I've seen that there are a lot of posts about this issue, but either they don't apply to my situation or I'm just failing to understand.
My project:
What I've got so far:
I am just starting out with the project, to try and test the limits of Captivate and see what I can and can't achieve. So I've made a 'try me' slide with:
Additional feature that I require:
Help??
Thanks!
E
All quizzing system variables are read only. If each TEB has to be validated, it can be done the way I described in that particular blog post, with one submit button. But you'd have to accept that they click the TEB's in a certain sequence, not with three possible work flows.
Copy link to clipboard
Copied
I have an old article describing a use case like that. Can you search on my
blog: http://blog.lilybiri.com Sorry not to give you a direct link, I am
travelling.
Copy link to clipboard
Copied
Hi Lilybiri,
Yes I have gone through quite a lot of your advice! It's been very useful but either I haven't found an entry addressing my specific issue, or I don't really understand.
My problem is:
I want learners to complete the fake form in the same way that they would the real one (as much as possible). So I'd like them to be able to navigate through the TEBs however they like - tabbing, pressing Enter or clicking from one to the next. This means that I either need to:
- set each TEB to validate when focus is lost, so that cpQuizInfoQuizPassPoints is updated each time,
- set my one 'submit' button (that is currently used to check the TEB variables in order to display the appropriate feedback images) to validate the answers and update cpQuizInfoQuizPassPoints.
Thanks,
E
Copy link to clipboard
Copied
I am travelling, no access to Captivate. Just want to warn you about the
system variable you mention: it is fixed, the required amount of points
topass.
Copy link to clipboard
Copied
Sorry I meant the variable that tells the quiz how many points the learner has earned. Maybe cpQuizInfoTotalQuizPoints? I'm guessing the same is true though, that it can't be changed?
Edit: having re-tested it, even using the shortcut for each TEB doesn't get the Quiz to count correctly; it gives 1 as the score. Is this because you can't have the same shortcut for multiple interactions on a page, so it's only counting the last one? Surely that would mean that in order to have your TEBs count towards the quiz total you have to have individual submit buttons?
Copy link to clipboard
Copied
cpQuizInfoTotalQuizPoints just returns the total number of points that could possibly be scored by the learner if they happened to get every question correct. It's also READ ONLY.
Yes your TEBs would need to be validated individually and set to have a score. That would normally mean a submit button on each one.
Copy link to clipboard
Copied
All quizzing system variables are read only. If each TEB has to be validated, it can be done the way I described in that particular blog post, with one submit button. But you'd have to accept that they click the TEB's in a certain sequence, not with three possible work flows.
Copy link to clipboard
Copied
Thanks guys, that's been really helpful even though I can't achieve what I want. I think I'll be going for the more realistic input and sacrificing the reporting, but it all depends on the client!