-
Notifications
You must be signed in to change notification settings - Fork 0
/
survey_g0.php
90 lines (39 loc) · 2.03 KB
/
survey_g0.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<div class="themeStripe"></div>
<div class="formOuterContainer">
<form action="result_g0.php" target="_self" method="POST" id="">
<div class="formInnerContainer">
<div class="surveyHeader">
<div class="surveyTitle" dir="auto" role="heading">“Am I intelligent in managing my emotions?”</div>
<div class="surveyDesc" dir="auto">Please indicate the degree to which you agree or disagree with the following statement.</div>
</div>
<div class="qItemList" role="list">
<div class="qItemContainer">
<div role="listitem" class="qItemSubContainer">
<div class="qItemTitle" role="heading">Q1: I understand precisely what causes my current feeling and its change</div>
<div class="radioGroupContainer">
<div class="radioGroup">
<div class="scaleLabel">Strongly disagree</div>
<div class="radioBtnContainer">
<label for="1">1</label>
<input type="radio" class="radiobtn" id="q1_1" name="q1" value="1" tabindex="0">
<span class="checkmark"></span>
</div>
<div class="radioBtnContainer">
<label for="1">2</label>
<input type="radio" class="radiobtn" id="q1_1" name="q1" value="1" tabindex="0">
<span class="checkmark"></span>
</div>
<div class="scaleLabel">Strongly agree</div>
</div>
</div>
</div>
</div>
</div>
<div class="btnContainer">
<div role="button" class="button" tabindex="0">
<span class="">Submit</span>
</div>
</div>
</div>
</form>
</div>