Subversion Repositories bacoAlunos

Rev

Rev 1775 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1775 Rev 1830
Line 1... Line 1...
1
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld"  prefix="html" %>
1
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
2
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld"  prefix="nested" %>
2
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld" prefix="nested" %>
3
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld"  prefix="logic" %>
3
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>
4
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld"  prefix="bean" %>
4
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
5
<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld"  prefix="tiles" %>
5
<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld" prefix="tiles" %>
6
<%--
6
<%--
7
  Created by IntelliJ IDEA.
7
  Created by IntelliJ IDEA.
8
  User: jorgemachado
8
  User: jorgemachado
9
  Date: 27/12/16
9
  Date: 27/12/16
10
  Time: 16:01
10
  Time: 16:01
Line 14... Line 14...
14
<html>
14
<html>
15
<head>
15
<head>
16
    <title>Exemplos</title>
16
    <title>Exemplos</title>
17
</head>
17
</head>
18
<body>
18
<body>
19
    <h1>Exemplos Tutorial para utilização de bibliotecas de software no BACO</h1>
19
<h1>Exemplos Tutorial para utilização de bibliotecas de software no BACO</h1>
20
 
20
 
21
    <h2>Widgets</h2>
21
<h2>Widgets</h2>
22
    <ul>
22
<ul>
-
 
23
    <li><html:link
23
        <li><html:link action="/examples/jsonwidget/widgetExampleTest">Exemplos de Utilização do Widget Controller com o Struts</html:link></li>
24
            action="/examples/jsonwidget/widgetExampleTest">Exemplos de Utilização do Widget Controller com o Struts</html:link></li>
24
 
25
 
25
        <li><a href="jsonwidget/simpleAngularConfigExample.jsp">Exemplo de Configuração do Angular JS </a></li>
26
    <li><a href="jsonwidget/simpleAngularConfigExample.jsp">Exemplo de Configuração do Angular JS </a></li>
26
 
27
 
27
        <li><a href="jsonwidget/angularBidingExample.jsp">Exemplo de Biding entre inputs e Html no Angular JS </a></li>
28
    <li><a href="jsonwidget/angularBidingExample.jsp">Exemplo de Biding entre inputs e Html no Angular JS </a></li>
28
 
29
 
-
 
30
    <li><html:link
29
        <li><html:link action="/examples/jsonwidget/filesUpload">Exemplos de Upload de Ficheiros usando um Modal</html:link></li>
31
            action="/examples/jsonwidget/filesUpload">Exemplos de Upload de Ficheiros usando um Modal</html:link></li>
30
 
32
 
-
 
33
    <li><html:link
31
        <li><html:link action="/examples/jsonwidget/fileUploadWidgetExample">Exemplo completo de um formulário usando widgets e com Upload de Ficheiros</html:link> </li>
34
            action="/examples/jsonwidget/fileUploadWidgetExample">Exemplo completo de um formulário usando widgets e com Upload de Ficheiros</html:link></li>
32
 
35
 
-
 
36
    <li><html:link
33
        <li><html:link action="/examples/jsonwidget/fileUploadWidgetExampleFinal">Exemplo Final Generalizado com Menos código usando directivas ng com nomes fixos</html:link></li>
37
            action="/examples/jsonwidget/fileUploadWidgetExampleFinal">Exemplo Final Generalizado com Menos código usando directivas ng com nomes fixos</html:link></li>
34
    </ul>
-
 
35
 
38
 
36
    <h2>Tags Templates</h2>
39
    <li><html:link
-
 
40
            page="/examples/angular/fileUpload.jsp">Upload de um Ficheiro Versao Melhorada para Angular</html:link></li>
37
 
41
 
38
    <ul>
42
    <li><html:link
39
        <li><html:link page="/examples/tagsTemplates/helloTag.jsp">Utilização de um template simples (Hello)</html:link></li>
43
            page="/examples/angular/fileUploadComRepositorio.jsp">Upload de um Ficheiro com posterior deposito no Repositorio de Ficheiros</html:link></li>
-
 
44
</ul>
40
 
45
 
41
        <li><html:link page="/examples/tagsTemplates/bodyTag.jsp">Utilização de um template com body (BodyTag)</html:link></li>
-
 
42
        <li><html:link page="/examples/tagsTemplates/objectAttributeTag.jsp">Utilização de um template passando um objecto complexo /objectAttributeTag)</html:link></li>
-
 
43
        <li><html:link page="/examples/tagsTemplates/nestedTagsAngular/nestedTagsComAngular.jsp">Tags encadeadas com angular js</html:link></li>
-
 
44
    </ul>
-
 
45
 
-
 
46
 
-
 
47
 
-
 
48
	 <h2>5 - Diretorios Virtuais</h2>
46
<h2>Tags Templates</h2>
49
 
47
 
50
    <ul>
48
<ul>
-
 
49
    <li><html:link
51
        <li><html:link action="/examples/acls/aclUseExample"> Exemplo de Uso de ACLS</html:link></li>
50
            page="/examples/tagsTemplates/helloTag.jsp">Utilização de um template simples (Hello)</html:link></li>
-
 
51
    <li><html:link
52
        <li><html:link page="/examples/jsonwidget/vfsExamples/vfsSelectPathExample.jsp"> Exemplo de Uso da Tag de selecção de Path no VFS</html:link></li>
52
            page="/examples/tagsTemplates/bodyTag.jsp">Utilização de um template com body (BodyTag)</html:link></li>
-
 
53
    <li><html:link
-
 
54
            page="/examples/tagsTemplates/objectAttributeTag.jsp">Utilização de um template passando um objecto complexo /objectAttributeTag)</html:link></li>
-
 
55
    <li><html:link
-
 
56
            page="/examples/tagsTemplates/nestedTagsAngular/nestedTagsComAngular.jsp">Tags encadeadas com angular js</html:link></li>
53
    </ul>
57
</ul>
54
 
58
 
55
 
59
 
56
    <h2>6 - Angular</h2>
60
<h2>5 - Diretorios Virtuais</h2>
57
 
61
 
58
    <ul>
62
<ul>
59
        <li><html:link action="/examples/angular/angularTree"> Exemplo de Uso Angular Tree</html:link></li>
63
    <li><html:link action="/examples/acls/aclUseExample"> Exemplo de Uso de ACLS</html:link></li>
60
        <li><html:link page="/examples/angular/embededApps/embededApps.jsp"> Exemplo de Uso uma aplicação Angular dentro de outra</html:link></li>
-
 
61
        <li><html:link page="/examples/angular/calendar/index.jsp">Angular Calendar</html:link></li>
64
    <li><html:link
62
        <li><html:link page="/examples/angular/bpmnPluginInterfaces/bpmnPluginInterfaceExample.jsp">BPMN Plugin Interface Example</html:link></li>
65
            page="/examples/jsonwidget/vfsExamples/vfsSelectPathExample.jsp"> Exemplo de Uso da Tag de selecção de Path no VFS</html:link></li>
63
    </ul>
66
</ul>
64
 
67
 
65
 
68
 
-
 
69
<h2>6 - Angular</h2>
66
 
70
 
-
 
71
<ul>
67
    <h2>7 - injectar Angular numa modal carregada com AJAX</h2>
72
    <li><html:link action="/examples/angular/angularTree"> Exemplo de Uso Angular Tree</html:link></li>
-
 
73
    <li><html:link
-
 
74
            page="/examples/angular/embededApps/embededApps.jsp"> Exemplo de Uso uma aplicação Angular dentro de outra</html:link></li>
-
 
75
    <li><html:link page="/examples/angular/calendar/index.jsp">Angular Calendar</html:link></li>
-
 
76
    <li><html:link
-
 
77
            page="/examples/angular/bpmnPluginInterfaces/bpmnPluginInterfaceExample.jsp">BPMN Plugin Interface Example</html:link></li>
68
 
78
 
69
    <ul>
-
 
70
        <li><html:link page="/examples/angular/injectfromajax/0-angularBidingExampleBaco.jsp">Exemplo Básico</html:link></li>
-
 
71
        <li><html:link page="/examples/angular/injectfromajax/injectarComAngularTree/0-angularBidingExampleBaco.jsp">Exemplo com Angular-Tree tem utilização especial no ng-include</html:link></li>
-
 
72
    </ul>
79
</ul>
73
 
80
 
74
    <h2>8 - Utilitários de Interface</h2>
-
 
75
 
81
 
76
    <ul>
-
 
77
        <li><html:link page="/examples/utilitariosInterface/utils.jsp">Exemplos de utilitários exemplo: mostrar informações em modais</html:link></li>
-
 
78
        <li><html:link page="/examples/utilitariosInterface/utilsProgramacaoJScript.jsp">Exemplos de utilitários para programação em angular</html:link></li>
82
<h2>7 - injectar Angular numa modal carregada com AJAX</h2>
79
 
83
 
-
 
84
<ul>
-
 
85
    <li><html:link
-
 
86
            page="/examples/angular/injectfromajax/0-angularBidingExampleBaco.jsp">Exemplo Básico</html:link></li>
-
 
87
    <li><html:link
-
 
88
            page="/examples/angular/injectfromajax/injectarComAngularTree/0-angularBidingExampleBaco.jsp">Exemplo com Angular-Tree tem utilização especial no ng-include</html:link></li>
80
    </ul>
89
</ul>
81
 
90
 
-
 
91
<h2>8 - Utilitários de Interface</h2>
-
 
92
 
-
 
93
<ul>
-
 
94
    <li><html:link
-
 
95
            page="/examples/utilitariosInterface/utils.jsp">Exemplos de utilitários exemplo: mostrar informações em modais</html:link></li>
-
 
96
    <li><html:link
-
 
97
            page="/examples/utilitariosInterface/utilsProgramacaoJScript.jsp">Exemplos de utilitários para programação em angular</html:link></li>
-
 
98
 
-
 
99
</ul>
82
 
100
 
83
 
101
 
84
</body>
102
</body>
85
</html>
103
</html>
-
 
104
 
-
 
105
 
-
 
106
<?xml version="1.0" encoding="UTF-8"?>
-
 
107
<java version="1.8.0_45" class="java.beans.XMLDecoder">
-
 
108
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable" id="DataTable0">
-
 
109
<void property="rows">
-
 
110
<void method="add">
-
 
111
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
112
            id="DataTable$Row0">
-
 
113
        <void property="cols">
-
 
114
            <void method="add">
-
 
115
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
116
                    <void property="value">
-
 
117
                        <string>Inv Unidade Curricular</string>
-
 
118
                    </void>
-
 
119
                </object>
-
 
120
            </void>
-
 
121
            <void method="add">
-
 
122
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
123
                    <void property="value">
-
 
124
                        <string>Inv Curso</string>
-
 
125
                    </void>
-
 
126
                </object>
-
 
127
            </void>
-
 
128
            <void method="add">
-
 
129
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
130
                    <void property="value">
-
 
131
                        <string>Inv 1</string>
-
 
132
                    </void>
-
 
133
                </object>
-
 
134
            </void>
-
 
135
            <void method="add">
-
 
136
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
137
                    <void property="value">
-
 
138
                        <string>Inv 2</string>
-
 
139
                    </void>
-
 
140
                </object>
-
 
141
            </void>
-
 
142
            <void method="add">
-
 
143
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
144
                    <void property="value">
-
 
145
                        <string>Inv 3</string>
-
 
146
                    </void>
-
 
147
                </object>
-
 
148
            </void>
-
 
149
            <void method="add">
-
 
150
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
151
                    <void property="value">
-
 
152
                        <string>Inv 4</string>
-
 
153
                    </void>
-
 
154
                </object>
-
 
155
            </void>
-
 
156
            <void method="add">
-
 
157
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
158
                    <void property="value">
-
 
159
                        <string>Inv 5</string>
-
 
160
                    </void>
-
 
161
                </object>
-
 
162
            </void>
-
 
163
            <void method="add">
-
 
164
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
165
                    <void property="backgroundColor">
-
 
166
                        <string>rgb(255,157,169)</string>
-
 
167
                    </void>
-
 
168
                    <void property="value">
-
 
169
                        <string>Inv Q13</string>
-
 
170
                    </void>
-
 
171
                </object>
-
 
172
            </void>
-
 
173
            <void method="add">
-
 
174
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
175
                    <void property="backgroundColor">
-
 
176
                        <string>rgb(255,157,169)</string>
-
 
177
                    </void>
-
 
178
                    <void property="value">
-
 
179
                        <string>Inv Q14</string>
-
 
180
                    </void>
-
 
181
                </object>
-
 
182
            </void>
-
 
183
            <void method="add">
-
 
184
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
185
                    <void property="backgroundColor">
-
 
186
                        <string>rgb(255,157,169)</string>
-
 
187
                    </void>
-
 
188
                    <void property="value">
-
 
189
                        <string>Inv Q15</string>
-
 
190
                    </void>
-
 
191
                </object>
-
 
192
            </void>
-
 
193
            <void method="add">
-
 
194
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
195
                    <void property="backgroundColor">
-
 
196
                        <string>rgb(255,157,169)</string>
-
 
197
                    </void>
-
 
198
                    <void property="value">
-
 
199
                        <string>Inv Q16</string>
-
 
200
                    </void>
-
 
201
                </object>
-
 
202
            </void>
-
 
203
            <void method="add">
-
 
204
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
205
                    <void property="backgroundColor">
-
 
206
                        <string>rgb(255,157,169)</string>
-
 
207
                    </void>
-
 
208
                    <void property="value">
-
 
209
                        <string>Inv Q17</string>
-
 
210
                    </void>
-
 
211
                </object>
-
 
212
            </void>
-
 
213
            <void method="add">
-
 
214
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
215
                    <void property="value">
-
 
216
                        <string>Inv Insc.</string>
-
 
217
                    </void>
-
 
218
                </object>
-
 
219
            </void>
-
 
220
            <void method="add">
-
 
221
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
222
                    <void property="value">
-
 
223
                        <string>Inv Docentes</string>
-
 
224
                    </void>
-
 
225
                </object>
-
 
226
            </void>
-
 
227
            <void method="add">
-
 
228
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
229
                    <void property="value">
-
 
230
                        <string>Inv Resp. Esperadas</string>
-
 
231
                    </void>
-
 
232
                </object>
-
 
233
            </void>
-
 
234
            <void method="add">
-
 
235
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
236
                    <void property="value">
-
 
237
                        <string>Inv Resps.</string>
-
 
238
                    </void>
-
 
239
                </object>
-
 
240
            </void>
-
 
241
            <void method="add">
-
 
242
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
243
                    <void property="value">
-
 
244
                        <string>Inv % Resps.</string>
-
 
245
                    </void>
-
 
246
                </object>
-
 
247
            </void>
-
 
248
        </void>
-
 
249
        <void property="invisible">
-
 
250
            <boolean>true</boolean>
-
 
251
        </void>
-
 
252
        <void property="type">
-
 
253
            <string>header</string>
-
 
254
        </void>
-
 
255
    </object>
-
 
256
</void>
-
 
257
<void method="add">
-
 
258
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
259
            id="DataTable$Row1">
-
 
260
        <void property="cols">
-
 
261
            <void method="add">
-
 
262
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col"/>
-
 
263
            </void>
-
 
264
            <void method="add">
-
 
265
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col"/>
-
 
266
            </void>
-
 
267
            <void method="add">
-
 
268
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
269
                    <void property="backgroundColor">
-
 
270
                        <string>rgb(221,253,177)</string>
-
 
271
                    </void>
-
 
272
                    <void property="colspan">
-
 
273
                        <int>5</int>
-
 
274
                    </void>
-
 
275
                    <void property="value">
-
 
276
                        <string>Unidade Curricular</string>
-
 
277
                    </void>
-
 
278
                </object>
-
 
279
            </void>
-
 
280
            <void method="add">
-
 
281
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
282
                    <void property="backgroundColor">
-
 
283
                        <string>rgb(255,157,169)</string>
-
 
284
                    </void>
-
 
285
                    <void property="colspan">
-
 
286
                        <int>5</int>
-
 
287
                    </void>
-
 
288
                    <void property="value">
-
 
289
                        <string>Instalações</string>
-
 
290
                    </void>
-
 
291
                </object>
-
 
292
            </void>
-
 
293
            <void method="add">
-
 
294
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col"/>
-
 
295
            </void>
-
 
296
            <void method="add">
-
 
297
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col"/>
-
 
298
            </void>
-
 
299
            <void method="add">
-
 
300
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col"/>
-
 
301
            </void>
-
 
302
            <void method="add">
-
 
303
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col"/>
-
 
304
            </void>
-
 
305
            <void method="add">
-
 
306
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col"/>
-
 
307
            </void>
-
 
308
        </void>
-
 
309
        <void property="type">
-
 
310
            <string>header</string>
-
 
311
        </void>
-
 
312
    </object>
-
 
313
</void>
-
 
314
<void method="add">
-
 
315
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
316
            id="DataTable$Row2">
-
 
317
        <void property="cols">
-
 
318
            <void method="add">
-
 
319
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
320
                    <void property="value">
-
 
321
                        <string>Unidade Curricular</string>
-
 
322
                    </void>
-
 
323
                </object>
-
 
324
            </void>
-
 
325
            <void method="add">
-
 
326
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
327
                    <void property="value">
-
 
328
                        <string>Curso</string>
-
 
329
                    </void>
-
 
330
                </object>
-
 
331
            </void>
-
 
332
            <void method="add">
-
 
333
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
334
                    <void property="backgroundColor">
-
 
335
                        <string>rgb(221,253,177)</string>
-
 
336
                    </void>
-
 
337
                    <void property="value">
-
 
338
                        <string>Q1</string>
-
 
339
                    </void>
-
 
340
                </object>
-
 
341
            </void>
-
 
342
            <void method="add">
-
 
343
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
344
                    <void property="backgroundColor">
-
 
345
                        <string>rgb(221,253,177)</string>
-
 
346
                    </void>
-
 
347
                    <void property="value">
-
 
348
                        <string>Q2</string>
-
 
349
                    </void>
-
 
350
                </object>
-
 
351
            </void>
-
 
352
            <void method="add">
-
 
353
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
354
                    <void property="backgroundColor">
-
 
355
                        <string>rgb(221,253,177)</string>
-
 
356
                    </void>
-
 
357
                    <void property="value">
-
 
358
                        <string>Q3</string>
-
 
359
                    </void>
-
 
360
                </object>
-
 
361
            </void>
-
 
362
            <void method="add">
-
 
363
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
364
                    <void property="backgroundColor">
-
 
365
                        <string>rgb(221,253,177)</string>
-
 
366
                    </void>
-
 
367
                    <void property="value">
-
 
368
                        <string>Q4</string>
-
 
369
                    </void>
-
 
370
                </object>
-
 
371
            </void>
-
 
372
            <void method="add">
-
 
373
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
374
                    <void property="backgroundColor">
-
 
375
                        <string>rgb(221,253,177)</string>
-
 
376
                    </void>
-
 
377
                    <void property="value">
-
 
378
                        <string>Q5</string>
-
 
379
                    </void>
-
 
380
                </object>
-
 
381
            </void>
-
 
382
            <void method="add">
-
 
383
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
384
                    <void property="value">
-
 
385
                        <string>Q13</string>
-
 
386
                    </void>
-
 
387
                </object>
-
 
388
            </void>
-
 
389
            <void method="add">
-
 
390
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
391
                    <void property="value">
-
 
392
                        <string>Q14</string>
-
 
393
                    </void>
-
 
394
                </object>
-
 
395
            </void>
-
 
396
            <void method="add">
-
 
397
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
398
                    <void property="value">
-
 
399
                        <string>Q15</string>
-
 
400
                    </void>
-
 
401
                </object>
-
 
402
            </void>
-
 
403
            <void method="add">
-
 
404
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
405
                    <void property="value">
-
 
406
                        <string>Q16</string>
-
 
407
                    </void>
-
 
408
                </object>
-
 
409
            </void>
-
 
410
            <void method="add">
-
 
411
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
412
                    <void property="value">
-
 
413
                        <string>Q17</string>
-
 
414
                    </void>
-
 
415
                </object>
-
 
416
            </void>
-
 
417
            <void method="add">
-
 
418
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
419
                    <void property="value">
-
 
420
                        <string>Insc.</string>
-
 
421
                    </void>
-
 
422
                </object>
-
 
423
            </void>
-
 
424
            <void method="add">
-
 
425
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
426
                    <void property="value">
-
 
427
                        <string>Docen.</string>
-
 
428
                    </void>
-
 
429
                </object>
-
 
430
            </void>
-
 
431
            <void method="add">
-
 
432
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
433
                    <void property="value">
-
 
434
                        <string>Resp. Esp.</string>
-
 
435
                    </void>
-
 
436
                </object>
-
 
437
            </void>
-
 
438
            <void method="add">
-
 
439
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
440
                    <void property="value">
-
 
441
                        <string>Resps.</string>
-
 
442
                    </void>
-
 
443
                </object>
-
 
444
            </void>
-
 
445
            <void method="add">
-
 
446
                <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
447
                    <void property="value">
-
 
448
                        <string>% Resps.</string>
-
 
449
                    </void>
-
 
450
                </object>
-
 
451
            </void>
-
 
452
        </void>
-
 
453
        <void property="type">
-
 
454
            <string>header</string>
-
 
455
        </void>
-
 
456
    </object>
-
 
457
</void>
-
 
458
<void method="add">
-
 
459
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
460
        id="DataTable$Row3">
-
 
461
<void property="cols">
-
 
462
<void method="add">
-
 
463
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
464
        <void property="value">
-
 
465
            <string>Probabilidades e Estatística</string>
-
 
466
        </void>
-
 
467
    </object>
-
 
468
</void>
-
 
469
<void method="add">
-
 
470
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
471
        <void property="value">
-
 
472
            <string>Engenharia Informática</string>
-
 
473
        </void>
-
 
474
    </object>
-
 
475
</void>
-
 
476
<void method="add">
-
 
477
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
478
        <void property="backgroundColorPercentage">
-
 
479
            <string>rgb(232,255,0)</string>
-
 
480
        </void>
-
 
481
        <void property="percentDefined">
-
 
482
            <string>65</string>
-
 
483
        </void>
-
 
484
        <void property="usePercentageColor">
-
 
485
            <boolean>true</boolean>
-
 
486
        </void>
-
 
487
        <void property="value">
-
 
488
            <string>3,25</string>
-
 
489
        </void>
-
 
490
    </object>
-
 
491
</void>
-
 
492
<void method="add">
-
 
493
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
494
        <void property="backgroundColorPercentage">
-
 
495
            <string>rgb(150,255,0)</string>
-
 
496
        </void>
-
 
497
        <void property="percentDefined">
-
 
498
            <string>82</string>
-
 
499
        </void>
-
 
500
        <void property="usePercentageColor">
-
 
501
            <boolean>true</boolean>
-
 
502
        </void>
-
 
503
        <void property="value">
-
 
504
            <string>4,10</string>
-
 
505
        </void>
-
 
506
    </object>
-
 
507
</void>
-
 
508
<void method="add">
-
 
509
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
510
        <void property="backgroundColorPercentage">
-
 
511
            <string>rgb(201,255,0)</string>
-
 
512
        </void>
-
 
513
        <void property="percentDefined">
-
 
514
            <string>73</string>
-
 
515
        </void>
-
 
516
        <void property="usePercentageColor">
-
 
517
            <boolean>true</boolean>
-
 
518
        </void>
-
 
519
        <void property="value">
-
 
520
            <string>3,65</string>
-
 
521
        </void>
-
 
522
    </object>
-
 
523
</void>
-
 
524
<void method="add">
-
 
525
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
526
        <void property="backgroundColorPercentage">
-
 
527
            <string>rgb(163,255,0)</string>
-
 
528
        </void>
-
 
529
        <void property="percentDefined">
-
 
530
            <string>80</string>
-
 
531
        </void>
-
 
532
        <void property="usePercentageColor">
-
 
533
            <boolean>true</boolean>
-
 
534
        </void>
-
 
535
        <void property="value">
-
 
536
            <string>4,00</string>
-
 
537
        </void>
-
 
538
    </object>
-
 
539
</void>
-
 
540
<void method="add">
-
 
541
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
542
        <void property="backgroundColorPercentage">
-
 
543
            <string>rgb(157,255,0)</string>
-
 
544
        </void>
-
 
545
        <void property="percentDefined">
-
 
546
            <string>81</string>
-
 
547
        </void>
-
 
548
        <void property="usePercentageColor">
-
 
549
            <boolean>true</boolean>
-
 
550
        </void>
-
 
551
        <void property="value">
-
 
552
            <string>4,05</string>
-
 
553
        </void>
-
 
554
    </object>
-
 
555
</void>
-
 
556
<void method="add">
-
 
557
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
558
        <void property="backgroundColorPercentage">
-
 
559
            <string>rgb(123,255,0)</string>
-
 
560
        </void>
-
 
561
        <void property="percentDefined">
-
 
562
            <string>86</string>
-
 
563
        </void>
-
 
564
        <void property="usePercentageColor">
-
 
565
            <boolean>true</boolean>
-
 
566
        </void>
-
 
567
        <void property="value">
-
 
568
            <string>4,30</string>
-
 
569
        </void>
-
 
570
    </object>
-
 
571
</void>
-
 
572
<void method="add">
-
 
573
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
574
        <void property="backgroundColorPercentage">
-
 
575
            <string>rgb(100,255,0)</string>
-
 
576
        </void>
-
 
577
        <void property="percentDefined">
-
 
578
            <string>89</string>
-
 
579
        </void>
-
 
580
        <void property="usePercentageColor">
-
 
581
            <boolean>true</boolean>
-
 
582
        </void>
-
 
583
        <void property="value">
-
 
584
            <string>4,45</string>
-
 
585
        </void>
-
 
586
    </object>
-
 
587
</void>
-
 
588
<void method="add">
-
 
589
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
590
        <void property="backgroundColorPercentage">
-
 
591
            <string>rgb(137,255,0)</string>
-
 
592
        </void>
-
 
593
        <void property="percentDefined">
-
 
594
            <string>84</string>
-
 
595
        </void>
-
 
596
        <void property="usePercentageColor">
-
 
597
            <boolean>true</boolean>
-
 
598
        </void>
-
 
599
        <void property="value">
-
 
600
            <string>4,20</string>
-
 
601
        </void>
-
 
602
    </object>
-
 
603
</void>
-
 
604
<void method="add">
-
 
605
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
606
        <void property="backgroundColorPercentage">
-
 
607
            <string>rgb(157,255,0)</string>
-
 
608
        </void>
-
 
609
        <void property="percentDefined">
-
 
610
            <string>81</string>
-
 
611
        </void>
-
 
612
        <void property="usePercentageColor">
-
 
613
            <boolean>true</boolean>
-
 
614
        </void>
-
 
615
        <void property="value">
-
 
616
            <string>4,05</string>
-
 
617
        </void>
-
 
618
    </object>
-
 
619
</void>
-
 
620
<void method="add">
-
 
621
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
622
        <void property="backgroundColorPercentage">
-
 
623
            <string>rgb(169,255,0)</string>
-
 
624
        </void>
-
 
625
        <void property="percentDefined">
-
 
626
            <string>79</string>
-
 
627
        </void>
-
 
628
        <void property="usePercentageColor">
-
 
629
            <boolean>true</boolean>
-
 
630
        </void>
-
 
631
        <void property="value">
-
 
632
            <string>3,95</string>
-
 
633
        </void>
-
 
634
    </object>
-
 
635
</void>
-
 
636
<void method="add">
-
 
637
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
638
        <void property="value">
-
 
639
            <string>27</string>
-
 
640
        </void>
-
 
641
    </object>
-
 
642
</void>
-
 
643
<void method="add">
-
 
644
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
645
        <void property="value">
-
 
646
            <string>1</string>
-
 
647
        </void>
-
 
648
    </object>
-
 
649
</void>
-
 
650
<void method="add">
-
 
651
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
652
        <void property="value">
-
 
653
            <string>27</string>
-
 
654
        </void>
-
 
655
    </object>
-
 
656
</void>
-
 
657
<void method="add">
-
 
658
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
659
        <void property="value">
-
 
660
            <string>20</string>
-
 
661
        </void>
-
 
662
    </object>
-
 
663
</void>
-
 
664
<void method="add">
-
 
665
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
666
        <void property="backgroundColorPercentage">
-
 
667
            <string>rgb(196,255,0)</string>
-
 
668
        </void>
-
 
669
        <void property="usePercentageColor">
-
 
670
            <boolean>true</boolean>
-
 
671
        </void>
-
 
672
        <void property="value">
-
 
673
            <string>74</string>
-
 
674
        </void>
-
 
675
    </object>
-
 
676
</void>
-
 
677
</void>
-
 
678
<void property="type">
-
 
679
    <string>normal</string>
-
 
680
</void>
-
 
681
</object>
-
 
682
</void>
-
 
683
<void method="add">
-
 
684
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
685
        id="DataTable$Row4">
-
 
686
<void property="cols">
-
 
687
<void method="add">
-
 
688
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
689
        <void property="value">
-
 
690
            <string>Segurança</string>
-
 
691
        </void>
-
 
692
    </object>
-
 
693
</void>
-
 
694
<void method="add">
-
 
695
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
696
        <void property="value">
-
 
697
            <string>Engenharia Informática</string>
-
 
698
        </void>
-
 
699
    </object>
-
 
700
</void>
-
 
701
<void method="add">
-
 
702
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
703
        <void property="backgroundColorPercentage">
-
 
704
            <string>rgb(144,255,0)</string>
-
 
705
        </void>
-
 
706
        <void property="percentDefined">
-
 
707
            <string>83</string>
-
 
708
        </void>
-
 
709
        <void property="usePercentageColor">
-
 
710
            <boolean>true</boolean>
-
 
711
        </void>
-
 
712
        <void property="value">
-
 
713
            <string>4,17</string>
-
 
714
        </void>
-
 
715
    </object>
-
 
716
</void>
-
 
717
<void method="add">
-
 
718
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
719
        <void property="backgroundColorPercentage">
-
 
720
            <string>rgb(123,255,0)</string>
-
 
721
        </void>
-
 
722
        <void property="percentDefined">
-
 
723
            <string>86</string>
-
 
724
        </void>
-
 
725
        <void property="usePercentageColor">
-
 
726
            <boolean>true</boolean>
-
 
727
        </void>
-
 
728
        <void property="value">
-
 
729
            <string>4,33</string>
-
 
730
        </void>
-
 
731
    </object>
-
 
732
</void>
-
 
733
<void method="add">
-
 
734
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
735
        <void property="backgroundColorPercentage">
-
 
736
            <string>rgb(92,255,0)</string>
-
 
737
        </void>
-
 
738
        <void property="percentDefined">
-
 
739
            <string>90</string>
-
 
740
        </void>
-
 
741
        <void property="usePercentageColor">
-
 
742
            <boolean>true</boolean>
-
 
743
        </void>
-
 
744
        <void property="value">
-
 
745
            <string>4,50</string>
-
 
746
        </void>
-
 
747
    </object>
-
 
748
</void>
-
 
749
<void method="add">
-
 
750
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
751
        <void property="backgroundColorPercentage">
-
 
752
            <string>rgb(92,255,0)</string>
-
 
753
        </void>
-
 
754
        <void property="percentDefined">
-
 
755
            <string>90</string>
-
 
756
        </void>
-
 
757
        <void property="usePercentageColor">
-
 
758
            <boolean>true</boolean>
-
 
759
        </void>
-
 
760
        <void property="value">
-
 
761
            <string>4,50</string>
-
 
762
        </void>
-
 
763
    </object>
-
 
764
</void>
-
 
765
<void method="add">
-
 
766
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
767
        <void property="backgroundColorPercentage">
-
 
768
            <string>rgb(144,255,0)</string>
-
 
769
        </void>
-
 
770
        <void property="percentDefined">
-
 
771
            <string>83</string>
-
 
772
        </void>
-
 
773
        <void property="usePercentageColor">
-
 
774
            <boolean>true</boolean>
-
 
775
        </void>
-
 
776
        <void property="value">
-
 
777
            <string>4,17</string>
-
 
778
        </void>
-
 
779
    </object>
-
 
780
</void>
-
 
781
<void method="add">
-
 
782
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
783
        <void property="backgroundColorPercentage">
-
 
784
            <string>rgb(144,255,0)</string>
-
 
785
        </void>
-
 
786
        <void property="percentDefined">
-
 
787
            <string>83</string>
-
 
788
        </void>
-
 
789
        <void property="usePercentageColor">
-
 
790
            <boolean>true</boolean>
-
 
791
        </void>
-
 
792
        <void property="value">
-
 
793
            <string>4,17</string>
-
 
794
        </void>
-
 
795
    </object>
-
 
796
</void>
-
 
797
<void method="add">
-
 
798
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
799
        <void property="backgroundColorPercentage">
-
 
800
            <string>rgb(123,255,0)</string>
-
 
801
        </void>
-
 
802
        <void property="percentDefined">
-
 
803
            <string>86</string>
-
 
804
        </void>
-
 
805
        <void property="usePercentageColor">
-
 
806
            <boolean>true</boolean>
-
 
807
        </void>
-
 
808
        <void property="value">
-
 
809
            <string>4,33</string>
-
 
810
        </void>
-
 
811
    </object>
-
 
812
</void>
-
 
813
<void method="add">
-
 
814
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
815
        <void property="backgroundColorPercentage">
-
 
816
            <string>rgb(186,255,0)</string>
-
 
817
        </void>
-
 
818
        <void property="percentDefined">
-
 
819
            <string>76</string>
-
 
820
        </void>
-
 
821
        <void property="usePercentageColor">
-
 
822
            <boolean>true</boolean>
-
 
823
        </void>
-
 
824
        <void property="value">
-
 
825
            <string>3,83</string>
-
 
826
        </void>
-
 
827
    </object>
-
 
828
</void>
-
 
829
<void method="add">
-
 
830
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
831
        <void property="backgroundColorPercentage">
-
 
832
            <string>rgb(186,255,0)</string>
-
 
833
        </void>
-
 
834
        <void property="percentDefined">
-
 
835
            <string>76</string>
-
 
836
        </void>
-
 
837
        <void property="usePercentageColor">
-
 
838
            <boolean>true</boolean>
-
 
839
        </void>
-
 
840
        <void property="value">
-
 
841
            <string>3,83</string>
-
 
842
        </void>
-
 
843
    </object>
-
 
844
</void>
-
 
845
<void method="add">
-
 
846
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
847
        <void property="backgroundColorPercentage">
-
 
848
            <string>rgb(92,255,0)</string>
-
 
849
        </void>
-
 
850
        <void property="percentDefined">
-
 
851
            <string>90</string>
-
 
852
        </void>
-
 
853
        <void property="usePercentageColor">
-
 
854
            <boolean>true</boolean>
-
 
855
        </void>
-
 
856
        <void property="value">
-
 
857
            <string>4,50</string>
-
 
858
        </void>
-
 
859
    </object>
-
 
860
</void>
-
 
861
<void method="add">
-
 
862
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
863
        <void property="value">
-
 
864
            <string>10</string>
-
 
865
        </void>
-
 
866
    </object>
-
 
867
</void>
-
 
868
<void method="add">
-
 
869
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
870
        <void property="value">
-
 
871
            <string>1</string>
-
 
