tce_show_all_questions.php
Tags
Table of Contents
Functions
- F_show_select_questions() : false
- Display a list of selected questions.
Functions
F_show_select_questions()
Display a list of selected questions.
F_show_select_questions( $wherequery,
$subject_module_id,
$subject_id,
$order_field,
$orderdir,
$firstrow,
$rowsperpage[,
$hide_answers
= false
]) : false
Parameters
- $wherequery :
-
(string) question selection query
- $subject_module_id :
-
(string) module ID
- $subject_id :
-
(string) topic ID
- $order_field :
-
(string) order by column name
- $orderdir :
-
(int) oreder direction
- $firstrow :
-
(int) number of first row to display
- $rowsperpage :
-
(int) number of rows per page
- $hide_answers : = false
-
(boolean) if true hide answers
Tags
Return values
false —in case of empty database, true otherwise