Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
gportal_answer.php
1 <?php
2 /**
3  * Gentics Portal.Node PHP
4  * Author & Copyright (c) by Gentics Software GmbH
5  * sales@gentics.com
6  * http://www.gentics.com
7  * Licenses can be found in the LICENSE.txt file in the root-folder of this installation
8  * You must not use this software without a valid license agreement.
9  *
10  */
11 return array(
12  'sample1' => array(
13  'id' => 1,
14  'question_id' => 'crf22',
15  'answer_key' => 'q1',
16  'text' => 'Yes',
17  'active' => 1,
18  ),
19  'sample2' => array(
20  'id' => 2,
21  'question_id' => 'crf22',
22  'answer_key' => 'q2',
23  'text' => 'No',
24  'active' => 1,
25  ),
26  'sample3' => array(
27  'id' => 3,
28  'question_id' => 'crf22',
29  'answer_key' => 'q3',
30  'text' => 'Dont know',
31  'active' => 1,
32  ),
33  'sample4' => array(
34  'id' => 4,
35  'question_id' => 'crf22',
36  'answer_key' => 'q4',
37  'text' => 'Hmmm...',
38  'active' => 1,
39  ),
40 );