Multiple choice technology testing

To capture the all the dynamic data with the same boundary values in the same response , we may use the attribute _________________ in web_reg_save_param function.

  1. "ORD=EACH"

  2. "ORD=ALL"

  3. "ORD=EVERY"

  4. "ORD=WHOLE"

  5. "ORD=TOTAL"

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The ORD=ALL attribute in web_reg_save_param captures all occurrences of a parameter that match the specified boundaries within a response, saving them into an array. ORD=EACH would capture different instances, ORD=ALL is correct for multiple matches with same boundary.