-
Notifications
You must be signed in to change notification settings - Fork 0
/
360° Appraisal Form.json
179 lines (179 loc) · 7.29 KB
/
360° Appraisal Form.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"pc": {
"type": "Grid",
"model": {
"stacked": "md",
"frame": {
"horizontal": null,
"vertical": null,
"radius": null
},
"border": {
"width": null,
"color": null
},
"rows": [{
"cells": [{
"component": {
"type": "Heading",
"model": {
"_internalName": "Heading2",
"heading": "360° Appraisal",
"view": "Normal",
"font": {
"color": "#ffffff",
"style": "Normal",
"weight": "Semibold"
},
"frame": {
"horizontal": null,
"vertical": 15,
"radius": null
},
"class": "bg-primary",
"fill": "#008EFF",
"size": "H1",
"textAlignment": "Center"
}
},
"alignment": {
"horizontal": "Justify",
"vertical": "Top"
},
"columns": {
"width": 12
}
}]
}, {
"cells": [{
"padding": [15, null, null, null],
"component": {
"type": "SingleLineText",
"model": {
"_internalName": "EmployeeName",
"title": {
"text": "Employee Name",
"visible": false
},
"orientation": "Horizontal",
"required": true,
"font": {
"style": "Normal",
"weight": "Semibold"
},
"wrap": true,
"cHint": "Jane Doe",
"description": "Employee Name",
"cFont": {
"style": "Normal",
"weight": "Normal"
},
"type": "Anything"
}
},
"alignment": {
"horizontal": "Justify",
"vertical": "Top"
},
"columns": {
"width": 12
}
}]
}, {
"cells": [{
"component": {
"type": "Heading",
"model": {
"_internalName": "Heading1",
"heading": "Please rate employee using a scale from 1 (Strongly Agree) to 5 (Strongly Disagree).",
"view": "Normal",
"font": {
"style": "Normal",
"weight": "Semibold"
},
"frame": {
"horizontal": null,
"vertical": null,
"radius": null
},
"size": "H4",
"textAlignment": "Left"
}
},
"alignment": {
"horizontal": "Justify",
"vertical": "Top"
},
"columns": {
"width": 12
}
}]
}, {
"cells": [{
"padding": [20, null, null, null],
"component": {
"type": "LikertScale",
"model": {
"_internalName": "LikertScale1",
"type": "Radio",
"required": false,
"questions": "Constantly accurate in tasks\r\nMeets deadlines\r\nUnderstands company’s policies\r\nMakes an effort to expand job presidency & knowledge \r\nUnderstands the importance of profitability \r\nProjects a professional image\r\nTakes any complaint to proper management personnel\r\nOffers new & creative ideas for improvement in the team\r\nListens well\r\nResponds without procrastinating\r\nDemonstrates an excellent attitude\r\nIs unafraid to ask questions\r\nIs never “too busy” to answer questions\r\nOffers criticism constructively\r\nIs organized and efficient\r\nControls cost, expenses, inventory, waste\r\nIs a self-starter\r\nShows motivation\r\nTakes on added assignments\r\nIs regular in attendance\r\nShows up on time for work & meetings\r\nIs available for overtime\r\nDemonstrates ability to fight fires & control stress\r\nIs loyal to company\r\nIs honest with others",
"answers": "1\n2\n3\n4\n5"
}
},
"alignment": {
"horizontal": "Justify",
"vertical": "Top"
},
"columns": {
"width": 12
}
}]
}, {
"cells": [{
"padding": [20, null, null, null],
"component": {
"type": "Submit",
"model": {
"_internalName": "Submit1",
"text": "SEND APPRAISAL",
"savingText": "Submitting...",
"type": "Primary",
"click": "return fd.save();",
"style": "font-weight: 500 !important"
}
},
"alignment": {
"horizontal": "Justify",
"vertical": "Top"
},
"columns": {
"width": 12
}
}]
}]
}
},
"tablet": null,
"phone": null,
"js": "",
"css": "/* setting the Heading background depending on the theme */\n.fd-form h1 > span {\n background-color: var(--fd-primary-rgb) !important;\n}",
"notifySubscribers": false,
"version": "1.0.2",
"theme": null,
"timezone": "America/Los_Angeles",
"culture": "en",
"userLanguage": null,
"userCulture": null,
"thankYouMessage": null,
"redirectURL": null,
"hideAfterSubmission": false,
"submissionTimeout": 0,
"authentication": 0,
"singleSubmissionPerUser": false,
"allowEditingSubmission": false,
"restrictAccess": false,
"azureADTenant": null,
"azureADObjects": [],
"azureB2CProperties": null
}