872
        </void>
-
 
873
    </object>
-
 
874
</void>
-
 
875
<void method="add">
-
 
876
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
877
        <void property="value">
-
 
878
            <string>10</string>
-
 
879
        </void>
-
 
880
    </object>
-
 
881
</void>
-
 
882
<void method="add">
-
 
883
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
884
        <void property="value">
-
 
885
            <string>6</string>
-
 
886
        </void>
-
 
887
    </object>
-
 
888
</void>
-
 
889
<void method="add">
-
 
890
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
891
        <void property="backgroundColorPercentage">
-
 
892
            <string>rgb(244,255,0)</string>
-
 
893
        </void>
-
 
894
        <void property="usePercentageColor">
-
 
895
            <boolean>true</boolean>
-
 
896
        </void>
-
 
897
        <void property="value">
-
 
898
            <string>60</string>
-
 
899
        </void>
-
 
900
    </object>
-
 
901
</void>
-
 
902
</void>
-
 
903
<void property="type">
-
 
904
    <string>normal</string>
-
 
905
</void>
-
 
906
</object>
-
 
907
</void>
-
 
908
<void method="add">
-
 
909
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
910
        id="DataTable$Row5">
-
 
911
<void property="cols">
-
 
912
<void method="add">
-
 
913
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
914
        <void property="value">
-
 
915
            <string>Projecto</string>
-
 
916
        </void>
-
 
917
    </object>
-
 
918
</void>
-
 
919
<void method="add">
-
 
920
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
921
        <void property="value">
-
 
922
            <string>Engenharia Informática</string>
-
 
923
        </void>
-
 
924
    </object>
-
 
925
</void>
-
 
926
<void method="add">
-
 
927
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
928
        <void property="backgroundColorPercentage">
-
 
929
            <string>rgb(108,255,0)</string>
-
 
930
        </void>
-
 
931
        <void property="percentDefined">
-
 
932
            <string>88</string>
-
 
933
        </void>
-
 
934
        <void property="usePercentageColor">
-
 
935
            <boolean>true</boolean>
-
 
936
        </void>
-
 
937
        <void property="value">
-
 
938
            <string>4,44</string>
-
 
939
        </void>
-
 
940
    </object>
-
 
941
</void>
-
 
942
<void method="add">
-
 
943
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
944
        <void property="backgroundColorPercentage">
-
 
945
            <string>rgb(123,255,0)</string>
-
 
946
        </void>
-
 
947
        <void property="percentDefined">
-
 
948
            <string>86</string>
-
 
949
        </void>
-
 
950
        <void property="usePercentageColor">
-
 
951
            <boolean>true</boolean>
-
 
952
        </void>
-
 
953
        <void property="value">
-
 
954
            <string>4,33</string>
-
 
955
        </void>
-
 
956
    </object>
-
 
957
</void>
-
 
958
<void method="add">
-
 
959
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
960
        <void property="backgroundColorPercentage">
-
 
961
            <string>rgb(137,255,0)</string>
-
 
962
        </void>
-
 
963
        <void property="percentDefined">
-
 
964
            <string>84</string>
-
 
965
        </void>
-
 
966
        <void property="usePercentageColor">
-
 
967
            <boolean>true</boolean>
-
 
968
        </void>
-
 
969
        <void property="value">
-
 
970
            <string>4,22</string>
-
 
971
        </void>
-
 
972
    </object>
-
 
973
</void>
-
 
974
<void method="add">
-
 
975
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
976
        <void property="backgroundColorPercentage">
-
 
977
            <string>rgb(137,255,0)</string>
-
 
978
        </void>
-
 
979
        <void property="percentDefined">
-
 
980
            <string>84</string>
-
 
981
        </void>
-
 
982
        <void property="usePercentageColor">
-
 
983
            <boolean>true</boolean>
-
 
984
        </void>
-
 
985
        <void property="value">
-
 
986
            <string>4,22</string>
-
 
987
        </void>
-
 
988
    </object>
-
 
989
</void>
-
 
990
<void method="add">
-
 
991
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
992
        <void property="backgroundColorPercentage">
-
 
993
            <string>rgb(180,255,0)</string>
-
 
994
        </void>
-
 
995
        <void property="percentDefined">
-
 
996
            <string>77</string>
-
 
997
        </void>
-
 
998
        <void property="usePercentageColor">
-
 
999
            <boolean>true</boolean>
-
 
1000
        </void>
-
 
1001
        <void property="value">
-
 
1002
            <string>3,89</string>
-
 
1003
        </void>
-
 
1004
    </object>
-
 
1005
</void>
-
 
1006
<void method="add">
-
 
1007
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1008
        <void property="backgroundColorPercentage">
-
 
1009
            <string>rgb(123,255,0)</string>
-
 
1010
        </void>
-
 
1011
        <void property="percentDefined">
-
 
1012
            <string>86</string>
-
 
1013
        </void>
-
 
1014
        <void property="usePercentageColor">
-
 
1015
            <boolean>true</boolean>
-
 
1016
        </void>
-
 
1017
        <void property="value">
-
 
1018
            <string>4,33</string>
-
 
1019
        </void>
-
 
1020
    </object>
-
 
1021
</void>
-
 
1022
<void method="add">
-
 
1023
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1024
        <void property="backgroundColorPercentage">
-
 
1025
            <string>rgb(137,255,0)</string>
-
 
1026
        </void>
-
 
1027
        <void property="percentDefined">
-
 
1028
            <string>84</string>
-
 
1029
        </void>
-
 
1030
        <void property="usePercentageColor">
-
 
1031
            <boolean>true</boolean>
-
 
1032
        </void>
-
 
1033
        <void property="value">
-
 
1034
            <string>4,22</string>
-
 
1035
        </void>
-
 
1036
    </object>
-
 
1037
</void>
-
 
1038
<void method="add">
-
 
1039
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1040
        <void property="backgroundColorPercentage">
-
 
1041
            <string>rgb(180,255,0)</string>
-
 
1042
        </void>
-
 
1043
        <void property="percentDefined">
-
 
1044
            <string>77</string>
-
 
1045
        </void>
-
 
1046
        <void property="usePercentageColor">
-
 
1047
            <boolean>true</boolean>
-
 
1048
        </void>
-
 
1049
        <void property="value">
-
 
1050
            <string>3,89</string>
-
 
1051
        </void>
-
 
1052
    </object>
-
 
1053
</void>
-
 
1054
<void method="add">
-
 
1055
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1056
        <void property="backgroundColorPercentage">
-
 
1057
            <string>rgb(191,255,0)</string>
-
 
1058
        </void>
-
 
1059
        <void property="percentDefined">
-
 
1060
            <string>75</string>
-
 
1061
        </void>
-
 
1062
        <void property="usePercentageColor">
-
 
1063
            <boolean>true</boolean>
-
 
1064
        </void>
-
 
1065
        <void property="value">
-
 
1066
            <string>3,78</string>
-
 
1067
        </void>
-
 
1068
    </object>
-
 
1069
</void>
-
 
1070
<void method="add">
-
 
1071
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1072
        <void property="backgroundColorPercentage">
-
 
1073
            <string>rgb(163,255,0)</string>
-
 
1074
        </void>
-
 
1075
        <void property="percentDefined">
-
 
1076
            <string>80</string>
-
 
1077
        </void>
-
 
1078
        <void property="usePercentageColor">
-
 
1079
            <boolean>true</boolean>
-
 
1080
        </void>
-
 
1081
        <void property="value">
-
 
1082
            <string>4,00</string>
-
 
1083
        </void>
-
 
1084
    </object>
-
 
1085
</void>
-
 
1086
<void method="add">
-
 
1087
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1088
        <void property="value">
-
 
1089
            <string>18</string>
-
 
1090
        </void>
-
 
1091
    </object>
-
 
1092
</void>
-
 
1093
<void method="add">
-
 
1094
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1095
        <void property="value">
-
 
1096
            <string>1</string>
-
 
1097
        </void>
-
 
1098
    </object>
-
 
1099
</void>
-
 
1100
<void method="add">
-
 
1101
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1102
        <void property="value">
-
 
1103
            <string>18</string>
-
 
1104
        </void>
-
 
1105
    </object>
-
 
1106
</void>
-
 
1107
<void method="add">
-
 
1108
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1109
        <void property="value">
-
 
1110
            <string>9</string>
-
 
1111
        </void>
-
 
1112
    </object>
-
 
1113
</void>
-
 
1114
<void method="add">
-
 
1115
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1116
        <void property="backgroundColorPercentage">
-
 
1117
            <string>rgb(255,255,0)</string>
-
 
1118
        </void>
-
 
1119
        <void property="usePercentageColor">
-
 
1120
            <boolean>true</boolean>
-
 
1121
        </void>
-
 
1122
        <void property="value">
-
 
1123
            <string>50</string>
-
 
1124
        </void>
-
 
1125
    </object>
-
 
1126
</void>
-
 
1127
</void>
-
 
1128
<void property="type">
-
 
1129
    <string>normal</string>
-
 
1130
</void>
-
 
1131
</object>
-
 
1132
</void>
-
 
1133
<void method="add">
-
 
1134
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
1135
        id="DataTable$Row6">
-
 
1136
<void property="cols">
-
 
1137
<void method="add">
-
 
1138
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1139
        <void property="value">
-
 
1140
            <string>Redes de Computadores I</string>
-
 
1141
        </void>
-
 
1142
    </object>
-
 
1143
</void>
-
 
1144
<void method="add">
-
 
1145
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1146
        <void property="value">
-
 
1147
            <string>Engenharia Informática</string>
-
 
1148
        </void>
-
 
1149
    </object>
-
 
1150
</void>
-
 
1151
<void method="add">
-
 
1152
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1153
        <void property="backgroundColorPercentage">
-
 
1154
            <string>rgb(75,255,0)</string>
-
 
1155
        </void>
-
 
1156
        <void property="percentDefined">
-
 
1157
            <string>92</string>
-
 
1158
        </void>
-
 
1159
        <void property="usePercentageColor">
-
 
1160
            <boolean>true</boolean>
-
 
1161
        </void>
-
 
1162
        <void property="value">
-
 
1163
            <string>4,60</string>
-
 
1164
        </void>
-
 
1165
    </object>
-
 
1166
</void>
-
 
1167
<void method="add">
-
 
1168
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1169
        <void property="backgroundColorPercentage">
-
 
1170
            <string>rgb(108,255,0)</string>
-
 
1171
        </void>
-
 
1172
        <void property="percentDefined">
-
 
1173
            <string>88</string>
-
 
1174
        </void>
-
 
1175
        <void property="usePercentageColor">
-
 
1176
            <boolean>true</boolean>
-
 
1177
        </void>
-
 
1178
        <void property="value">
-
 
1179
            <string>4,40</string>
-
 
1180
        </void>
-
 
1181
    </object>
-
 
1182
</void>
-
 
1183
<void method="add">
-
 
1184
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1185
        <void property="backgroundColorPercentage">
-
 
1186
            <string>rgb(137,255,0)</string>
-
 
1187
        </void>
-
 
1188
        <void property="percentDefined">
-
 
1189
            <string>84</string>
-
 
1190
        </void>
-
 
1191
        <void property="usePercentageColor">
-
 
1192
            <boolean>true</boolean>
-
 
1193
        </void>
-
 
1194
        <void property="value">
-
 
1195
            <string>4,20</string>
-
 
1196
        </void>
-
 
1197
    </object>
-
 
1198
</void>
-
 
1199
<void method="add">
-
 
1200
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1201
        <void property="backgroundColorPercentage">
-
 
1202
            <string>rgb(137,255,0)</string>
-
 
1203
        </void>
-
 
1204
        <void property="percentDefined">
-
 
1205
            <string>84</string>
-
 
1206
        </void>
-
 
1207
        <void property="usePercentageColor">
-
 
1208
            <boolean>true</boolean>
-
 
1209
        </void>
-
 
1210
        <void property="value">
-
 
1211
            <string>4,20</string>
-
 
1212
        </void>
-
 
1213
    </object>
-
 
1214
</void>
-
 
1215
<void method="add">
-
 
1216
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1217
        <void property="backgroundColorPercentage">
-
 
1218
            <string>rgb(137,255,0)</string>
-
 
1219
        </void>
-
 
1220
        <void property="percentDefined">
-
 
1221
            <string>84</string>
-
 
1222
        </void>
-
 
1223
        <void property="usePercentageColor">
-
 
1224
            <boolean>true</boolean>
-
 
1225
        </void>
-
 
1226
        <void property="value">
-
 
1227
            <string>4,20</string>
-
 
1228
        </void>
-
 
1229
    </object>
-
 
1230
</void>
-
 
1231
<void method="add">
-
 
1232
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1233
        <void property="backgroundColorPercentage">
-
 
1234
            <string>rgb(163,255,0)</string>
-
 
1235
        </void>
-
 
1236
        <void property="percentDefined">
-
 
1237
            <string>80</string>
-
 
1238
        </void>
-
 
1239
        <void property="usePercentageColor">
-
 
1240
            <boolean>true</boolean>
-
 
1241
        </void>
-
 
1242
        <void property="value">
-
 
1243
            <string>4,00</string>
-
 
1244
        </void>
-
 
1245
    </object>
-
 
1246
</void>
-
 
1247
<void method="add">
-
 
1248
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1249
        <void property="backgroundColorPercentage">
-
 
1250
            <string>rgb(137,255,0)</string>
-
 
1251
        </void>
-
 
1252
        <void property="percentDefined">
-
 
1253
            <string>84</string>
-
 
1254
        </void>
-
 
1255
        <void property="usePercentageColor">
-
 
1256
            <boolean>true</boolean>
-
 
1257
        </void>
-
 
1258
        <void property="value">
-
 
1259
            <string>4,20</string>
-
 
1260
        </void>
-
 
1261
    </object>
-
 
1262
</void>
-
 
1263
<void method="add">
-
 
1264
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1265
        <void property="backgroundColorPercentage">
-
 
1266
            <string>rgb(163,255,0)</string>
-
 
1267
        </void>
-
 
1268
        <void property="percentDefined">
-
 
1269
            <string>80</string>
-
 
1270
        </void>
-
 
1271
        <void property="usePercentageColor">
-
 
1272
            <boolean>true</boolean>
-
 
1273
        </void>
-
 
1274
        <void property="value">
-
 
1275
            <string>4,00</string>
-
 
1276
        </void>
-
 
1277
    </object>
-
 
1278
</void>
-
 
1279
<void method="add">
-
 
1280
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1281
        <void property="backgroundColorPercentage">
-
 
1282
            <string>rgb(205,255,0)</string>
-
 
1283
        </void>
-
 
1284
        <void property="percentDefined">
-
 
1285
            <string>72</string>
-
 
1286
        </void>
-
 
1287
        <void property="usePercentageColor">
-
 
1288
            <boolean>true</boolean>
-
 
1289
        </void>
-
 
1290
        <void property="value">
-
 
1291
            <string>3,60</string>
-
 
1292
        </void>
-
 
1293
    </object>
-
 
1294
</void>
-
 
1295
<void method="add">
-
 
1296
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1297
        <void property="backgroundColorPercentage">
-
 
1298
            <string>rgb(137,255,0)</string>
-
 
1299
        </void>
-
 
1300
        <void property="percentDefined">
-
 
1301
            <string>84</string>
-
 
1302
        </void>
-
 
1303
        <void property="usePercentageColor">
-
 
1304
            <boolean>true</boolean>
-
 
1305
        </void>
-
 
1306
        <void property="value">
-
 
1307
            <string>4,20</string>
-
 
1308
        </void>
-
 
1309
    </object>
-
 
1310
</void>
-
 
1311
<void method="add">
-
 
1312
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1313
        <void property="value">
-
 
1314
            <string>5</string>
-
 
1315
        </void>
-
 
1316
    </object>
-
 
1317
</void>
-
 
1318
<void method="add">
-
 
1319
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1320
        <void property="value">
-
 
1321
            <string>1</string>
-
 
1322
        </void>
-
 
1323
    </object>
-
 
1324
</void>
-
 
1325
<void method="add">
-
 
1326
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1327
        <void property="value">
-
 
1328
            <string>5</string>
-
 
1329
        </void>
-
 
1330
    </object>
-
 
1331
</void>
-
 
1332
<void method="add">
-
 
1333
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1334
        <void property="value">
-
 
1335
            <string>5</string>
-
 
1336
        </void>
-
 
1337
    </object>
-
 
1338
</void>
-
 
1339
<void method="add">
-
 
1340
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1341
        <void property="backgroundColorPercentage">
-
 
1342
            <string>rgb(1,255,0)</string>
-
 
1343
        </void>
-
 
1344
        <void property="usePercentageColor">
-
 
1345
            <boolean>true</boolean>
-
 
1346
        </void>
-
 
1347
        <void property="value">
-
 
1348
            <string>100</string>
-
 
1349
        </void>
-
 
1350
    </object>
-
 
1351
</void>
-
 
1352
</void>
-
 
1353
<void property="type">
-
 
1354
    <string>normal</string>
-
 
1355
</void>
-
 
1356
</object>
-
 
1357
</void>
-
 
1358
<void method="add">
-
 
1359
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
1360
        id="DataTable$Row7">
-
 
1361
<void property="cols">
-
 
1362
<void method="add">
-
 
1363
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1364
        <void property="value">
-
 
1365
            <string>Análise de Concepção de Sistemas</string>
-
 
1366
        </void>
-
 
1367
    </object>
-
 
1368
</void>
-
 
1369
<void method="add">
-
 
1370
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1371
        <void property="value">
-
 
1372
            <string>Engenharia Informática</string>
-
 
1373
        </void>
-
 
1374
    </object>
-
 
1375
</void>
-
 
1376
<void method="add">
-
 
1377
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1378
        <void property="backgroundColorPercentage">
-
 
1379
            <string>rgb(150,255,0)</string>
-
 
1380
        </void>
-
 
1381
        <void property="percentDefined">
-
 
1382
            <string>82</string>
-
 
1383
        </void>
-
 
1384
        <void property="usePercentageColor">
-
 
1385
            <boolean>true</boolean>
-
 
1386
        </void>
-
 
1387
        <void property="value">
-
 
1388
            <string>4,14</string>
-
 
1389
        </void>
-
 
1390
    </object>
-
 
1391
</void>
-
 
1392
<void method="add">
-
 
1393
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1394
        <void property="backgroundColorPercentage">
-
 
1395
            <string>rgb(150,255,0)</string>
-
 
1396
        </void>
-
 
1397
        <void property="percentDefined">
-
 
1398
            <string>82</string>
-
 
1399
        </void>
-
 
1400
        <void property="usePercentageColor">
-
 
1401
            <boolean>true</boolean>
-
 
1402
        </void>
-
 
1403
        <void property="value">
-
 
1404
            <string>4,14</string>
-
 
1405
        </void>
-
 
1406
    </object>
-
 
1407
</void>
-
 
1408
<void method="add">
-
 
1409
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1410
        <void property="backgroundColorPercentage">
-
 
1411
            <string>rgb(180,255,0)</string>
-
 
1412
        </void>
-
 
1413
        <void property="percentDefined">
-
 
1414
            <string>77</string>
-
 
1415
        </void>
-
 
1416
        <void property="usePercentageColor">
-
 
1417
            <boolean>true</boolean>
-
 
1418
        </void>
-
 
1419
        <void property="value">
-
 
1420
            <string>3,86</string>
-
 
1421
        </void>
-
 
1422
    </object>
-
 
1423
</void>
-
 
1424
<void method="add">
-
 
1425
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1426
        <void property="backgroundColorPercentage">
-
 
1427
            <string>rgb(163,255,0)</string>
-
 
1428
        </void>
-
 
1429
        <void property="percentDefined">
-
 
1430
            <string>80</string>
-
 
1431
        </void>
-
 
1432
        <void property="usePercentageColor">
-
 
1433
            <boolean>true</boolean>
-
 
1434
        </void>
-
 
1435
        <void property="value">
-
 
1436
            <string>4,00</string>
-
 
1437
        </void>
-
 
1438
    </object>
-
 
1439
</void>
-
 
1440
<void method="add">
-
 
1441
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1442
        <void property="backgroundColorPercentage">
-
 
1443
            <string>rgb(130,255,0)</string>
-
 
1444
        </void>
-
 
1445
        <void property="percentDefined">
-
 
1446
            <string>85</string>
-
 
1447
        </void>
-
 
1448
        <void property="usePercentageColor">
-
 
1449
            <boolean>true</boolean>
-
 
1450
        </void>
-
 
1451
        <void property="value">
-
 
1452
            <string>4,29</string>
-
 
1453
        </void>
-
 
1454
    </object>
-
 
1455
</void>
-
 
1456
<void method="add">
-
 
1457
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1458
        <void property="backgroundColorPercentage">
-
 
1459
            <string>rgb(150,255,0)</string>
-
 
1460
        </void>
-
 
1461
        <void property="percentDefined">
-
 
1462
            <string>82</string>
-
 
1463
        </void>
-
 
1464
        <void property="usePercentageColor">
-
 
1465
            <boolean>true</boolean>
-
 
1466
        </void>
-
 
1467
        <void property="value">
-
 
1468
            <string>4,14</string>
-
 
1469
        </void>
-
 
1470
    </object>
-
 
1471
</void>
-
 
1472
<void method="add">
-
 
1473
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1474
        <void property="backgroundColorPercentage">
-
 
1475
            <string>rgb(84,255,0)</string>
-
 
1476
        </void>
-
 
1477
        <void property="percentDefined">
-
 
1478
            <string>91</string>
-
 
1479
        </void>
-
 
1480
        <void property="usePercentageColor">
-
 
1481
            <boolean>true</boolean>
-
 
1482
        </void>
-
 
1483
        <void property="value">
-
 
1484
            <string>4,57</string>
-
 
1485
        </void>
-
 
1486
    </object>
-
 
1487
</void>
-
 
1488
<void method="add">
-
 
1489
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1490
        <void property="backgroundColorPercentage">
-
 
1491
            <string>rgb(163,255,0)</string>
-
 
1492
        </void>
-
 
1493
        <void property="percentDefined">
-
 
1494
            <string>80</string>
-
 
1495
        </void>
-
 
1496
        <void property="usePercentageColor">
-
 
1497
            <boolean>true</boolean>
-
 
1498
        </void>
-
 
1499
        <void property="value">
-
 
1500
            <string>4,00</string>
-
 
1501
        </void>
-
 
1502
    </object>
-
 
1503
</void>
-
 
1504
<void method="add">
-
 
1505
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1506
        <void property="backgroundColorPercentage">
-
 
1507
            <string>rgb(232,255,0)</string>
-
 
1508
        </void>
-
 
1509
        <void property="percentDefined">
-
 
1510
            <string>65</string>
-
 
1511
        </void>
-
 
1512
        <void property="usePercentageColor">
-
 
1513
            <boolean>true</boolean>
-
 
1514
        </void>
-
 
1515
        <void property="value">
-
 
1516
            <string>3,29</string>
-
 
1517
        </void>
-
 
1518
    </object>
-
 
1519
</void>
-
 
1520
<void method="add">
-
 
1521
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1522
        <void property="backgroundColorPercentage">
-
 
1523
            <string>rgb(163,255,0)</string>
-
 
1524
        </void>
-
 
1525
        <void property="percentDefined">
-
 
1526
            <string>80</string>
-
 
1527
        </void>
-
 
1528
        <void property="usePercentageColor">
-
 
1529
            <boolean>true</boolean>
-
 
1530
        </void>
-
 
1531
        <void property="value">
-
 
1532
            <string>4,00</string>
-
 
1533
        </void>
-
 
1534
    </object>
-
 
1535
</void>
-
 
1536
<void method="add">
-
 
1537
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1538
        <void property="value">
-
 
1539
            <string>8</string>
-
 
1540
        </void>
-
 
1541
    </object>
-
 
1542
</void>
-
 
1543
<void method="add">
-
 
1544
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1545
        <void property="value">
-
 
1546
            <string>1</string>
-
 
1547
        </void>
-
 
1548
    </object>
-
 
1549
</void>
-
 
1550
<void method="add">
-
 
1551
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1552
        <void property="value">
-
 
1553
            <string>8</string>
-
 
1554
        </void>
-
 
1555
    </object>
-
 
1556
</void>
-
 
1557
<void method="add">
-
 
1558
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1559
        <void property="value">
-
 
1560
            <string>7</string>
-
 
1561
        </void>
-
 
1562
    </object>
-
 
1563
</void>
-
 
1564
<void method="add">
-
 
1565
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1566
        <void property="backgroundColorPercentage">
-
 
1567
            <string>rgb(115,255,0)</string>
-
 
1568
        </void>
-
 
1569
        <void property="usePercentageColor">
-
 
1570
            <boolean>true</boolean>
-
 
1571
        </void>
-
 
1572
        <void property="value">
-
 
1573
            <string>87</string>
-
 
1574
        </void>
-
 
1575
    </object>
-
 
1576
</void>
-
 
1577
</void>
-
 
1578
<void property="type">
-
 
1579
    <string>normal</string>
-
 
1580
</void>
-
 
1581
</object>
-
 
1582
</void>
-
 
1583
<void method="add">
-
 
1584
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
1585
        id="DataTable$Row8">
-
 
1586
<void property="cols">
-
 
1587
<void method="add">
-
 
1588
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1589
        <void property="value">
-
 
1590
            <string>Análise Matemática II</string>
-
 
1591
        </void>
-
 
1592
    </object>
-
 
1593
</void>
-
 
1594
<void method="add">
-
 
1595
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1596
        <void property="value">
-
 
1597
            <string>Engenharia Informática</string>
-
 
1598
        </void>
-
 
1599
    </object>
-
 
1600
</void>
-
 
1601
<void method="add">
-
 
1602
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1603
        <void property="backgroundColorPercentage">
-
 
1604
            <string>rgb(235,255,0)</string>
-
 
1605
        </void>
-
 
1606
        <void property="percentDefined">
-
 
1607
            <string>64</string>
-
 
1608
        </void>
-
 
1609
        <void property="usePercentageColor">
-
 
1610
            <boolean>true</boolean>
-
 
1611
        </void>
-
 
1612
        <void property="value">
-
 
1613
            <string>3,23</string>
-
 
1614
        </void>
-
 
1615
    </object>
-
 
1616
</void>
-
 
1617
<void method="add">
-
 
1618
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1619
        <void property="backgroundColorPercentage">
-
 
1620
            <string>rgb(123,255,0)</string>
-
 
1621
        </void>
-
 
1622
        <void property="percentDefined">
-
 
1623
            <string>86</string>
-
 
1624
        </void>
-
 
1625
        <void property="usePercentageColor">
-
 
1626
            <boolean>true</boolean>
-
 
1627
        </void>
-
 
1628
        <void property="value">
-
 
1629
            <string>4,32</string>
-
 
1630
        </void>
-
 
1631
    </object>
-
 
1632
</void>
-
 
1633
<void method="add">
-
 
1634
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1635
        <void property="backgroundColorPercentage">
-
 
1636
            <string>rgb(205,255,0)</string>
-
 
1637
        </void>
-
 
1638
        <void property="percentDefined">
-
 
1639
            <string>72</string>
-
 
1640
        </void>
-
 
1641
        <void property="usePercentageColor">
-
 
1642
            <boolean>true</boolean>
-
 
1643
        </void>
-
 
1644
        <void property="value">
-
 
1645
            <string>3,64</string>
-
 
1646
        </void>
-
 
1647
    </object>
-
 
1648
</void>
-
 
1649
<void method="add">
-
 
1650
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1651
        <void property="backgroundColorPercentage">
-
 
1652
            <string>rgb(157,255,0)</string>
-
 
1653
        </void>
-
 
1654
        <void property="percentDefined">
-
 
1655
            <string>81</string>
-
 
1656
        </void>
-
 
1657
        <void property="usePercentageColor">
-
 
1658
            <boolean>true</boolean>
-
 
1659
        </void>
-
 
1660
        <void property="value">
-
 
1661
            <string>4,09</string>
-
 
1662
        </void>
-
 
1663
    </object>
-
 
1664
</void>
-
 
1665
<void method="add">
-
 
1666
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1667
        <void property="backgroundColorPercentage">
-
 
1668
            <string>rgb(205,255,0)</string>
-
 
1669
        </void>
-
 
1670
        <void property="percentDefined">
-
 
1671
            <string>72</string>
-
 
1672
        </void>
-
 
1673
        <void property="usePercentageColor">
-
 
1674
            <boolean>true</boolean>
-
 
1675
        </void>
-
 
1676
        <void property="value">
-
 
1677
            <string>3,64</string>
-
 
1678
        </void>
-
 
1679
    </object>
-
 
1680
</void>
-
 
1681
<void method="add">
-
 
1682
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1683
        <void property="backgroundColorPercentage">
-
 
1684
            <string>rgb(137,255,0)</string>
-
 
1685
        </void>
-
 
1686
        <void property="percentDefined">
-
 
1687
            <string>84</string>
-
 
1688
        </void>
-
 
1689
        <void property="usePercentageColor">
-
 
1690
            <boolean>true</boolean>
-
 
1691
        </void>
-
 
1692
        <void property="value">
-
 
1693
            <string>4,23</string>
-
 
1694
        </void>
-
 
1695
    </object>
-
 
1696
</void>
-
 
1697
<void method="add">
-
 
1698
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1699
        <void property="backgroundColorPercentage">
-
 
1700
            <string>rgb(130,255,0)</string>
-
 
1701
        </void>
-
 
1702
        <void property="percentDefined">
-
 
1703
            <string>85</string>
-
 
1704
        </void>
-
 
1705
        <void property="usePercentageColor">
-
 
1706
            <boolean>true</boolean>
-
 
1707
        </void>
-
 
1708
        <void property="value">
-
 
1709
            <string>4,27</string>
-
 
1710
        </void>
-
 
1711
    </object>
-
 
1712
</void>
-
 
1713
<void method="add">
-
 
1714
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1715
        <void property="backgroundColorPercentage">
-
 
1716
            <string>rgb(169,255,0)</string>
-
 
1717
        </void>
-
 
1718
        <void property="percentDefined">
-
 
1719
            <string>79</string>
-
 
1720
        </void>
-
 
1721
        <void property="usePercentageColor">
-
 
1722
            <boolean>true</boolean>
-
 
1723
        </void>
-
 
1724
        <void property="value">
-
 
1725
            <string>3,95</string>
-
 
1726
        </void>
-
 
1727
    </object>
-
 
1728
</void>
-
 
1729
<void method="add">
-
 
1730
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1731
        <void property="backgroundColorPercentage">
-
 
1732
            <string>rgb(214,255,0)</string>
-
 
1733
        </void>
-
 
1734
        <void property="percentDefined">
-
 
1735
            <string>70</string>
-
 
1736
        </void>
-
 
1737
        <void property="usePercentageColor">
-
 
1738
            <boolean>true</boolean>
-
 
1739
        </void>
-
 
1740
        <void property="value">
-
 
1741
            <string>3,55</string>
-
 
1742
        </void>
-
 
1743
    </object>
-
 
1744
</void>
-
 
1745
<void method="add">
-
 
1746
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1747
        <void property="backgroundColorPercentage">
-
 
1748
            <string>rgb(191,255,0)</string>
-
 
1749
        </void>
-
 
1750
        <void property="percentDefined">
-
 
1751
            <string>75</string>
-
 
1752
        </void>
-
 
1753
        <void property="usePercentageColor">
-
 
1754
            <boolean>true</boolean>
-
 
1755
        </void>
-
 
1756
        <void property="value">
-
 
1757
            <string>3,77</string>
-
 
1758
        </void>
-
 
1759
    </object>
-
 
1760
</void>
-
 
1761
<void method="add">
-
 
1762
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1763
        <void property="value">
-
 
1764
            <string>35</string>
-
 
1765
        </void>
-
 
1766
    </object>
-
 
1767
</void>
-
 
1768
<void method="add">
-
 
1769
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1770
        <void property="value">
-
 
1771
            <string>1</string>
-
 
1772
        </void>
-
 
1773
    </object>
-
 
1774
</void>
-
 
1775
<void method="add">
-
 
1776
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1777
        <void property="value">
-
 
1778
            <string>35</string>
-
 
1779
        </void>
-
 
1780
    </object>
-
 
1781
</void>
-
 
1782
<void method="add">
-
 
1783
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1784
        <void property="value">
-
 
1785
            <string>22</string>
-
 
1786
        </void>
-
 
1787
    </object>
-
 
1788
</void>
-
 
1789
<void method="add">
-
 
1790
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1791
        <void property="backgroundColorPercentage">
-
 
1792
            <string>rgb(240,255,0)</string>
-
 
1793
        </void>
-
 
1794
        <void property="usePercentageColor">
-
 
1795
            <boolean>true</boolean>
-
 
1796
        </void>
-
 
1797
        <void property="value">
-
 
1798
            <string>62</string>
-
 
1799
        </void>
-
 
1800
    </object>
-
 
1801
</void>
-
 
1802
</void>
-
 
1803
<void property="type">
-
 
1804
    <string>normal</string>
-
 
1805
</void>
-
 
1806
</object>
-
 
1807
</void>
-
 
1808
<void method="add">
-
 
1809
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
1810
        id="DataTable$Row9">
-
 
1811
<void property="cols">
-
 
1812
<void method="add">
-
 
1813
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1814
        <void property="value">
-
 
1815
            <string>Interface Pessoa-Máquina</string>
-
 
1816
        </void>
-
 
1817
    </object>
-
 
1818
</void>
-
 
1819
<void method="add">
-
 
1820
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1821
        <void property="value">
-
 
1822
            <string>Engenharia Informática</string>
-
 
1823
        </void>
-
 
1824
    </object>
-
 
1825
</void>
-
 
1826
<void method="add">
-
 
1827
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1828
        <void property="backgroundColorPercentage">
-
 
1829
            <string>rgb(244,255,0)</string>
-
 
1830
        </void>
-
 
1831
        <void property="percentDefined">
-
 
1832
            <string>60</string>
-
 
1833
        </void>
-
 
1834
        <void property="usePercentageColor">
-
 
1835
            <boolean>true</boolean>
-
 
1836
        </void>
-
 
1837
        <void property="value">
-
 
1838
            <string>3,00</string>
-
 
1839
        </void>
-
 
1840
    </object>
-
 
1841
</void>
-
 
1842
<void method="add">
-
 
1843
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1844
        <void property="backgroundColorPercentage">
-
 
1845
            <string>rgb(130,255,0)</string>
-
 
1846
        </void>
-
 
1847
        <void property="percentDefined">
-
 
1848
            <string>85</string>
-
 
1849
        </void>
-
 
1850
        <void property="usePercentageColor">
-
 
1851
            <boolean>true</boolean>
-
 
1852
        </void>
-
 
1853
        <void property="value">
-
 
1854
            <string>4,25</string>
-
 
1855
        </void>
-
 
1856
    </object>
-
 
1857
</void>
-
 
1858
<void method="add">
-
 
1859
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1860
        <void property="backgroundColorPercentage">
-
 
1861
            <string>rgb(115,255,0)</string>
-
 
1862
        </void>
-
 
1863
        <void property="percentDefined">
-
 
1864
            <string>87</string>
-
 
1865
        </void>
-
 
1866
        <void property="usePercentageColor">
-
 
1867
            <boolean>true</boolean>
-
 
1868
        </void>
-
 
1869
        <void property="value">
-
 
1870
            <string>4,38</string>
-
 
1871
        </void>
-
 
1872
    </object>
-
 
1873
</void>
-
 
1874
<void method="add">
-
 
1875
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1876
        <void property="backgroundColorPercentage">
-
 
1877
            <string>rgb(150,255,0)</string>
-
 
1878
        </void>
-
 
1879
        <void property="percentDefined">
-
 
1880
            <string>82</string>
-
 
1881
        </void>
-
 
1882
        <void property="usePercentageColor">
-
 
1883
            <boolean>true</boolean>
-
 
1884
        </void>
-
 
1885
        <void property="value">
-
 
1886
            <string>4,12</string>
-
 
1887
        </void>
-
 
1888
    </object>
-
 
1889
</void>
-
 
1890
<void method="add">
-
 
1891
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1892
        <void property="backgroundColorPercentage">
-
 
1893
            <string>rgb(115,255,0)</string>
-
 
1894
        </void>
-
 
1895
        <void property="percentDefined">
-
 
1896
            <string>87</string>
-
 
1897
        </void>
-
 
1898
        <void property="usePercentageColor">
-
 
1899
            <boolean>true</boolean>
-
 
1900
        </void>
-
 
1901
        <void property="value">
-
 
1902
            <string>4,38</string>
-
 
1903
        </void>
-
 
1904
    </object>
-
 
1905
</void>
-
 
1906
<void method="add">
-
 
1907
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1908
        <void property="backgroundColorPercentage">
-
 
1909
            <string>rgb(130,255,0)</string>
-
 
1910
        </void>
-
 
1911
        <void property="percentDefined">
-
 
1912
            <string>85</string>
-
 
1913
        </void>
-
 
1914
        <void property="usePercentageColor">
-
 
1915
            <boolean>true</boolean>
-
 
1916
        </void>
-
 
1917
        <void property="value">
-
 
1918
            <string>4,25</string>
-
 
1919
        </void>
-
 
1920
    </object>
-
 
1921
</void>
-
 
1922
<void method="add">
-
 
1923
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1924
        <void property="backgroundColorPercentage">
-
 
1925
            <string>rgb(150,255,0)</string>
-
 
1926
        </void>
-
 
1927
        <void property="percentDefined">
-
 
1928
            <string>82</string>
-
 
1929
        </void>
-
 
1930
        <void property="usePercentageColor">
-
 
1931
            <boolean>true</boolean>
-
 
1932
        </void>
-
 
1933
        <void property="value">
-
 
1934
            <string>4,12</string>
-
 
1935
        </void>
-
 
1936
    </object>
-
 
1937
</void>
-
 
1938
<void method="add">
-
 
1939
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1940
        <void property="backgroundColorPercentage">
-
 
1941
            <string>rgb(205,255,0)</string>
-
 
1942
        </void>
-
 
1943
        <void property="percentDefined">
-
 
1944
            <string>72</string>
-
 
1945
        </void>
-
 
1946
        <void property="usePercentageColor">
-
 
1947
            <boolean>true</boolean>
-
 
1948
        </void>
-
 
1949
        <void property="value">
-
 
1950
            <string>3,62</string>
-
 
1951
        </void>
-
 
1952
    </object>
-
 
1953
</void>
-
 
1954
<void method="add">
-
 
1955
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1956
        <void property="backgroundColorPercentage">
-
 
1957
            <string>rgb(191,255,0)</string>
-
 
1958
        </void>
-
 
1959
        <void property="percentDefined">
-
 
1960
            <string>75</string>
-
 
1961
        </void>
-
 
1962
        <void property="usePercentageColor">
-
 
1963
            <boolean>true</boolean>
-
 
1964
        </void>
-
 
1965
        <void property="value">
-
 
1966
            <string>3,75</string>
-
 
1967
        </void>
-
 
1968
    </object>
-
 
1969
</void>
-
 
1970
<void method="add">
-
 
1971
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1972
        <void property="backgroundColorPercentage">
-
 
1973
            <string>rgb(163,255,0)</string>
-
 
1974
        </void>
-
 
1975
        <void property="percentDefined">
-
 
1976
            <string>80</string>
-
 
1977
        </void>
-
 
1978
        <void property="usePercentageColor">
-
 
1979
            <boolean>true</boolean>
-
 
1980
        </void>
-
 
1981
        <void property="value">
-
 
1982
            <string>4,00</string>
-
 
1983
        </void>
-
 
1984
    </object>
-
 
1985
</void>
-
 
1986
<void method="add">
-
 
1987
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1988
        <void property="value">
-
 
1989
            <string>9</string>
-
 
1990
        </void>
-
 
1991
    </object>
-
 
1992
</void>
-
 
1993
<void method="add">
-
 
1994
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
1995
        <void property="value">
-
 
1996
            <string>1</string>
-
 
1997
        </void>
-
 
1998
    </object>
-
 
1999
</void>
-
 
2000
<void method="add">
-
 
2001
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2002
        <void property="value">
-
 
2003
            <string>9</string>
-
 
2004
        </void>
-
 
2005
    </object>
-
 
2006
</void>
-
 
2007
<void method="add">
-
 
2008
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2009
        <void property="value">
-
 
2010
            <string>8</string>
-
 
2011
        </void>
-
 
2012
    </object>
-
 
2013
</void>
-
 
2014
<void method="add">
-
 
2015
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2016
        <void property="backgroundColorPercentage">
-
 
2017
            <string>rgb(108,255,0)</string>
-
 
2018
        </void>
-
 
2019
        <void property="usePercentageColor">
-
 
2020
            <boolean>true</boolean>
-
 
2021
        </void>
-
 
2022
        <void property="value">
-
 
2023
            <string>88</string>
-
 
2024
        </void>
-
 
2025
    </object>
-
 
2026
</void>
-
 
2027
</void>
-
 
2028
<void property="type">
-
 
2029
    <string>normal</string>
-
 
2030
</void>
-
 
2031
</object>
-
 
2032
</void>
-
 
2033
<void method="add">
-
 
2034
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
2035
        id="DataTable$Row10">
-
 
2036
<void property="cols">
-
 
2037
<void method="add">
-
 
2038
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2039
        <void property="value">
-
 
2040
            <string>Seminário II</string>
-
 
2041
        </void>
-
 
2042
    </object>
-
 
2043
</void>
-
 
2044
<void method="add">
-
 
2045
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2046
        <void property="value">
-
 
2047
            <string>Engenharia Informática</string>
-
 
2048
        </void>
-
 
2049
    </object>
-
 
2050
</void>
-
 
2051
<void method="add">
-
 
2052
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2053
        <void property="backgroundColorPercentage">
-
 
2054
            <string>rgb(218,255,0)</string>
-
 
2055
        </void>
-
 
2056
        <void property="percentDefined">
-
 
2057
            <string>69</string>
-
 
2058
        </void>
-
 
2059
        <void property="usePercentageColor">
-
 
2060
            <boolean>true</boolean>
-
 
2061
        </void>
-
 
2062
        <void property="value">
-
 
2063
            <string>3,45</string>
-
 
2064
        </void>
-
 
2065
    </object>
-
 
2066
</void>
-
 
2067
<void method="add">
-
 
2068
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2069
        <void property="backgroundColorPercentage">
-
 
2070
            <string>rgb(175,255,0)</string>
-
 
2071
        </void>
-
 
2072
        <void property="percentDefined">
-
 
2073
            <string>78</string>
-
 
2074
        </void>
-
 
2075
        <void property="usePercentageColor">
-
 
2076
            <boolean>true</boolean>
-
 
2077
        </void>
-
 
2078
        <void property="value">
-
 
2079
            <string>3,91</string>
-
 
2080
        </void>
-
 
2081
    </object>
-
 
2082
</void>
-
 
2083
<void method="add">
-
 
2084
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2085
        <void property="backgroundColorPercentage">
-
 
2086
            <string>rgb(225,255,0)</string>
-
 
2087
        </void>
-
 
2088
        <void property="percentDefined">
-
 
2089
            <string>67</string>
-
 
2090
        </void>
-
 
2091
        <void property="usePercentageColor">
-
 
2092
            <boolean>true</boolean>
-
 
2093
        </void>
-
 
2094
        <void property="value">
-
 
2095
            <string>3,36</string>
-
 
2096
        </void>
-
 
2097
    </object>
-
 
2098
</void>
-
 
2099
<void method="add">
-
 
2100
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2101
        <void property="backgroundColorPercentage">
-
 
2102
            <string>rgb(196,255,0)</string>
-
 
2103
        </void>
-
 
2104
        <void property="percentDefined">
-
 
2105
            <string>74</string>
-
 
2106
        </void>
-
 
2107
        <void property="usePercentageColor">
-
 
2108
            <boolean>true</boolean>
-
 
2109
        </void>
-
 
2110
        <void property="value">
-
 
2111
            <string>3,73</string>
-
 
2112
        </void>
-
 
2113
    </object>
-
 
2114
</void>
-
 
2115
<void method="add">
-
 
2116
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2117
        <void property="backgroundColorPercentage">
-
 
2118
            <string>rgb(214,255,0)</string>
-
 
2119
        </void>
-
 
2120
        <void property="percentDefined">
-
 
2121
            <string>70</string>
-
 
2122
        </void>
-
 
2123
        <void property="usePercentageColor">
-
 
2124
            <boolean>true</boolean>
-
 
2125
        </void>
-
 
2126
        <void property="value">
-
 
2127
            <string>3,55</string>
-
 
2128
        </void>
-
 
2129
    </object>
-
 
2130
</void>
-
 
2131
<void method="add">
-
 
2132
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2133
        <void property="backgroundColorPercentage">
-
 
2134
            <string>rgb(144,255,0)</string>
-
 
2135
        </void>
-
 
2136
        <void property="percentDefined">
-
 
2137
            <string>83</string>
-
 
2138
        </void>
-
 
2139
        <void property="usePercentageColor">
-
 
2140
            <boolean>true</boolean>
-
 
2141
        </void>
-
 
2142
        <void property="value">
-
 
2143
            <string>4,18</string>
-
 
2144
        </void>
-
 
2145
    </object>
-
 
2146
</void>
-
 
2147
<void method="add">
-
 
2148
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2149
        <void property="backgroundColorPercentage">
-
 
2150
            <string>rgb(144,255,0)</string>
-
 
2151
        </void>
-
 
2152
        <void property="percentDefined">
-
 
2153
            <string>83</string>
-
 
2154
        </void>
-
 
2155
        <void property="usePercentageColor">
-
 
2156
            <boolean>true</boolean>
-
 
2157
        </void>
-
 
2158
        <void property="value">
-
 
2159
            <string>4,18</string>
-
 
2160
        </void>
-
 
2161
    </object>
-
 
2162
</void>
-
 
2163
<void method="add">
-
 
2164
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2165
        <void property="backgroundColorPercentage">
-
 
2166
            <string>rgb(186,255,0)</string>
-
 
2167
        </void>
-
 
2168
        <void property="percentDefined">
-
 
2169
            <string>76</string>
-
 
2170
        </void>
-
 
2171
        <void property="usePercentageColor">
-
 
2172
            <boolean>true</boolean>
-
 
2173
        </void>
-
 
2174
        <void property="value">
-
 
2175
            <string>3,82</string>
-
 
2176
        </void>
-
 
2177
    </object>
-
 
2178
</void>
-
 
2179
<void method="add">
-
 
2180
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2181
        <void property="backgroundColorPercentage">
-
 
2182
            <string>rgb(205,255,0)</string>
-
 
2183
        </void>
-
 
2184
        <void property="percentDefined">
-
 
2185
            <string>72</string>
-
 
2186
        </void>
-
 
2187
        <void property="usePercentageColor">
-
 
2188
            <boolean>true</boolean>
-
 
2189
        </void>
-
 
2190
        <void property="value">
-
 
2191
            <string>3,64</string>
-
 
2192
        </void>
-
 
2193
    </object>
-
 
2194
</void>
-
 
2195
<void method="add">
-
 
2196
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2197
        <void property="backgroundColorPercentage">
-
 
2198
            <string>rgb(196,255,0)</string>
-
 
2199
        </void>
-
 
2200
        <void property="percentDefined">
-
 
2201
            <string>74</string>
-
 
2202
        </void>
-
 
2203
        <void property="usePercentageColor">
-
 
2204
            <boolean>true</boolean>
-
 
2205
        </void>
-
 
2206
        <void property="value">
-
 
2207
            <string>3,73</string>
-
 
2208
        </void>
-
 
2209
    </object>
-
 
2210
</void>
-
 
2211
<void method="add">
-
 
2212
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2213
        <void property="value">
-
 
2214
            <string>18</string>
-
 
2215
        </void>
-
 
2216
    </object>
-
 
2217
</void>
-
 
2218
<void method="add">
-
 
2219
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2220
        <void property="value">
-
 
2221
            <string>1</string>
-
 
2222
        </void>
-
 
2223
    </object>
-
 
2224
</void>
-
 
2225
<void method="add">
-
 
2226
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2227
        <void property="value">
-
 
2228
            <string>18</string>
-
 
2229
        </void>
-
 
2230
    </object>
-
 
2231
</void>
-
 
2232
<void method="add">
-
 
2233
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2234
        <void property="value">
-
 
2235
            <string>11</string>
-
 
2236
        </void>
-
 
2237
    </object>
-
 
2238
</void>
-
 
2239
<void method="add">
-
 
2240
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2241
        <void property="backgroundColorPercentage">
-
 
2242
            <string>rgb(242,255,0)</string>
-
 
2243
        </void>
-
 
2244
        <void property="usePercentageColor">
-
 
2245
            <boolean>true</boolean>
-
 
2246
        </void>
-
 
2247
        <void property="value">
-
 
2248
            <string>61</string>
-
 
2249
        </void>
-
 
2250
    </object>
-
 
2251
</void>
-
 
2252
</void>
-
 
2253
<void property="type">
-
 
2254
    <string>normal</string>
-
 
2255
</void>
-
 
2256
</object>
-
 
2257
</void>
-
 
2258
<void method="add">
-
 
2259
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
2260
        id="DataTable$Row11">
-
 
2261
<void property="cols">
-
 
2262
<void method="add">
-
 
2263
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2264
        <void property="value">
-
 
2265
            <string>Programação Web com Bases de Dados</string>
-
 
2266
        </void>
-
 
2267
    </object>
-
 
2268
</void>
-
 
2269
<void method="add">
-
 
2270
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2271
        <void property="value">
-
 
2272
            <string>Engenharia Informática</string>
-
 
2273
        </void>
-
 
2274
    </object>
-
 
2275
</void>
-
 
2276
<void method="add">
-
 
2277
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2278
        <void property="backgroundColorPercentage">
-
 
2279
            <string>rgb(92,255,0)</string>
-
 
2280
        </void>
-
 
2281
        <void property="percentDefined">
-
 
2282
            <string>90</string>
-
 
2283
        </void>
-
 
2284
        <void property="usePercentageColor">
-
 
2285
            <boolean>true</boolean>
-
 
2286
        </void>
-
 
2287
        <void property="value">
-
 
2288
            <string>4,50</string>
-
 
2289
        </void>
-
 
2290
    </object>
-
 
2291
</void>
-
 
2292
<void method="add">
-
 
2293
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2294
        <void property="backgroundColorPercentage">
-
 
2295
            <string>rgb(75,255,0)</string>
-
 
2296
        </void>
-
 
2297
        <void property="percentDefined">
-
 
2298
            <string>92</string>
-
 
2299
        </void>
-
 
2300
        <void property="usePercentageColor">
-
 
2301
            <boolean>true</boolean>
-
 
2302
        </void>
-
 
2303
        <void property="value">
-
 
2304
            <string>4,60</string>
-
 
2305
        </void>
-
 
2306
    </object>
-
 
2307
</void>
-
 
2308
<void method="add">
-
 
2309
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2310
        <void property="backgroundColorPercentage">
-
 
2311
            <string>rgb(92,255,0)</string>
-
 
2312
        </void>
-
 
2313
        <void property="percentDefined">
-
 
2314
            <string>90</string>
-
 
2315
        </void>
-
 
2316
        <void property="usePercentageColor">
-
 
2317
            <boolean>true</boolean>
-
 
2318
        </void>
-
 
2319
        <void property="value">
-
 
2320
            <string>4,50</string>
-
 
2321
        </void>
-
 
2322
    </object>
-
 
2323
</void>
-
 
2324
<void method="add">
-
 
2325
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2326
        <void property="backgroundColorPercentage">
-
 
2327
            <string>rgb(108,255,0)</string>
-
 
2328
        </void>
-
 
2329
        <void property="percentDefined">
-
 
2330
            <string>88</string>
-
 
2331
        </void>
-
 
2332
        <void property="usePercentageColor">
-
 
2333
            <boolean>true</boolean>
-
 
2334
        </void>
-
 
2335
        <void property="value">
-
 
2336
            <string>4,40</string>
-
 
2337
        </void>
-
 
2338
    </object>
-
 
2339
</void>
-
 
2340
<void method="add">
-
 
2341
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2342
        <void property="backgroundColorPercentage">
-
 
2343
            <string>rgb(108,255,0)</string>
-
 
2344
        </void>
-
 
2345
        <void property="percentDefined">
-
 
2346
            <string>88</string>
-
 
2347
        </void>
-
 
2348
        <void property="usePercentageColor">
-
 
2349
            <boolean>true</boolean>
-
 
2350
        </void>
-
 
2351
        <void property="value">
-
 
2352
            <string>4,40</string>
-
 
2353
        </void>
-
 
2354
    </object>
-
 
2355
</void>
-
 
2356
<void method="add">
-
 
2357
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2358
        <void property="backgroundColorPercentage">
-
 
2359
            <string>rgb(196,255,0)</string>
-
 
2360
        </void>
-
 
2361
        <void property="percentDefined">
-
 
2362
            <string>74</string>
-
 
2363
        </void>
-
 
2364
        <void property="usePercentageColor">
-
 
2365
            <boolean>true</boolean>
-
 
2366
        </void>
-
 
2367
        <void property="value">
-
 
2368
            <string>3,70</string>
-
 
2369
        </void>
-
 
2370
    </object>
-
 
2371
</void>
-
 
2372
<void method="add">
-
 
2373
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2374
        <void property="backgroundColorPercentage">
-
 
2375
            <string>rgb(123,255,0)</string>
-
 
2376
        </void>
-
 
2377
        <void property="percentDefined">
-
 
2378
            <string>86</string>
-
 
2379
        </void>
-
 
2380
        <void property="usePercentageColor">
-
 
2381
            <boolean>true</boolean>
-
 
2382
        </void>
-
 
2383
        <void property="value">
-
 
2384
            <string>4,30</string>
-
 
2385
        </void>
-
 
2386
    </object>
-
 
2387
</void>
-
 
2388
<void method="add">
-
 
2389
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2390
        <void property="backgroundColorPercentage">
-
 
2391
            <string>rgb(186,255,0)</string>
-
 
2392
        </void>
-
 
2393
        <void property="percentDefined">
-
 
2394
            <string>76</string>
-
 
2395
        </void>
-
 
2396
        <void property="usePercentageColor">
-
 
2397
            <boolean>true</boolean>
-
 
2398
        </void>
-
 
2399
        <void property="value">
-
 
2400
            <string>3,80</string>
-
 
2401
        </void>
-
 
2402
    </object>
-
 
2403
</void>
-
 
2404
<void method="add">
-
 
2405
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2406
        <void property="backgroundColorPercentage">
-
 
2407
            <string>rgb(205,255,0)</string>
-
 
2408
        </void>
-
 
2409
        <void property="percentDefined">
-
 
2410
            <string>72</string>
-
 
2411
        </void>
-
 
2412
        <void property="usePercentageColor">
-
 
2413
            <boolean>true</boolean>
-
 
2414
        </void>
-
 
2415
        <void property="value">
-
 
2416
            <string>3,60</string>
-
 
2417
        </void>
-
 
2418
    </object>
-
 
2419
</void>
-
 
2420
<void method="add">
-
 
2421
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2422
        <void property="backgroundColorPercentage">
-
 
2423
            <string>rgb(150,255,0)</string>
-
 
2424
        </void>
-
 
2425
        <void property="percentDefined">
-
 
2426
            <string>82</string>
-
 
2427
        </void>
-
 
2428
        <void property="usePercentageColor">
-
 
2429
            <boolean>true</boolean>
-
 
2430
        </void>
-
 
2431
        <void property="value">
-
 
2432
            <string>4,10</string>
-
 
2433
        </void>
-
 
2434
    </object>
-
 
2435
</void>
-
 
2436
<void method="add">
-
 
2437
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2438
        <void property="value">
-
 
2439
            <string>11</string>
-
 
2440
        </void>
-
 
2441
    </object>
-
 
2442
</void>
-
 
2443
<void method="add">
-
 
2444
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2445
        <void property="value">
-
 
2446
            <string>1</string>
-
 
2447
        </void>
-
 
2448
    </object>
-
 
2449
</void>
-
 
2450
<void method="add">
-
 
2451
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2452
        <void property="value">
-
 
2453
            <string>11</string>
-
 
2454
        </void>
-
 
2455
    </object>
-
 
2456
</void>
-
 
2457
<void method="add">
-
 
2458
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2459
        <void property="value">
-
 
2460
            <string>10</string>
-
 
2461
        </void>
-
 
2462
    </object>
-
 
2463
</void>
-
 
2464
<void method="add">
-
 
2465
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2466
        <void property="backgroundColorPercentage">
-
 
2467
            <string>rgb(92,255,0)</string>
-
 
2468
        </void>
-
 
2469
        <void property="usePercentageColor">
-
 
2470
            <boolean>true</boolean>
-
 
2471
        </void>
-
 
2472
        <void property="value">
-
 
2473
            <string>90</string>
-
 
2474
        </void>
-
 
2475
    </object>
-
 
2476
</void>
-
 
2477
</void>
-
 
2478
<void property="type">
-
 
2479
    <string>normal</string>
-
 
2480
</void>
-
 
2481
</object>
-
 
2482
</void>
-
 
2483
<void method="add">
-
 
2484
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
2485
        id="DataTable$Row12">
-
 
2486
<void property="cols">
-
 
2487
<void method="add">
-
 
2488
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2489
        <void property="value">
-
 
2490
            <string>Engenharia do Software</string>
-
 
2491
        </void>
-
 
2492
    </object>
-
 
2493
</void>
-
 
2494
<void method="add">
-
 
2495
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2496
        <void property="value">
-
 
2497
            <string>Engenharia Informática</string>
-
 
2498
        </void>
-
 
2499
    </object>
-
 
2500
</void>
-
 
2501
<void method="add">
-
 
2502
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2503
        <void property="backgroundColorPercentage">
-
 
2504
            <string>rgb(49,255,0)</string>
-
 
2505
        </void>
-
 
2506
        <void property="percentDefined">
-
 
2507
            <string>95</string>
-
 
2508
        </void>
-
 
2509
        <void property="usePercentageColor">
-
 
2510
            <boolean>true</boolean>
-
 
2511
        </void>
-
 
2512
        <void property="value">
-
 
2513
            <string>4,75</string>
-
 
2514
        </void>
-
 
2515
    </object>
-
 
2516
</void>
-
 
2517
<void method="add">
-
 
2518
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2519
        <void property="backgroundColorPercentage">
-
 
2520
            <string>rgb(67,255,0)</string>
-
 
2521
        </void>
-
 
2522
        <void property="percentDefined">
-
 
2523
            <string>93</string>
-
 
2524
        </void>
-
 
2525
        <void property="usePercentageColor">
-
 
2526
            <boolean>true</boolean>
-
 
2527
        </void>
-
 
2528
        <void property="value">
-
 
2529
            <string>4,67</string>
-
 
2530
        </void>
-
 
2531
    </object>
-
 
2532
</void>
-
 
2533
<void method="add">
-
 
2534
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2535
        <void property="backgroundColorPercentage">
-
 
2536
            <string>rgb(123,255,0)</string>
-
 
2537
        </void>
-
 
2538
        <void property="percentDefined">
-
 
2539
            <string>86</string>
-
 
2540
        </void>
-
 
2541
        <void property="usePercentageColor">
-
 
2542
            <boolean>true</boolean>
-
 
2543
        </void>
-
 
2544
        <void property="value">
-
 
2545
            <string>4,33</string>
-
 
2546
        </void>
-
 
2547
    </object>
-
 
2548
</void>
-
 
2549
<void method="add">
-
 
2550
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2551
        <void property="backgroundColorPercentage">
-
 
2552
            <string>rgb(92,255,0)</string>
-
 
2553
        </void>
-
 
2554
        <void property="percentDefined">
-
 
2555
            <string>90</string>
-
 
2556
        </void>
-
 
2557
        <void property="usePercentageColor">
-
 
2558
            <boolean>true</boolean>
-
 
2559
        </void>
-
 
2560
        <void property="value">
-
 
2561
            <string>4,50</string>
-
 
2562
        </void>
-
 
2563
    </object>
-
 
2564
</void>
-
 
2565
<void method="add">
-
 
2566
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2567
        <void property="backgroundColorPercentage">
-
 
2568
            <string>rgb(108,255,0)</string>
-
 
2569
        </void>
-
 
2570
        <void property="percentDefined">
-
 
2571
            <string>88</string>
-
 
2572
        </void>
-
 
2573
        <void property="usePercentageColor">
-
 
2574
            <boolean>true</boolean>
-
 
2575
        </void>
-
 
2576
        <void property="value">
-
 
2577
            <string>4,42</string>
-
 
2578
        </void>
-
 
2579
    </object>
-
 
2580
</void>
-
 
2581
<void method="add">
-
 
2582
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2583
        <void property="backgroundColorPercentage">
-
 
2584
            <string>rgb(191,255,0)</string>
-
 
2585
        </void>
-
 
2586
        <void property="percentDefined">
-
 
2587
            <string>75</string>
-
 
2588
        </void>
-
 
2589
        <void property="usePercentageColor">
-
 
2590
            <boolean>true</boolean>
-
 
2591
        </void>
-
 
2592
        <void property="value">
-
 
2593
            <string>3,75</string>
-
 
2594
        </void>
-
 
2595
    </object>
-
 
2596
</void>
-
 
2597
<void method="add">
-
 
2598
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2599
        <void property="backgroundColorPercentage">
-
 
2600
            <string>rgb(163,255,0)</string>
-
 
2601
        </void>
-
 
2602
        <void property="percentDefined">
-
 
2603
            <string>80</string>
-
 
2604
        </void>
-
 
2605
        <void property="usePercentageColor">
-
 
2606
            <boolean>true</boolean>
-
 
2607
        </void>
-
 
2608
        <void property="value">
-
 
2609
            <string>4,00</string>
-
 
2610
        </void>
-
 
2611
    </object>
-
 
2612
</void>
-
 
2613
<void method="add">
-
 
2614
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2615
        <void property="backgroundColorPercentage">
-
 
2616
            <string>rgb(222,255,0)</string>
-
 
2617
        </void>
-
 
2618
        <void property="percentDefined">
-
 
2619
            <string>68</string>
-
 
2620
        </void>
-
 
2621
        <void property="usePercentageColor">
-
 
2622
            <boolean>true</boolean>
-
 
2623
        </void>
-
 
2624
        <void property="value">
-
 
2625
            <string>3,42</string>
-
 
2626
        </void>
-
 
2627
    </object>
-
 
2628
</void>
-
 
2629
<void method="add">
-
 
2630
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2631
        <void property="backgroundColorPercentage">
-
 
2632
            <string>rgb(228,255,0)</string>
-
 
2633
        </void>
-
 
2634
        <void property="percentDefined">
-
 
2635
            <string>66</string>
-
 
2636
        </void>
-
 
2637
        <void property="usePercentageColor">
-
 
2638
            <boolean>true</boolean>
-
 
2639
        </void>
-
 
2640
        <void property="value">
-
 
2641
            <string>3,33</string>
-
 
2642
        </void>
-
 
2643
    </object>
-
 
2644
</void>
-
 
2645
<void method="add">
-
 
2646
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2647
        <void property="backgroundColorPercentage">
-
 
2648
            <string>rgb(157,255,0)</string>
-
 
2649
        </void>
-
 
2650
        <void property="percentDefined">
-
 
2651
            <string>81</string>
-
 
2652
        </void>
-
 
2653
        <void property="usePercentageColor">
-
 
2654
            <boolean>true</boolean>
-
 
2655
        </void>
-
 
2656
        <void property="value">
-
 
2657
            <string>4,08</string>
-
 
2658
        </void>
-
 
2659
    </object>
-
 
2660
</void>
-
 
2661
<void method="add">
-
 
2662
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2663
        <void property="value">
-
 
2664
            <string>12</string>
-
 
2665
        </void>
-
 
2666
    </object>
-
 
2667
</void>
-
 
2668
<void method="add">
-
 
2669
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2670
        <void property="value">
-
 
2671
            <string>1</string>
-
 
2672
        </void>
-
 
2673
    </object>
-
 
2674
</void>
-
 
2675
<void method="add">
-
 
2676
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2677
        <void property="value">
-
 
2678
            <string>12</string>
-
 
2679
        </void>
-
 
2680
    </object>
-
 
2681
</void>
-
 
2682
<void method="add">
-
 
2683
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2684
        <void property="value">
-
 
2685
            <string>12</string>
-
 
2686
        </void>
-
 
2687
    </object>
-
 
2688
</void>
-
 
2689
<void method="add">
-
 
2690
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2691
        <void property="backgroundColorPercentage">
-
 
2692
            <string>rgb(1,255,0)</string>
-
 
2693
        </void>
-
 
2694
        <void property="usePercentageColor">
-
 
2695
            <boolean>true</boolean>
-
 
2696
        </void>
-
 
2697
        <void property="value">
-
 
2698
            <string>100</string>
-
 
2699
        </void>
-
 
2700
    </object>
-
 
2701
</void>
-
 
2702
</void>
-
 
2703
<void property="type">
-
 
2704
    <string>normal</string>
-
 
2705
</void>
-
 
2706
</object>
-
 
2707
</void>
-
 
2708
<void method="add">
-
 
2709
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
2710
        id="DataTable$Row13">
-
 
2711
<void property="cols">
-
 
2712
<void method="add">
-
 
2713
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2714
        <void property="value">
-
 
2715
            <string>Algorítmos e Estruturas de Dados</string>
-
 
2716
        </void>
-
 
2717
    </object>
-
 
2718
</void>
-
 
2719
<void method="add">
-
 
2720
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2721
        <void property="value">
-
 
2722
            <string>Engenharia Informática</string>
-
 
2723
        </void>
-
 
2724
    </object>
-
 
2725
</void>
-
 
2726
<void method="add">
-
 
2727
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2728
        <void property="backgroundColorPercentage">
-
 
2729
            <string>rgb(84,255,0)</string>
-
 
2730
        </void>
-
 
2731
        <void property="percentDefined">
-
 
2732
            <string>91</string>
-
 
2733
        </void>
-
 
2734
        <void property="usePercentageColor">
-
 
2735
            <boolean>true</boolean>
-
 
2736
        </void>
-
 
2737
        <void property="value">
-
 
2738
            <string>4,60</string>
-
 
2739
        </void>
-
 
2740
    </object>
-
 
2741
</void>
-
 
2742
<void method="add">
-
 
2743
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2744
        <void property="backgroundColorPercentage">
-
 
2745
            <string>rgb(130,255,0)</string>
-
 
2746
        </void>
-
 
2747
        <void property="percentDefined">
-
 
2748
            <string>85</string>
-
 
2749
        </void>
-
 
2750
        <void property="usePercentageColor">
-
 
2751
            <boolean>true</boolean>
-
 
2752
        </void>
-
 
2753
        <void property="value">
-
 
2754
            <string>4,29</string>
-
 
2755
        </void>
-
 
2756
    </object>
-
 
2757
</void>
-
 
2758
<void method="add">
-
 
2759
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2760
        <void property="backgroundColorPercentage">
-
 
2761
            <string>rgb(169,255,0)</string>
-
 
2762
        </void>
-
 
2763
        <void property="percentDefined">
-
 
2764
            <string>79</string>
-
 
2765
        </void>
-
 
2766
        <void property="usePercentageColor">
-
 
2767
            <boolean>true</boolean>
-
 
2768
        </void>
-
 
2769
        <void property="value">
-
 
2770
            <string>3,98</string>
-
 
2771
        </void>
-
 
2772
    </object>
-
 
2773
</void>
-
 
2774
<void method="add">
-
 
2775
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2776
        <void property="backgroundColorPercentage">
-
 
2777
            <string>rgb(144,255,0)</string>
-
 
2778
        </void>
-
 
2779
        <void property="percentDefined">
-
 
2780
            <string>83</string>
-
 
2781
        </void>
-
 
2782
        <void property="usePercentageColor">
-
 
2783
            <boolean>true</boolean>
-
 
2784
        </void>
-
 
2785
        <void property="value">
-
 
2786
            <string>4,17</string>
-
 
2787
        </void>
-
 
2788
    </object>
-
 
2789
</void>
-
 
2790
<void method="add">
-
 
2791
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2792
        <void property="backgroundColorPercentage">
-
 
2793
            <string>rgb(157,255,0)</string>
-
 
2794
        </void>
-
 
2795
        <void property="percentDefined">
-
 
2796
            <string>81</string>
-
 
2797
        </void>
-
 
2798
        <void property="usePercentageColor">
-
 
2799
            <boolean>true</boolean>
-
 
2800
        </void>
-
 
2801
        <void property="value">
-
 
2802
            <string>4,10</string>
-
 
2803
        </void>
-
 
2804
    </object>
-
 
2805
</void>
-
 
2806
<void method="add">
-
 
2807
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2808
        <void property="backgroundColorPercentage">
-
 
2809
            <string>rgb(201,255,0)</string>
-
 
2810
        </void>
-
 
2811
        <void property="percentDefined">
-
 
2812
            <string>73</string>
-
 
2813
        </void>
-
 
2814
        <void property="usePercentageColor">
-
 
2815
            <boolean>true</boolean>
-
 
2816
        </void>
-
 
2817
        <void property="value">
-
 
2818
            <string>3,67</string>
-
 
2819
        </void>
-
 
2820
    </object>
-
 
2821
</void>
-
 
2822
<void method="add">
-
 
2823
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2824
        <void property="backgroundColorPercentage">
-
 
2825
            <string>rgb(157,255,0)</string>
-
 
2826
        </void>
-
 
2827
        <void property="percentDefined">
-
 
2828
            <string>81</string>
-
 
2829
        </void>
-
 
2830
        <void property="usePercentageColor">
-
 
2831
            <boolean>true</boolean>
-
 
2832
        </void>
-
 
2833
        <void property="value">
-
 
2834
            <string>4,10</string>
-
 
2835
        </void>
-
 
2836
    </object>
-
 
2837
</void>
-
 
2838
<void method="add">
-
 
2839
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2840
        <void property="backgroundColorPercentage">
-
 
2841
            <string>rgb(225,255,0)</string>
-
 
2842
        </void>
-
 
2843
        <void property="percentDefined">
-
 
2844
            <string>67</string>
-
 
2845
        </void>
-
 
2846
        <void property="usePercentageColor">
-
 
2847
            <boolean>true</boolean>
-
 
