xowf::test_item::Question_manager method current_question_title (public)
<instance of xowf::test_item::Question_manager> current_question_title \ [ -with_numbers ] obj
Defined in packages/xowf/tcl/test-item-procs.tcl
In case, with_numbers is provided, return a internationalized title for the question, such as "Question 1".
- Switches:
- -with_numbers (optional, defaults to
"false"
)- Parameters:
- obj (required, object)
- Testcases:
- No testcase defined.
Source code: if {$with_numbers} { return "#xowf.question# [:current_question_number $obj]" }XQL Not present: Generic, PostgreSQL, Oracle