Procedural File: tce_show_allresults_users.php
Source Location: /admin/code/tce_show_allresults_users.php
Page Details:
Display all test results for the selected users.
Tags:
Includes:
F_allresults_user_table_header_element [line 501]
table F_allresults_user_table_header_element(
string $user_id, string $order_field, string $orderdir, string $title, string $name, [string $current_order_field = ""])
|
|
Display table header element with order link.
Tags:
Parameters
string |
$user_id |
user ID |
string |
$order_field |
name of table field |
string |
$orderdir |
order direction |
string |
$title |
title field of anchor link |
string |
$name |
column name |
string |
$current_order_field |
current order field name |
pdfUserResultsLink [line 525]
string pdfUserResultsLink(
int $user_id, string $startdate, string $enddate, [string $order_field = ''], string $mode)
|
|
Returns an URL to open the PDF generator page for user's results.
Parameters
string |
$mode |
PDF mode (1=all users results, 2=questions stats, 3=detailed report for single user 4=all users details) |
int |
$user_id |
user ID |
string |
$startdate |
start date in yyyy-mm-dd hh:mm:ss format |
string |
$enddate |
end date in yyyy-mm-dd hh:mm:ss format |
string |
$order_field |
ORDER BY portion of the SQL query |
|
|