What does it mean if multiple entities are assigned, e.g. two teachers to one subject in one activity? Are they OR-ed or AND-ed?
In my case, I need several teachers at one activity for one class (at the swimming pool, for example).
Sometimes there is another need: either of two teachers can be assigned to one activity.
How to do that?
Two teachers to one activity -> both will have this activity, at the same time (AND).
About you need to make OR: you cannot do that directly in FET. Either select one by yourself, or maybe use some tricks. For instance, some users considered a FET room = a real teacher, and assigned activities to FET rooms (real teachers).
Quote
About you need to make OR: you cannot do that directly in FET. Either select one by yourself, or maybe use some tricks. For instance, some users considered a FET room = a real teacher, and assigned activities to FET rooms (real teachers).
Tricky but feasible, I guess. Thanks.