Multiple choice technology web technology

what can we place in a model (choose 4)

  1. Property reference

  2. Literal

  3. Function

  4. Boolean expression

  5. Activity call

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

Models can contain property references (page.property), literals (constant values), functions (built-in functions), and boolean expressions (conditions). Activity calls are not allowed in models - models define data transformation, not execution flow.