Forum Discussion
DeirdreBradl892
3 years agoCommunity Member
Where can I find when within my course a custom variable is set?
Hi, everyone. I know that I can click on the Manage Variables function, but that only shows me when a variable is USED and I need to know where it is SET. Is there a way to do this?
I have a place...
WaltHamilton
3 years agoSuper Hero
Deirdre,
The Use Count will tell you where a variable is used, but if you look at the next line of text under that, it will give you the text of the trigger. Every place a T/F variable is changed, the text will begin with " Set [varname] to ...", or "Toggle [varName]."
Two suggestions:
Look not just for sets, but from the sound of things, the culprit might be a toggle.
I would probably use just one variable, a text variable. You can set it to things like "Role 1", "Role 2", etc. Then your conditions would be "if [roleVar] = "Role 1", and so on. Fewer variables make the project smaller and easier to track.