Procedural File: tce_show_all_questions.php
Source Location: /admin/code/tce_show_all_questions.php
Page Details:
Display all questions grouped by topic.
Tags:
Includes:
F_show_select_questions [line 380]
false F_show_select_questions(
string $wherequery, string $subject_module_id, string $subject_id, string $order_field, int $orderdir, int $firstrow, int $rowsperpage, [boolean $hide_answers = false])
|
|
Display a list of selected questions.
Tags:
Parameters
string |
$wherequery |
question selection query |
string |
$subject_module_id |
module ID |
string |
$subject_id |
topic ID |
string |
$order_field |
order by column name |
int |
$orderdir |
oreder direction |
int |
$firstrow |
number of first row to display |
int |
$rowsperpage |
number of rows per page |
boolean |
$hide_answers |
if true hide answers |
|
|