xowf::test_item::Question_manager method current_question_title (public)

 <instance of xowf::test_item::Question_manager[i]> 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
(defaults to "false") (optional)
Parameters:
obj

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

Testcases:
No testcase defined.
Source code:
if {$with_numbers} {
  return "#xowf.question# [:current_question_number $obj]"
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: