xowf::test_item::Answer_manager method get_label_from_options (protected)

 <instance of xowf::test_item::Answer_manager[i]> get_label_from_options \
    value options

Defined in packages/xowf/tcl/test-item-procs.tcl

Parameters:
value
options

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
foreach option $options {
  if {[lindex $option 1] eq $value} {
    return [lindex $option 0]
  }
}
return ""
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: