ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
included_data1.php
Go to the documentation of this file.
1
<?
php
2
function
included_data1
()
3
{
4
return
array(
5
array(
6
'type'
=>
'Single Choice Frage'
,
7
'question_title'
=>
'Belastbarkeit'
,
8
'question_txt'
=>
'Wie ausgeprägt ist die Belastbarkeit des / der Auszubildenden?'
,
9
'answers'
=> array(
10
array(
'title'
=>
'weniger ausgeprägt'
,
'amount'
=> 2,
'proportion'
=> 20),
11
array(
'title'
=>
'teilweise ausgeprägt'
,
'amount'
=> 0,
'proportion'
=> 0),
12
array(
'title'
=>
'ausgeprägt'
,
'amount'
=> 6,
'proportion'
=> 60),
13
array(
'title'
=>
'deutlich ausgeprägt'
,
'amount'
=> 1,
'proportion'
=> 10),
14
array(
'title'
=>
'stark ausgeprägt'
,
'amount'
=> 0,
'proportion'
=> 0),
15
array(
'title'
=>
'sehr stark ausgeprägt'
,
'amount'
=> 0,
'proportion'
=> 0),
16
array(
'title'
=>
'übermäßig ausgeprägt'
,
'amount'
=> 1,
'proportion'
=> 10)
17
),
18
'stats'
=> array(
19
'total'
=> 10,
20
'skipped'
=> 2,
21
'most_common'
=> 2,
22
'most_common_total'
=> 6,
23
'median'
=> 2,
24
)
25
),
26
27
array(
28
'type'
=>
'Single Choice Frage'
,
29
'question_title'
=>
'Dialogfähigkeit, Kundenorientierung, Beratungsfähigkeit'
,
30
'question_txt'
=>
'Wie ausgeprägt ist die Dialogfähigkeit, Kundenorientierung und Beratungsfähigkeit des / der Auszubildenden?'
,
31
'answers'
=> array(
32
array(
'title'
=>
'weniger ausgeprägt'
,
'amount'
=> 0,
'proportion'
=> 0),
33
array(
'title'
=>
'teilweise ausgeprägt'
,
'amount'
=> 1,
'proportion'
=> 100),
34
array(
'title'
=>
'ausgeprägt'
,
'amount'
=> 0,
'proportion'
=> 0),
35
array(
'title'
=>
'deutlich ausgeprägt'
,
'amount'
=> 0,
'proportion'
=> 0),
36
array(
'title'
=>
'stark ausgeprägt'
,
'amount'
=> 0,
'proportion'
=> 0),
37
array(
'title'
=>
'sehr stark ausgeprägt'
,
'amount'
=> 0,
'proportion'
=> 0),
38
array(
'title'
=>
'übermäßig ausgeprägt'
,
'amount'
=> 0,
'proportion'
=> 0)
39
),
40
'stats'
=> array(
41
'total'
=> 1,
42
'skipped'
=> 0,
43
'most_common'
=> 1,
44
'most_common_total'
=> 1,
45
'median'
=> 1,
46
)
47
),
48
);
49
}
included_data1
included_data1()
Definition:
included_data1.php:2
php
src
UI
examples
Table
Presentation
included_data1.php
Generated on Thu Feb 27 2025 19:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)