tce_show_all_questions.php

tce_show_all_questions.php source file reference

Package: com\tecnick\tcexam\admin

Tags

  • file: Display all questions grouped by topic.
  • author: Nicola Asuni
  • since: 2005-07-06

Functions

F_show_select_questions()

File: tce_show_all_questions.php line 480

F_show_select_questions(mixed $wherequery, mixed $subject_module_id, mixed $subject_id, mixed $order_field, mixed $orderdir, mixed $firstrow, mixed $rowsperpage[, mixed $hide_answers = false ]) : false

Parameters

  • $wherequery : mixed: (string) question selection query
  • $subject_module_id : mixed: (string) module ID
  • $subject_id : mixed: (string) topic ID
  • $order_field : mixed: (string) order by column name
  • $orderdir : mixed: (int) oreder direction
  • $firstrow : mixed: (int) number of first row to display
  • $rowsperpage : mixed: (int) number of rows per page
  • $hide_answers : mixed = false: (boolean) if true hide answers

Tags

  • author: Nicola Asuni
  • since: 2005-07-06

Return values

false —

in case of empty database, true otherwise