xowf::test_item::Renaming_form_loader method name_to_question_obj_dict (public)

 <instance of xowf::test_item::Renaming_form_loader[i]> name_to_question_obj_dict \
    question_objs

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

Produce a dict for attribute name to question_obj

Parameters:
question_objs (required)

Testcases:
No testcase defined.
Source code:
set nameToQuestionObjDict {}
foreach o $question_objs {
  dict set nameToQuestionObjDict [:form_name_based_attribute_stem [$o name]] $o
}
return $nameToQuestionObjDict
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: