ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.SurveyTextQuestionEvaluation.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once
"Modules/SurveyQuestionPool/classes/class.SurveyQuestionEvaluation.php"
;
5
12
class
SurveyTextQuestionEvaluation
extends
SurveyQuestionEvaluation
13
{
14
//
15
// DETAILS
16
//
17
18
public
function
getGrid
($a_results, $a_abs =
true
, $a_perc =
true
)
19
{
20
21
}
22
23
public
function
getChart
($a_results)
24
{
25
26
}
27
28
29
//
30
// EXPORT
31
//
32
33
public
function
getExportGrid
($a_results)
34
{
35
36
}
37
38
public
function
addUserSpecificResults
(
array
&$a_row, $a_user_id, $a_results)
39
{
40
$answer = $a_results->getUserResults($a_user_id);
41
if
($answer === null)
42
{
43
$a_row[] = $this->
getSkippedValue
();
44
}
45
else
46
{
47
$a_row[] = $answer[0][1];
48
}
49
}
50
}
SurveyTextQuestionEvaluation\addUserSpecificResults
addUserSpecificResults(array &$a_row, $a_user_id, $a_results)
Definition:
class.SurveyTextQuestionEvaluation.php:38
SurveyQuestionEvaluation
Survey question evaluation.
Definition:
class.SurveyQuestionEvaluation.php:12
SurveyTextQuestionEvaluation\getChart
getChart($a_results)
Definition:
class.SurveyTextQuestionEvaluation.php:23
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
SurveyTextQuestionEvaluation
Survey text evaluation.
Definition:
class.SurveyTextQuestionEvaluation.php:12
SurveyTextQuestionEvaluation\getGrid
getGrid($a_results, $a_abs=true, $a_perc=true)
Definition:
class.SurveyTextQuestionEvaluation.php:18
SurveyQuestionEvaluation\getSkippedValue
getSkippedValue()
Get caption for skipped value.
Definition:
class.SurveyQuestionEvaluation.php:403
php
SurveyTextQuestionEvaluation\getExportGrid
getExportGrid($a_results)
Definition:
class.SurveyTextQuestionEvaluation.php:33
Modules
SurveyQuestionPool
classes
class.SurveyTextQuestionEvaluation.php
Generated on Fri Jan 17 2025 19:01:03 for ILIAS by
1.8.13 (using
Doxyfile
)