Multiple choice technology web technology Where we can use when condition in an activity? (Choose 2) a. Precondition b. Transition c. Step Method d. Parameter e. Loop Reveal answer Fill a bubble to check yourself A,B Correct answer Explanation When conditions can be used in Preconditions (to control whether an activity executes) and Transitions (to control flow between steps). They are NOT used directly in step methods, parameters, or loop conditions - those use different expressions.