2848
        </void>
-
 
2849
        <void property="value">
-
 
2850
            <string>3,38</string>
-
 
2851
        </void>
-
 
2852
    </object>
-
 
2853
</void>
-
 
2854
<void method="add">
-
 
2855
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2856
        <void property="backgroundColorPercentage">
-
 
2857
            <string>rgb(218,255,0)</string>
-
 
2858
        </void>
-
 
2859
        <void property="percentDefined">
-
 
2860
            <string>69</string>
-
 
2861
        </void>
-
 
2862
        <void property="usePercentageColor">
-
 
2863
            <boolean>true</boolean>
-
 
2864
        </void>
-
 
2865
        <void property="value">
-
 
2866
            <string>3,45</string>
-
 
2867
        </void>
-
 
2868
    </object>
-
 
2869
</void>
-
 
2870
<void method="add">
-
 
2871
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2872
        <void property="backgroundColorPercentage">
-
 
2873
            <string>rgb(180,255,0)</string>
-
 
2874
        </void>
-
 
2875
        <void property="percentDefined">
-
 
2876
            <string>77</string>
-
 
2877
        </void>
-
 
2878
        <void property="usePercentageColor">
-
 
2879
            <boolean>true</boolean>
-
 
2880
        </void>
-
 
2881
        <void property="value">
-
 
2882
            <string>3,88</string>
-
 
2883
        </void>
-
 
2884
    </object>
-
 
2885
</void>
-
 
2886
<void method="add">
-
 
2887
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2888
        <void property="value">
-
 
2889
            <string>30</string>
-
 
2890
        </void>
-
 
2891
    </object>
-
 
2892
</void>
-
 
2893
<void method="add">
-
 
2894
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2895
        <void property="value">
-
 
2896
            <string>2</string>
-
 
2897
        </void>
-
 
2898
    </object>
-
 
2899
</void>
-
 
2900
<void method="add">
-
 
2901
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2902
        <void property="value">
-
 
2903
            <string>60</string>
-
 
2904
        </void>
-
 
2905
    </object>
-
 
2906
</void>
-
 
2907
<void method="add">
-
 
2908
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2909
        <void property="value">
-
 
2910
            <string>42</string>
-
 
2911
        </void>
-
 
2912
    </object>
-
 
2913
</void>
-
 
2914
<void method="add">
-
 
2915
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2916
        <void property="backgroundColorPercentage">
-
 
2917
            <string>rgb(214,255,0)</string>
-
 
2918
        </void>
-
 
2919
        <void property="usePercentageColor">
-
 
2920
            <boolean>true</boolean>
-
 
2921
        </void>
-
 
2922
        <void property="value">
-
 
2923
            <string>70</string>
-
 
2924
        </void>
-
 
2925
    </object>
-
 
2926
</void>
-
 
2927
</void>
-
 
2928
<void property="type">
-
 
2929
    <string>normal</string>
-
 
2930
</void>
-
 
2931
</object>
-
 
2932
</void>
-
 
2933
<void method="add">
-
 
2934
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
2935
        id="DataTable$Row14">
-
 
2936
<void property="cols">
-
 
2937
<void method="add">
-
 
2938
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2939
        <void property="value">
-
 
2940
            <string>Bases de Dados II</string>
-
 
2941
        </void>
-
 
2942
    </object>
-
 
2943
</void>
-
 
2944
<void method="add">
-
 
2945
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2946
        <void property="value">
-
 
2947
            <string>Engenharia Informática</string>
-
 
2948
        </void>
-
 
2949
    </object>
-
 
2950
</void>
-
 
2951
<void method="add">
-
 
2952
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2953
        <void property="backgroundColorPercentage">
-
 
2954
            <string>rgb(186,255,0)</string>
-
 
2955
        </void>
-
 
2956
        <void property="percentDefined">
-
 
2957
            <string>76</string>
-
 
2958
        </void>
-
 
2959
        <void property="usePercentageColor">
-
 
2960
            <boolean>true</boolean>
-
 
2961
        </void>
-
 
2962
        <void property="value">
-
 
2963
            <string>3,83</string>
-
 
2964
        </void>
-
 
2965
    </object>
-
 
2966
</void>
-
 
2967
<void method="add">
-
 
2968
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2969
        <void property="backgroundColorPercentage">
-
 
2970
            <string>rgb(123,255,0)</string>
-
 
2971
        </void>
-
 
2972
        <void property="percentDefined">
-
 
2973
            <string>86</string>
-
 
2974
        </void>
-
 
2975
        <void property="usePercentageColor">
-
 
2976
            <boolean>true</boolean>
-
 
2977
        </void>
-
 
2978
        <void property="value">
-
 
2979
            <string>4,33</string>
-
 
2980
        </void>
-
 
2981
    </object>
-
 
2982
</void>
-
 
2983
<void method="add">
-
 
2984
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
2985
        <void property="backgroundColorPercentage">
-
 
2986
            <string>rgb(191,255,0)</string>
-
 
2987
        </void>
-
 
2988
        <void property="percentDefined">
-
 
2989
            <string>75</string>
-
 
2990
        </void>
-
 
2991
        <void property="usePercentageColor">
-
 
2992
            <boolean>true</boolean>
-
 
2993
        </void>
-
 
2994
        <void property="value">
-
 
2995
            <string>3,75</string>
-
 
2996
        </void>
-
 
2997
    </object>
-
 
2998
</void>
-
 
2999
<void method="add">
-
 
3000
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3001
        <void property="backgroundColorPercentage">
-
 
3002
            <string>rgb(163,255,0)</string>
-
 
3003
        </void>
-
 
3004
        <void property="percentDefined">
-
 
3005
            <string>80</string>
-
 
3006
        </void>
-
 
3007
        <void property="usePercentageColor">
-
 
3008
            <boolean>true</boolean>
-
 
3009
        </void>
-
 
3010
        <void property="value">
-
 
3011
            <string>4,00</string>
-
 
3012
        </void>
-
 
3013
    </object>
-
 
3014
</void>
-
 
3015
<void method="add">
-
 
3016
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3017
        <void property="backgroundColorPercentage">
-
 
3018
            <string>rgb(163,255,0)</string>
-
 
3019
        </void>
-
 
3020
        <void property="percentDefined">
-
 
3021
            <string>80</string>
-
 
3022
        </void>
-
 
3023
        <void property="usePercentageColor">
-
 
3024
            <boolean>true</boolean>
-
 
3025
        </void>
-
 
3026
        <void property="value">
-
 
3027
            <string>4,00</string>
-
 
3028
        </void>
-
 
3029
    </object>
-
 
3030
</void>
-
 
3031
<void method="add">
-
 
3032
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3033
        <void property="backgroundColorPercentage">
-
 
3034
            <string>rgb(201,255,0)</string>
-
 
3035
        </void>
-
 
3036
        <void property="percentDefined">
-
 
3037
            <string>73</string>
-
 
3038
        </void>
-
 
3039
        <void property="usePercentageColor">
-
 
3040
            <boolean>true</boolean>
-
 
3041
        </void>
-
 
3042
        <void property="value">
-
 
3043
            <string>3,67</string>
-
 
3044
        </void>
-
 
3045
    </object>
-
 
3046
</void>
-
 
3047
<void method="add">
-
 
3048
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3049
        <void property="backgroundColorPercentage">
-
 
3050
            <string>rgb(201,255,0)</string>
-
 
3051
        </void>
-
 
3052
        <void property="percentDefined">
-
 
3053
            <string>73</string>
-
 
3054
        </void>
-
 
3055
        <void property="usePercentageColor">
-
 
3056
            <boolean>true</boolean>
-
 
3057
        </void>
-
 
3058
        <void property="value">
-
 
3059
            <string>3,67</string>
-
 
3060
        </void>
-
 
3061
    </object>
-
 
3062
</void>
-
 
3063
<void method="add">
-
 
3064
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3065
        <void property="backgroundColorPercentage">
-
 
3066
            <string>rgb(191,255,0)</string>
-
 
3067
        </void>
-
 
3068
        <void property="percentDefined">
-
 
3069
            <string>75</string>
-
 
3070
        </void>
-
 
3071
        <void property="usePercentageColor">
-
 
3072
            <boolean>true</boolean>
-
 
3073
        </void>
-
 
3074
        <void property="value">
-
 
3075
            <string>3,75</string>
-
 
3076
        </void>
-
 
3077
    </object>
-
 
3078
</void>
-
 
3079
<void method="add">
-
 
3080
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3081
        <void property="backgroundColorPercentage">
-
 
3082
            <string>rgb(214,255,0)</string>
-
 
3083
        </void>
-
 
3084
        <void property="percentDefined">
-
 
3085
            <string>70</string>
-
 
3086
        </void>
-
 
3087
        <void property="usePercentageColor">
-
 
3088
            <boolean>true</boolean>
-
 
3089
        </void>
-
 
3090
        <void property="value">
-
 
3091
            <string>3,50</string>
-
 
3092
        </void>
-
 
3093
    </object>
-
 
3094
</void>
-
 
3095
<void method="add">
-
 
3096
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3097
        <void property="backgroundColorPercentage">
-
 
3098
            <string>rgb(186,255,0)</string>
-
 
3099
        </void>
-
 
3100
        <void property="percentDefined">
-
 
3101
            <string>76</string>
-
 
3102
        </void>
-
 
3103
        <void property="usePercentageColor">
-
 
3104
            <boolean>true</boolean>
-
 
3105
        </void>
-
 
3106
        <void property="value">
-
 
3107
            <string>3,83</string>
-
 
3108
        </void>
-
 
3109
    </object>
-
 
3110
</void>
-
 
3111
<void method="add">
-
 
3112
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3113
        <void property="value">
-
 
3114
            <string>16</string>
-
 
3115
        </void>
-
 
3116
    </object>
-
 
3117
</void>
-
 
3118
<void method="add">
-
 
3119
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3120
        <void property="value">
-
 
3121
            <string>1</string>
-
 
3122
        </void>
-
 
3123
    </object>
-
 
3124
</void>
-
 
3125
<void method="add">
-
 
3126
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3127
        <void property="value">
-
 
3128
            <string>16</string>
-
 
3129
        </void>
-
 
3130
    </object>
-
 
3131
</void>
-
 
3132
<void method="add">
-
 
3133
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3134
        <void property="value">
-
 
3135
            <string>12</string>
-
 
3136
        </void>
-
 
3137
    </object>
-
 
3138
</void>
-
 
3139
<void method="add">
-
 
3140
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3141
        <void property="backgroundColorPercentage">
-
 
3142
            <string>rgb(191,255,0)</string>
-
 
3143
        </void>
-
 
3144
        <void property="usePercentageColor">
-
 
3145
            <boolean>true</boolean>
-
 
3146
        </void>
-
 
3147
        <void property="value">
-
 
3148
            <string>75</string>
-
 
3149
        </void>
-
 
3150
    </object>
-
 
3151
</void>
-
 
3152
</void>
-
 
3153
<void property="type">
-
 
3154
    <string>normal</string>
-
 
3155
</void>
-
 
3156
</object>
-
 
3157
</void>
-
 
3158
<void method="add">
-
 
3159
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
3160
        id="DataTable$Row15">
-
 
3161
<void property="cols">
-
 
3162
<void method="add">
-
 
3163
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3164
        <void property="value">
-
 
3165
            <string>Arquitectura de Computadores</string>
-
 
3166
        </void>
-
 
3167
    </object>
-
 
3168
</void>
-
 
3169
<void method="add">
-
 
3170
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3171
        <void property="value">
-
 
3172
            <string>Engenharia Informática</string>
-
 
3173
        </void>
-
 
3174
    </object>
-
 
3175
</void>
-
 
3176
<void method="add">
-
 
3177
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3178
        <void property="backgroundColorPercentage">
-
 
3179
            <string>rgb(130,255,0)</string>
-
 
3180
        </void>
-
 
3181
        <void property="percentDefined">
-
 
3182
            <string>85</string>
-
 
3183
        </void>
-
 
3184
        <void property="usePercentageColor">
-
 
3185
            <boolean>true</boolean>
-
 
3186
        </void>
-
 
3187
        <void property="value">
-
 
3188
            <string>4,28</string>
-
 
3189
        </void>
-
 
3190
    </object>
-
 
3191
</void>
-
 
3192
<void method="add">
-
 
3193
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3194
        <void property="backgroundColorPercentage">
-
 
3195
            <string>rgb(123,255,0)</string>
-
 
3196
        </void>
-
 
3197
        <void property="percentDefined">
-
 
3198
            <string>86</string>
-
 
3199
        </void>
-
 
3200
        <void property="usePercentageColor">
-
 
3201
            <boolean>true</boolean>
-
 
3202
        </void>
-
 
3203
        <void property="value">
-
 
3204
            <string>4,32</string>
-
 
3205
        </void>
-
 
3206
    </object>
-
 
3207
</void>
-
 
3208
<void method="add">
-
 
3209
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3210
        <void property="backgroundColorPercentage">
-
 
3211
            <string>rgb(137,255,0)</string>
-
 
3212
        </void>
-
 
3213
        <void property="percentDefined">
-
 
3214
            <string>84</string>
-
 
3215
        </void>
-
 
3216
        <void property="usePercentageColor">
-
 
3217
            <boolean>true</boolean>
-
 
3218
        </void>
-
 
3219
        <void property="value">
-
 
3220
            <string>4,20</string>
-
 
3221
        </void>
-
 
3222
    </object>
-
 
3223
</void>
-
 
3224
<void method="add">
-
 
3225
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3226
        <void property="backgroundColorPercentage">
-
 
3227
            <string>rgb(108,255,0)</string>
-
 
3228
        </void>
-
 
3229
        <void property="percentDefined">
-
 
3230
            <string>88</string>
-
 
3231
        </void>
-
 
3232
        <void property="usePercentageColor">
-
 
3233
            <boolean>true</boolean>
-
 
3234
        </void>
-
 
3235
        <void property="value">
-
 
3236
            <string>4,40</string>
-
 
3237
        </void>
-
 
3238
    </object>
-
 
3239
</void>
-
 
3240
<void method="add">
-
 
3241
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3242
        <void property="backgroundColorPercentage">
-
 
3243
            <string>rgb(108,255,0)</string>
-
 
3244
        </void>
-
 
3245
        <void property="percentDefined">
-
 
3246
            <string>88</string>
-
 
3247
        </void>
-
 
3248
        <void property="usePercentageColor">
-
 
3249
            <boolean>true</boolean>
-
 
3250
        </void>
-
 
3251
        <void property="value">
-
 
3252
            <string>4,44</string>
-
 
3253
        </void>
-
 
3254
    </object>
-
 
3255
</void>
-
 
3256
<void method="add">
-
 
3257
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3258
        <void property="backgroundColorPercentage">
-
 
3259
            <string>rgb(191,255,0)</string>
-
 
3260
        </void>
-
 
3261
        <void property="percentDefined">
-
 
3262
            <string>75</string>
-
 
3263
        </void>
-
 
3264
        <void property="usePercentageColor">
-
 
3265
            <boolean>true</boolean>
-
 
3266
        </void>
-
 
3267
        <void property="value">
-
 
3268
            <string>3,76</string>
-
 
3269
        </void>
-
 
3270
    </object>
-
 
3271
</void>
-
 
3272
<void method="add">
-
 
3273
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3274
        <void property="backgroundColorPercentage">
-
 
3275
            <string>rgb(175,255,0)</string>
-
 
3276
        </void>
-
 
3277
        <void property="percentDefined">
-
 
3278
            <string>78</string>
-
 
3279
        </void>
-
 
3280
        <void property="usePercentageColor">
-
 
3281
            <boolean>true</boolean>
-
 
3282
        </void>
-
 
3283
        <void property="value">
-
 
3284
            <string>3,92</string>
-
 
3285
        </void>
-
 
3286
    </object>
-
 
3287
</void>
-
 
3288
<void method="add">
-
 
3289
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3290
        <void property="backgroundColorPercentage">
-
 
3291
            <string>rgb(232,255,0)</string>
-
 
3292
        </void>
-
 
3293
        <void property="percentDefined">
-
 
3294
            <string>65</string>
-
 
3295
        </void>
-
 
3296
        <void property="usePercentageColor">
-
 
3297
            <boolean>true</boolean>
-
 
3298
        </void>
-
 
3299
        <void property="value">
-
 
3300
            <string>3,28</string>
-
 
3301
        </void>
-
 
3302
    </object>
-
 
3303
</void>
-
 
3304
<void method="add">
-
 
3305
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3306
        <void property="backgroundColorPercentage">
-
 
3307
            <string>rgb(228,255,0)</string>
-
 
3308
        </void>
-
 
3309
        <void property="percentDefined">
-
 
3310
            <string>66</string>
-
 
3311
        </void>
-
 
3312
        <void property="usePercentageColor">
-
 
3313
            <boolean>true</boolean>
-
 
3314
        </void>
-
 
3315
        <void property="value">
-
 
3316
            <string>3,32</string>
-
 
3317
        </void>
-
 
3318
    </object>
-
 
3319
</void>
-
 
3320
<void method="add">
-
 
3321
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3322
        <void property="backgroundColorPercentage">
-
 
3323
            <string>rgb(163,255,0)</string>
-
 
3324
        </void>
-
 
3325
        <void property="percentDefined">
-
 
3326
            <string>80</string>
-
 
3327
        </void>
-
 
3328
        <void property="usePercentageColor">
-
 
3329
            <boolean>true</boolean>
-
 
3330
        </void>
-
 
3331
        <void property="value">
-
 
3332
            <string>4,00</string>
-
 
3333
        </void>
-
 
3334
    </object>
-
 
3335
</void>
-
 
3336
<void method="add">
-
 
3337
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3338
        <void property="value">
-
 
3339
            <string>36</string>
-
 
3340
        </void>
-
 
3341
    </object>
-
 
3342
</void>
-
 
3343
<void method="add">
-
 
3344
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3345
        <void property="value">
-
 
3346
            <string>1</string>
-
 
3347
        </void>
-
 
3348
    </object>
-
 
3349
</void>
-
 
3350
<void method="add">
-
 
3351
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3352
        <void property="value">
-
 
3353
            <string>36</string>
-
 
3354
        </void>
-
 
3355
    </object>
-
 
3356
</void>
-
 
3357
<void method="add">
-
 
3358
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3359
        <void property="value">
-
 
3360
            <string>25</string>
-
 
3361
        </void>
-
 
3362
    </object>
-
 
3363
</void>
-
 
3364
<void method="add">
-
 
3365
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3366
        <void property="backgroundColorPercentage">
-
 
3367
            <string>rgb(218,255,0)</string>
-
 
3368
        </void>
-
 
3369
        <void property="usePercentageColor">
-
 
3370
            <boolean>true</boolean>
-
 
3371
        </void>
-
 
3372
        <void property="value">
-
 
3373
            <string>69</string>
-
 
3374
        </void>
-
 
3375
    </object>
-
 
3376
</void>
-
 
3377
</void>
-
 
3378
<void property="type">
-
 
3379
    <string>normal</string>
-
 
3380
</void>
-
 
3381
</object>
-
 
3382
</void>
-
 
3383
<void method="add">
-
 
3384
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
3385
        id="DataTable$Row16">
-
 
3386
<void property="cols">
-
 
3387
<void method="add">
-
 
3388
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3389
        <void property="value">
-
 
3390
            <string>Inteligência Artificial</string>
-
 
3391
        </void>
-
 
3392
    </object>
-
 
3393
</void>
-
 
3394
<void method="add">
-
 
3395
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3396
        <void property="value">
-
 
3397
            <string>Engenharia Informática</string>
-
 
3398
        </void>
-
 
3399
    </object>
-
 
3400
</void>
-
 
3401
<void method="add">
-
 
3402
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3403
        <void property="backgroundColorPercentage">
-
 
3404
            <string>rgb(222,255,0)</string>
-
 
3405
        </void>
-
 
3406
        <void property="percentDefined">
-
 
3407
            <string>68</string>
-
 
3408
        </void>
-
 
3409
        <void property="usePercentageColor">
-
 
3410
            <boolean>true</boolean>
-
 
3411
        </void>
-
 
3412
        <void property="value">
-
 
3413
            <string>3,44</string>
-
 
3414
        </void>
-
 
3415
    </object>
-
 
3416
</void>
-
 
3417
<void method="add">
-
 
3418
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3419
        <void property="backgroundColorPercentage">
-
 
3420
            <string>rgb(150,255,0)</string>
-
 
3421
        </void>
-
 
3422
        <void property="percentDefined">
-
 
3423
            <string>82</string>
-
 
3424
        </void>
-
 
3425
        <void property="usePercentageColor">
-
 
3426
            <boolean>true</boolean>
-
 
3427
        </void>
-
 
3428
        <void property="value">
-
 
3429
            <string>4,11</string>
-
 
3430
        </void>
-
 
3431
    </object>
-
 
3432
</void>
-
 
3433
<void method="add">
-
 
3434
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3435
        <void property="backgroundColorPercentage">
-
 
3436
            <string>rgb(180,255,0)</string>
-
 
3437
        </void>
-
 
3438
        <void property="percentDefined">
-
 
3439
            <string>77</string>
-
 
3440
        </void>
-
 
3441
        <void property="usePercentageColor">
-
 
3442
            <boolean>true</boolean>
-
 
3443
        </void>
-
 
3444
        <void property="value">
-
 
3445
            <string>3,89</string>
-
 
3446
        </void>
-
 
3447
    </object>
-
 
3448
</void>
-
 
3449
<void method="add">
-
 
3450
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3451
        <void property="backgroundColorPercentage">
-
 
3452
            <string>rgb(163,255,0)</string>
-
 
3453
        </void>
-
 
3454
        <void property="percentDefined">
-
 
3455
            <string>80</string>
-
 
3456
        </void>
-
 
3457
        <void property="usePercentageColor">
-
 
3458
            <boolean>true</boolean>
-
 
3459
        </void>
-
 
3460
        <void property="value">
-
 
3461
            <string>4,00</string>
-
 
3462
        </void>
-
 
3463
    </object>
-
 
3464
</void>
-
 
3465
<void method="add">
-
 
3466
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3467
        <void property="backgroundColorPercentage">
-
 
3468
            <string>rgb(163,255,0)</string>
-
 
3469
        </void>
-
 
3470
        <void property="percentDefined">
-
 
3471
            <string>80</string>
-
 
3472
        </void>
-
 
3473
        <void property="usePercentageColor">
-
 
3474
            <boolean>true</boolean>
-
 
3475
        </void>
-
 
3476
        <void property="value">
-
 
3477
            <string>4,00</string>
-
 
3478
        </void>
-
 
3479
    </object>
-
 
3480
</void>
-
 
3481
<void method="add">
-
 
3482
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3483
        <void property="backgroundColorPercentage">
-
 
3484
            <string>rgb(191,255,0)</string>
-
 
3485
        </void>
-
 
3486
        <void property="percentDefined">
-
 
3487
            <string>75</string>
-
 
3488
        </void>
-
 
3489
        <void property="usePercentageColor">
-
 
3490
            <boolean>true</boolean>
-
 
3491
        </void>
-
 
3492
        <void property="value">
-
 
3493
            <string>3,78</string>
-
 
3494
        </void>
-
 
3495
    </object>
-
 
3496
</void>
-
 
3497
<void method="add">
-
 
3498
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3499
        <void property="backgroundColorPercentage">
-
 
3500
            <string>rgb(180,255,0)</string>
-
 
3501
        </void>
-
 
3502
        <void property="percentDefined">
-
 
3503
            <string>77</string>
-
 
3504
        </void>
-
 
3505
        <void property="usePercentageColor">
-
 
3506
            <boolean>true</boolean>
-
 
3507
        </void>
-
 
3508
        <void property="value">
-
 
3509
            <string>3,89</string>
-
 
3510
        </void>
-
 
3511
    </object>
-
 
3512
</void>
-
 
3513
<void method="add">
-
 
3514
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3515
        <void property="backgroundColorPercentage">
-
 
3516
            <string>rgb(201,255,0)</string>
-
 
3517
        </void>
-
 
3518
        <void property="percentDefined">
-
 
3519
            <string>73</string>
-
 
3520
        </void>
-
 
3521
        <void property="usePercentageColor">
-
 
3522
            <boolean>true</boolean>
-
 
3523
        </void>
-
 
3524
        <void property="value">
-
 
3525
            <string>3,67</string>
-
 
3526
        </void>
-
 
3527
    </object>
-
 
3528
</void>
-
 
3529
<void method="add">
-
 
3530
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3531
        <void property="backgroundColorPercentage">
-
 
3532
            <string>rgb(228,255,0)</string>
-
 
3533
        </void>
-
 
3534
        <void property="percentDefined">
-
 
3535
            <string>66</string>
-
 
3536
        </void>
-
 
3537
        <void property="usePercentageColor">
-
 
3538
            <boolean>true</boolean>
-
 
3539
        </void>
-
 
3540
        <void property="value">
-
 
3541
            <string>3,33</string>
-
 
3542
        </void>
-
 
3543
    </object>
-
 
3544
</void>
-
 
3545
<void method="add">
-
 
3546
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3547
        <void property="backgroundColorPercentage">
-
 
3548
            <string>rgb(210,255,0)</string>
-
 
3549
        </void>
-
 
3550
        <void property="percentDefined">
-
 
3551
            <string>71</string>
-
 
3552
        </void>
-
 
3553
        <void property="usePercentageColor">
-
 
3554
            <boolean>true</boolean>
-
 
3555
        </void>
-
 
3556
        <void property="value">
-
 
3557
            <string>3,56</string>
-
 
3558
        </void>
-
 
3559
    </object>
-
 
3560
</void>
-
 
3561
<void method="add">
-
 
3562
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3563
        <void property="value">
-
 
3564
            <string>12</string>
-
 
3565
        </void>
-
 
3566
    </object>
-
 
3567
</void>
-
 
3568
<void method="add">
-
 
3569
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3570
        <void property="value">
-
 
3571
            <string>1</string>
-
 
3572
        </void>
-
 
3573
    </object>
-
 
3574
</void>
-
 
3575
<void method="add">
-
 
3576
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3577
        <void property="value">
-
 
3578
            <string>12</string>
-
 
3579
        </void>
-
 
3580
    </object>
-
 
3581
</void>
-
 
3582
<void method="add">
-
 
3583
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3584
        <void property="value">
-
 
3585
            <string>9</string>
-
 
3586
        </void>
-
 
3587
    </object>
-
 
3588
</void>
-
 
3589
<void method="add">
-
 
3590
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3591
        <void property="backgroundColorPercentage">
-
 
3592
            <string>rgb(191,255,0)</string>
-
 
3593
        </void>
-
 
3594
        <void property="usePercentageColor">
-
 
3595
            <boolean>true</boolean>
-
 
3596
        </void>
-
 
3597
        <void property="value">
-
 
3598
            <string>75</string>
-
 
3599
        </void>
-
 
3600
    </object>
-
 
3601
</void>
-
 
3602
</void>
-
 
3603
<void property="type">
-
 
3604
    <string>normal</string>
-
 
3605
</void>
-
 
3606
</object>
-
 
3607
</void>
-
 
3608
<void method="add">
-
 
3609
<object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row"
-
 
3610
        id="DataTable$Row17">
-
 
3611
<void property="cols">
-
 
3612
<void method="add">
-
 
3613
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3614
        <void property="value">
-
 
3615
            <string>Sistemas Distribuídos</string>
-
 
3616
        </void>
-
 
3617
    </object>
-
 
3618
</void>
-
 
3619
<void method="add">
-
 
3620
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3621
        <void property="value">
-
 
3622
            <string>Engenharia Informática</string>
-
 
3623
        </void>
-
 
3624
    </object>
-
 
3625
</void>
-
 
3626
<void method="add">
-
 
3627
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3628
        <void property="backgroundColorPercentage">
-
 
3629
            <string>rgb(180,255,0)</string>
-
 
3630
        </void>
-
 
3631
        <void property="percentDefined">
-
 
3632
            <string>77</string>
-
 
3633
        </void>
-
 
3634
        <void property="usePercentageColor">
-
 
3635
            <boolean>true</boolean>
-
 
3636
        </void>
-
 
3637
        <void property="value">
-
 
3638
            <string>3,86</string>
-
 
3639
        </void>
-
 
3640
    </object>
-
 
3641
</void>
-
 
3642
<void method="add">
-
 
3643
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3644
        <void property="backgroundColorPercentage">
-
 
3645
            <string>rgb(210,255,0)</string>
-
 
3646
        </void>
-
 
3647
        <void property="percentDefined">
-
 
3648
            <string>71</string>
-
 
3649
        </void>
-
 
3650
        <void property="usePercentageColor">
-
 
3651
            <boolean>true</boolean>
-
 
3652
        </void>
-
 
3653
        <void property="value">
-
 
3654
            <string>3,57</string>
-
 
3655
        </void>
-
 
3656
    </object>
-
 
3657
</void>
-
 
3658
<void method="add">
-
 
3659
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3660
        <void property="backgroundColorPercentage">
-
 
3661
            <string>rgb(210,255,0)</string>
-
 
3662
        </void>
-
 
3663
        <void property="percentDefined">
-
 
3664
            <string>71</string>
-
 
3665
        </void>
-
 
3666
        <void property="usePercentageColor">
-
 
3667
            <boolean>true</boolean>
-
 
3668
        </void>
-
 
3669
        <void property="value">
-
 
3670
            <string>3,57</string>
-
 
3671
        </void>
-
 
3672
    </object>
-
 
3673
</void>
-
 
3674
<void method="add">
-
 
3675
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3676
        <void property="backgroundColorPercentage">
-
 
3677
            <string>rgb(196,255,0)</string>
-
 
3678
        </void>
-
 
3679
        <void property="percentDefined">
-
 
3680
            <string>74</string>
-
 
3681
        </void>
-
 
3682
        <void property="usePercentageColor">
-
 
3683
            <boolean>true</boolean>
-
 
3684
        </void>
-
 
3685
        <void property="value">
-
 
3686
            <string>3,71</string>
-
 
3687
        </void>
-
 
3688
    </object>
-
 
3689
</void>
-
 
3690
<void method="add">
-
 
3691
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3692
        <void property="backgroundColorPercentage">
-
 
3693
            <string>rgb(196,255,0)</string>
-
 
3694
        </void>
-
 
3695
        <void property="percentDefined">
-
 
3696
            <string>74</string>
-
 
3697
        </void>
-
 
3698
        <void property="usePercentageColor">
-
 
3699
            <boolean>true</boolean>
-
 
3700
        </void>
-
 
3701
        <void property="value">
-
 
3702
            <string>3,71</string>
-
 
3703
        </void>
-
 
3704
    </object>
-
 
3705
</void>
-
 
3706
<void method="add">
-
 
3707
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3708
        <void property="backgroundColorPercentage">
-
 
3709
            <string>rgb(240,255,0)</string>
-
 
3710
        </void>
-
 
3711
        <void property="percentDefined">
-
 
3712
            <string>62</string>
-
 
3713
        </void>
-
 
3714
        <void property="usePercentageColor">
-
 
3715
            <boolean>true</boolean>
-
 
3716
        </void>
-
 
3717
        <void property="value">
-
 
3718
            <string>3,14</string>
-
 
3719
        </void>
-
 
3720
    </object>
-
 
3721
</void>
-
 
3722
<void method="add">
-
 
3723
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3724
        <void property="backgroundColorPercentage">
-
 
3725
            <string>rgb(232,255,0)</string>
-
 
3726
        </void>
-
 
3727
        <void property="percentDefined">
-
 
3728
            <string>65</string>
-
 
3729
        </void>
-
 
3730
        <void property="usePercentageColor">
-
 
3731
            <boolean>true</boolean>
-
 
3732
        </void>
-
 
3733
        <void property="value">
-
 
3734
            <string>3,29</string>
-
 
3735
        </void>
-
 
3736
    </object>
-
 
3737
</void>
-
 
3738
<void method="add">
-
 
3739
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3740
        <void property="backgroundColorPercentage">
-
 
3741
            <string>rgb(240,255,0)</string>
-
 
3742
        </void>
-
 
3743
        <void property="percentDefined">
-
 
3744
            <string>62</string>
-
 
3745
        </void>
-
 
3746
        <void property="usePercentageColor">
-
 
3747
            <boolean>true</boolean>
-
 
3748
        </void>
-
 
3749
        <void property="value">
-
 
3750
            <string>3,14</string>
-
 
3751
        </void>
-
 
3752
    </object>
-
 
3753
</void>
-
 
3754
<void method="add">
-
 
3755
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3756
        <void property="backgroundColorPercentage">
-
 
3757
            <string>rgb(253,255,0)</string>
-
 
3758
        </void>
-
 
3759
        <void property="percentDefined">
-
 
3760
            <string>54</string>
-
 
3761
        </void>
-
 
3762
        <void property="usePercentageColor">
-
 
3763
            <boolean>true</boolean>
-
 
3764
        </void>
-
 
3765
        <void property="value">
-
 
3766
            <string>2,71</string>
-
 
3767
        </void>
-
 
3768
    </object>
-
 
3769
</void>
-
 
3770
<void method="add">
-
 
3771
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3772
        <void property="backgroundColorPercentage">
-
 
3773
            <string>rgb(210,255,0)</string>
-
 
3774
        </void>
-
 
3775
        <void property="percentDefined">
-
 
3776
            <string>71</string>
-
 
3777
        </void>
-
 
3778
        <void property="usePercentageColor">
-
 
3779
            <boolean>true</boolean>
-
 
3780
        </void>
-
 
3781
        <void property="value">
-
 
3782
            <string>3,57</string>
-
 
3783
        </void>
-
 
3784
    </object>
-
 
3785
</void>
-
 
3786
<void method="add">
-
 
3787
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3788
        <void property="value">
-
 
3789
            <string>9</string>
-
 
3790
        </void>
-
 
3791
    </object>
-
 
3792
</void>
-
 
3793
<void method="add">
-
 
3794
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3795
        <void property="value">
-
 
3796
            <string>1</string>
-
 
3797
        </void>
-
 
3798
    </object>
-
 
3799
</void>
-
 
3800
<void method="add">
-
 
3801
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3802
        <void property="value">
-
 
3803
            <string>9</string>
-
 
3804
        </void>
-
 
3805
    </object>
-
 
3806
</void>
-
 
3807
<void method="add">
-
 
3808
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3809
        <void property="value">
-
 
3810
            <string>7</string>
-
 
3811
        </void>
-
 
3812
    </object>
-
 
3813
</void>
-
 
3814
<void method="add">
-
 
3815
    <object class="pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.utils.DataTable$Row$Col">
-
 
3816
        <void property="backgroundColorPercentage">
-
 
3817
            <string>rgb(180,255,0)</string>
-
 
3818
        </void>
-
 
3819
        <void property="usePercentageColor">
-
 
3820
            <boolean>true</boolean>
-
 
3821
        </void>
-
 
3822
        <void property="value">
-
 
3823
            <string>77</string>
-
 
3824
        </void>
-
 
3825
    </object>
-
 
3826
</void>
-
 
3827
</void>
-
 
3828
<void property="type">
-
 
3829
    <string>normal</string>
-
 
3830
</void>
-
 
3831
</object>
-
 
3832
</void>
-
 
3833
</void>
-
 
3834
</object>
-
 
3835
</java>
86
3836