Using Variables to Control Branching
I would like to use a variable to control branching. Upon entering the project, I would like for the user to select one of five types which describes the type of employee -- (licensed provider, clerical, housekeeping, etc). I would like to assign this choice to a variable. Then as the project contines, at certain points, I would like to recall that variable and based on the content of the variable have the user sent along specific branches. This would allow users to see only the training on a subject that pertains to their job. Any ideas/comments/suggestions?