ILIAS  release_7 Revision v7.30-3-g800a261c036
included_data1.php File Reference

Go to the source code of this file.

Functions

 included_data1 ()
 

Function Documentation

◆ included_data1()

included_data1 ( )

Definition at line 2 of file included_data1.php.

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}

Referenced by base1().

+ Here is the caller graph for this function: