xowf::test_item::Question_manager method minutes_string (public)
<instance of xowf::test_item::Question_manager> minutes_string \ form_obj
Defined in packages/xowf/tcl/test-item-procs.tcl
Get an attribute of the original question
- Parameters:
- form_obj (required, object)
- Testcases:
- No testcase defined.
Source code: set minutes [:question_property $form_obj minutes] if {$minutes ne ""} { set pretty_label [expr {$minutes eq "1" ? [_ xowf.Minute] : [_ xowf.Minutes]}] set minutes "($minutes $pretty_label)" }XQL Not present: Generic, PostgreSQL, Oracle