gad-7 form (#4266)
[openemr.git] / interface / forms / gad7 / gad7.inc.php
blob1a51d399aa8931ea2e424a73c502632288ad9c35
1 <?php
3 /**
4 * gad-7.inc - common includes and constants for the gad-7 form
5 * version 1.0.0 July 2020
7 * @package OpenEMR
8 * @link http://www.open-emr.org
9 * @author Ruth Moulton <moulton ruth@muswell.me.uk>
10 * @copyright Copyright (c) 2021 ruth moulton <ruth@muswell.me.uk>
12 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
15 require_once("../../globals.php");
16 require_once("$srcdir/api.inc");
18 // menu strings
19 $str_default = xl('Please select an answer');
20 $str_not = xl('Not at all');
21 $str_several = xl('Several days');
22 $str_more = xl('More than half the days');
23 $str_nearly = xl('Nearly every day');
24 $str_somewhat = xl('Somewhat difficult');
25 $str_very = xl('Very difficult');
26 $str_extremely = xl('Extremely difficult');
28 $str_nosave_exit = xl("Close form without saving answers");
29 $str_nosave_confirm = xl("Are you sure you'd like to quit without saving your answers?");
31 $str_form_name = xl("General Anxiety Disorder 7 (GAD-7)");
32 $str_form_title = xl("GAD-7");
34 $str_q8 = xl('How difficult have these problems made it to do work, take care of things at home, or get along with other people?');
35 $str_q8_2 = '(' . xl('This question is optional and not included in the final score') . ') ';