-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbpmn-scorecard.html
More file actions
523 lines (456 loc) · 54 KB
/
bpmn-scorecard.html
File metadata and controls
523 lines (456 loc) · 54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W3TJ27QQ4T"></script>
<script src="/products/ecommerce.js"></script>
<script>
// [start] GA Tag
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-W3TJ27QQ4T');
// [end] GA Tag
function getURLParam(param) {
return new URL(window.location.href).searchParams.get(param);
}
if (getURLParam('dev') === null) {
ECommerce.clickEvent();
}
</script>
<title>BPMN Scorecard Validation Tool — Check the business process model quality for FREE</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "BPMN Scorecard Validation Tool",
"operatingSystem": "Any",
"applicationCategory": "BusinessApplication",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.0",
"ratingCount": "1"
},
"offers": {
"@type": "Offer",
"price": "0.00",
"priceCurrency": "USD"
}
}
</script>
<meta name="title" content="BPMN Scorecard Validation Tool — Check the business process model quality for FREE">
<meta name="description" content="This tool is the industry benchmark of BPMN model quality. Evaluate your business process models using this Scorecard to design sound and error-less diagrams.">
<meta property="og:type" content="website">
<meta property="og:title" content="BPMN Scorecard Validation Tool — Check the business process model quality for FREE">
<meta property="og:description" content="This tool is the industry benchmark of BPMN model quality. Evaluate your business process models using this Scorecard to design sound and error-less diagrams.">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="BPMN Scorecard Validation Tool — Check the business process model quality for FREE">
<meta property="twitter:description" content="This tool is the industry benchmark of BPMN model quality. Evaluate your business process models using this Scorecard to design sound and error-less diagrams.">
<meta name="keywords" content="bpmn scorecard validation tool business process model quality industry benchmark evaluation ensure sound diagram design">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="icon" type="image/png" href="/images/scorecard/logo.png" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8990058470889069" crossorigin="anonymous"></script>
<!-- Styles -->
<style>
body {
font-family: 'Montserrat', sans-serif;
background: rgb(253, 29, 29);
background: radial-gradient(circle, rgba(253, 29, 29, 0.2) 50%, rgba(252, 176, 69, 0.2) 100%);
}
.banner-img {
width: 40%;
}
.btn {
background-color: #FF725E;
border-color: #FF725E;
font-weight: bold;
}
#js-canvas {
background-color: white;
}
</style>
<link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.2.0/styles/default.min.css">
</head>
<body id="app">
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="javascript:void(0);"><b>BPMN Scorecard</b></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<div class="ml-2 mr-2" id="google_translate_element"></div>
</li>
<li class="nav-item">
<a class="nav-link" href="#app">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#tryArea">Benchmarking</a>
</li>
</ul>
</div>
</nav>
<div class="text-center ml-4 mr-4 mt-4 mb-4">
<div style="transform: scale(1);" class="mb-4">
<svg width="369.6822429906542" height="120.8843613264576" viewBox="0 0 369.6822429906542 120.8843613264576" class="css-1j8o68f"><defs id="SvgjsDefs3148"><linearGradient id="SvgjsLinearGradient3155"><stop id="SvgjsStop3156" stop-color="#ef4136" offset="0"></stop><stop id="SvgjsStop3157" stop-color="#fbb040" offset="1"></stop></linearGradient><linearGradient id="SvgjsLinearGradient3158"><stop id="SvgjsStop3159" stop-color="#ef4136" offset="0"></stop><stop id="SvgjsStop3160" stop-color="#fbb040" offset="1"></stop></linearGradient></defs><g id="SvgjsG3149" featurekey="symbolFeature-0" transform="matrix(1.0151034582336889,0,0,1.0151034582336889,-6.597868501996642,10.151537828054632)" fill="#d90d32"><g xmlns="http://www.w3.org/2000/svg" transform="translate(0,-952.36218)"><path style="baseline-shift:baseline;block-progression:tb;color:;direction:ltr;text-indent:0;enable-background:accumulate;text-transform:none;" fill="#d90d32" d="m15.531,968.96c-4.9896,0-9.0313,4.0423-9.0313,9.0312v0.78125,0.75,32.906,0.75c0,4.989,4.045,9,9.0313,9h21.312l-1.25,5.5625h-2.6875c-1.3522,0-2.4688,1.0853-2.4688,2.4375v3.125c0,1.3521,1.1166,2.4687,2.4688,2.4687h23.25c1.3522,0,2.4688-1.1166,2.4688-2.4687v-3.125c0-1.3522-1.1166-2.4375-2.4688-2.4375h-2.6875l-1.25-5.5625h12.5c5.2591,4.1859,12.883,4.0141,17.938-0.5313l9.5625,9.5625a0.7513,0.7513,0,1,0,1.0625,-1.0625l-9.5625-9.5625c4.8805-5.4411,4.7023-13.834-0.53125-19.062-0.20085-0.2006-0.41521-0.3767-0.625-0.5625v-22.187-0.75-0.0312c0-4.989-4.0417-9.0312-9.0312-9.0312h-57.562-0.4375zm0,1.5,58,0c4.1823,0,7.5312,3.3498,7.5312,7.5312v0.0312h-73.063v-0.0312c0-4.1814,3.349-7.5312,7.5313-7.5312zm-7.5313,9.0625,73.063,0,0,20.25c-5.0063-3.3362-11.729-3.0482-16.469,0.81247-0.35389,0.2885-0.70036,0.607-1.0312,0.9375-0.32975,0.3294-0.64815,0.6785-0.9375,1.0313-0.009,0.011-0.0222,0.02-0.0312,0.031-0.006,0.01,0.006,0.024,0,0.031-0.29001,0.3566-0.56327,0.7165-0.8125,1.0937-0.0128,0.019-0.0186,0.043-0.0312,0.062-0.0413,0.063-0.0849,0.1239-0.125,0.1875-0.17355,0.2756-0.34788,0.5592-0.5,0.8438-0.0151,0.028-0.0163,0.065-0.0312,0.094-0.19024,0.3622-0.3755,0.7195-0.53125,1.0937-0.15728,0.3767-0.2837,0.7697-0.40625,1.1563-0.007,0.022-0.0244,0.04-0.0312,0.062-0.0194,0.062-0.044,0.1249-0.0625,0.1875-0.10384,0.3549-0.17527,0.733-0.25,1.0937-0.21933,1.0513-0.30803,2.1182-0.28125,3.1875h-51.531v-32.156zm55.438,4.0938c-2.0508,0-3.6875,1.669-3.6875,3.7188,0,0.7534,0.20938,1.4421,0.59375,2.0312l-7.9688,5.375c-0.65667-0.57141-1.4747-0.96875-2.4062-0.96875-0.61308,0-1.2065,0.17171-1.7188,0.4375l-5.5312-4.0625c0.22645-0.47693,0.34375-1.0312,0.34375-1.5938,0-2.0497-1.668-3.7188-3.7188-3.7188s-3.75,1.669-3.75,3.7188c0,0.51243,0.12262,1.0255,0.3125,1.4688l-13.625,7.8125c-0.64106-0.51685-1.4317-0.875-2.3125-0.875-2.0508,0-3.75,1.7003-3.75,3.75s1.6992,3.7188,3.75,3.7188,3.7188-1.6691,3.7188-3.7188c0-0.6186-0.13568-1.2029-0.40625-1.7187l13.469-7.75c0.67171,0.63447,1.5992,1.0312,2.5938,1.0312,0.93995,0,1.7786-0.36377,2.4375-0.9375l5.2812,3.8438c-0.52165,0.64253-0.84375,1.4588-0.84375,2.3438,0,2.0497,1.6992,3.6875,3.75,3.6875s3.7188-1.6378,3.7188-3.6875c0-0.57537-0.1388-1.1052-0.375-1.5938l8.0938-5.4688c0.58403,0.38959,1.2774,0.59375,2.0312,0.59375,2.0508,0,3.75-1.669,3.75-3.7188s-1.6992-3.7188-3.75-3.7188zm0,1.5c1.2408,0,2.25,0.98028,2.25,2.2188,0,1.2384-1.0092,2.2188-2.25,2.2188s-2.2188-0.98037-2.2188-2.2188c0-1.2385,0.97795-2.2188,2.2188-2.2188zm-24.094,1.2188c1.2408,0,2.2188,0.98027,2.2188,2.2188s-0.97795,2.2188-2.2188,2.2188-2.25-0.98028-2.25-2.2188,1.0092-2.2188,2.25-2.2188zm10.625,8.9375c1.2408,0,2.2188,1.0115,2.2188,2.25,0,1.2384-0.97796,2.2188-2.2188,2.2188s-2.25-0.98037-2.25-2.2188c0-1.2385,1.0092-2.25,2.25-2.25zm-30,3.2188c1.2408,0,2.2188,0.98027,2.2188,2.2187,0,1.2385-0.97796,2.25-2.2188,2.25s-2.25-1.0115-2.25-2.25c0-1.2384,1.0092-2.2187,2.25-2.2187zm52.906,0.5c0.36439-0.0144,0.72945-0.0176,1.0938,0,0.0208,0.00096,0.0417-0.001,0.0625,0,2.6122,0.13931,5.1913,1.0939,7.3125,2.875,0.27033,0.2276,0.52655,0.4643,0.78125,0.7187,4.8422,4.8372,4.8422,12.663,0,17.5-4.3443,4.3399-11.097,4.76-15.938,1.3125l-0.6875-0.5312c-0.30576-0.2526-0.59581-0.5334-0.875-0.8125-1.506-1.5044-2.5557-3.2891-3.125-5.1875-0.003-0.01,0.003-0.022,0-0.031-0.1106-0.372-0.20658-0.7461-0.28125-1.125-0.002-0.01,0.002-0.021,0-0.031-0.15728-0.8085-0.22494-1.617-0.21875-2.4375,0.002-0.3242,0.0346-0.6457,0.0625-0.9688,0.0249-0.2897,0.0483-0.5873,0.0937-0.875,0.0217-0.1366,0.0361-0.2703,0.0625-0.4062,0.0286-0.1464,0.0598-0.292,0.0937-0.4375,0.12002-0.5166,0.28131-1.0306,0.46875-1.5313,0.0899-0.2413,0.17567-0.4822,0.28125-0.7187,0.0712-0.1587,0.14047-0.3126,0.21875-0.4688,0.006-0.013,0.025-0.019,0.0312-0.031,0.10134-0.2016,0.19939-0.3967,0.3125-0.5937,0.12752-0.2215,0.2639-0.4413,0.40625-0.6563,0.0757-0.1142,0.17013-0.2315,0.25-0.3437,0.13308-0.1869,0.26157-0.3815,0.40625-0.5625,0.009-0.011,0.0223-0.02,0.0312-0.031,0.28456-0.3546,0.57688-0.7022,0.90625-1.0313,0.30718-0.3068,0.60772-0.5759,0.9375-0.8437,0.22397-0.1827,0.4543-0.3353,0.6875-0.5,0.0833-0.059,0.16555-0.131,0.25-0.1875,0.0892-0.06,0.19092-0.099,0.28125-0.1563,0.26217-0.1655,0.51002-0.3249,0.78125-0.4687,0.30471-0.1627,0.62306-0.3021,0.9375-0.43752,1.4019-0.60128,2.8758-0.94085,4.375-1zm-64.875,14.188,51.625,0c0.36336,2.7122,1.5312,5.3468,3.5,7.5h-47.594c-4.1856,0-7.5313-3.3186-7.5313-7.5zm71.875,3.9375a0.75046,0.74969,0,0,0,-0.46875,0.25c-3.3433,3.3398-8.7505,3.3398-12.094,0a0.75046,0.74969,0,0,0,-0.96875,-0.062,0.75046,0.74969,0,0,0,-0.0937,1.125c3.9168,3.9128,10.302,3.9128,14.219,0a0.75046,0.74969,0,0,0,-0.59375,-1.3125zm-41.5,5.0625,12.312,0,1.25,5.5625-14.812,0,1.25-5.5625zm-5.4688,7.0625,23.25,0c0.54711,0,0.96875,0.3904,0.96875,0.9375v3.125c0,0.5471-0.42164,0.9687-0.96875,0.9687h-23.25c-0.54711,0-0.96875-0.4216-0.96875-0.9687v-3.125c0-0.5471,0.42164-0.9375,0.96875-0.9375z"></path></g></g><g id="SvgjsG3150" featurekey="nameFeature-0" transform="matrix(0.5428545342760346,0,0,0.5428545342760346,106.91456305088856,-5.284557725076882)" fill="url(#SvgjsLinearGradient3155)"><path d="M10.16 9.8 c-0.76 0.04 -1.52 0.16 -2.28 0.4 c-1.64 0.56 -3.12 1.68 -4.12 3.12 c-0.88 1.32 -1.24 2.88 -1.36 4.44 c-0.08 1.2 0.04 2.44 0.6 3.52 c0.6 1.16 1.64 2.16 2.52 3.12 c0.8 0.84 1.6 1.68 2.48 2.44 c0.8 0.76 1.72 1.36 2.52 2.16 c1.16 1.16 1.6 3.8 0.76 5.24 c-1 1.6 -3.36 1.84 -4.92 1.32 c-0.8 -0.28 -1.52 -0.88 -2.2 -1.36 c-0.4 -0.28 -0.88 -0.4 -1.16 0.08 c-0.16 0.24 -0.24 0.52 -0.32 0.76 c-0.28 1 -0.64 1.92 -0.68 3 c-0.04 1.24 2.32 1.6 3.2 1.8 c3.92 0.92 8.64 0.2 10.68 -3.68 c0.4 -0.8 0.68 -1.64 0.84 -2.52 c0.04 -0.32 0.08 -0.6 0.08 -0.92 c0.16 -2.56 -0.88 -4.72 -2.44 -6.64 c-1.68 -2.08 -3.8 -3.52 -5.76 -5.32 c-1.2 -1.12 -1.64 -2.88 -1.28 -4.48 c0.36 -1.72 2.32 -2.16 3.8 -1.72 c0.44 0.12 0.8 0.32 1.2 0.56 c0.24 0.12 0.48 0.28 0.8 0.28 c0.56 0.04 0.64 -0.4 0.76 -0.84 c0.28 -1 0.76 -1.8 0.96 -2.76 c0.2 -1.08 -0.68 -1.28 -1.56 -1.56 c-1.04 -0.28 -2.04 -0.48 -3.12 -0.44 z M36.6 14.719999999999999 c0.04 -1.32 0 -2.4 0 -3.68 c0 -1.48 -2.68 -1.32 -3.64 -1.28 c-4.28 0.28 -8.36 3 -10.32 6.72 c-0.56 1.08 -0.96 2.2 -1.24 3.36 c-0.68 2.72 -0.72 5.6 -0.4 8.36 c0.28 2.6 0.96 5.2 2.56 7.28 c2.76 3.64 7.84 4.92 12.2 4.24 c0.2 -0.04 0.4 -0.08 0.56 -0.2 c0.12 -0.08 0.24 -0.24 0.24 -0.4 l0.12 -2.28 c0.04 -0.72 0 -0.68 0 -1.4 c0 -0.96 -2 -0.24 -3.24 -0.24 c-1.2 0 -2.48 -0.04 -3.56 -0.6 c-1.92 -1.08 -3 -3.24 -3.6 -5.28 c-0.68 -2.2 -0.84 -4.56 -0.44 -6.8 c0.48 -2.92 1.88 -6.28 4.96 -7.28 c1.76 -0.6 3.64 -0.4 5.4 -0.2 c0.24 0.04 0.4 -0.12 0.4 -0.32 z M61.76 17.36 c0.84 2.48 1.04 5.16 1.04 7.8 c0 2.2 -0.4 4.32 -0.96 6.44 c-0.72 2.52 -1.92 4.8 -4.08 6.28 c-1.6 1.16 -3.28 1.92 -5.24 2.12 c-0.28 0 -0.52 0.04 -0.8 0.04 c-0.24 0 -0.48 -0.04 -0.76 -0.04 c-1.96 -0.2 -3.64 -0.96 -5.28 -2.12 c-2.12 -1.48 -3.36 -3.76 -4.04 -6.28 c-0.6 -2.12 -0.96 -4.24 -0.96 -6.44 c0 -2.64 0.2 -5.32 1.04 -7.8 c1.48 -4.28 5.56 -7.32 10 -7.4 c4.44 0.08 8.52 3.12 10.04 7.4 z M57.879999999999995 28.08 c0.4 -2.44 0.24 -4.92 -0.24 -7.36 c-0.48 -2.2 -1.44 -4.36 -3.28 -5.68 c-0.32 -0.24 -0.68 -0.44 -1.04 -0.56 c-0.52 -0.24 -1.08 -0.32 -1.6 -0.32 s-1.04 0.08 -1.56 0.32 c-0.4 0.12 -0.72 0.32 -1.04 0.56 c-1.88 1.32 -2.84 3.48 -3.28 5.68 c-0.48 2.44 -0.64 4.92 -0.24 7.36 c0.4 2.2 1.2 5.16 3.28 6.28 c0.88 0.48 1.84 0.8 2.84 0.84 c1 -0.04 2 -0.36 2.88 -0.84 c2.08 -1.12 2.88 -4.08 3.28 -6.28 z M71.75999999999999 37 c0 -1.04 0 -7.6 0.04 -8.12 c0.04 -0.12 0.12 -0.36 0.28 -0.36 s0.24 0.08 0.28 0.2 c1.6 3.12 3 6.24 4.44 9.28 c0.2 0.44 0.64 1.72 0.76 1.84 c0.16 0.24 0.44 0.16 0.68 0.16 l4.4 0.04 c0.52 0 0.64 -0.32 0.52 -0.76 c-0.32 -1.2 -2.6 -5.44 -3.12 -6.48 c-0.36 -0.8 -2.76 -5.44 -2.84 -5.8 c-0.08 -0.16 0.52 -0.44 0.6 -0.56 c1.92 -1.72 3.64 -3.48 4 -6.16 c0.4 -2.64 -0.2 -5.52 -1.92 -7.64 c-1.32 -1.56 -3.04 -2.48 -5.08 -2.6 c-1.24 -0.08 -2.44 0.04 -3.68 0 c-1.08 -0.04 -1.84 -0.04 -3.2 -0.04 c-0.64 0 -1.04 0.36 -1.08 1.04 l0 0.48 c-0.08 3.08 0 6.16 0.04 9.2 c0 4.64 -0.08 16.88 -0.08 18.64 c0 0.52 0.08 0.64 0.56 0.64 c0.28 0 0.6 0.04 0.88 0.04 c1.12 0 1.8 -0.04 2.96 -0.04 c0.88 0 0.56 -1.44 0.56 -3 z M71.75999999999999 21.4 l0.04 -4.04 c0.04 -0.6 -0.16 -1.8 0.4 -2.24 c0.76 -0.56 2.32 0 3 0.48 c2 1.36 1.84 4.72 0.76 6.6 c-0.52 0.88 -1.4 1.4 -2.4 1.68 c-0.6 0.16 -1.72 0.36 -1.76 -0.6 c0 -0.64 -0.04 -1.88 -0.04 -1.88 z M87.24000000000001 31.8 l-0.04 0 c0 1 -0.04 2.04 0 3.08 c0.04 1.28 0.12 2.56 0.2 3.84 c0 0.44 0.12 0.56 0.52 0.64 c0.84 0.2 1.64 0.24 2.48 0.24 c2.16 -0.08 4.32 0.08 6.48 0 c0.88 -0.04 1.28 0.04 2.16 -0.12 c0.8 -0.16 1.08 -0.6 1.08 -1.8 c-0.08 -0.76 -0.04 -1.08 -0.04 -2 c0 -1.32 -0.92 -1.76 -1.72 -1.72 c-0.56 0.04 -3.24 -0.04 -4.32 -0.04 c-1.8 0.04 -1.52 0.28 -1.52 -1.6 c0 -1.52 0.04 -3.48 0.04 -5.04 c0 -0.84 0.08 -1.12 0.88 -1.12 l5 0 c0.8 0.12 1.36 -0.44 1.36 -1.28 s0.08 -0.88 0.08 -1.72 l-0.12 -1.2 c-0.08 -0.68 -0.32 -0.92 -1 -0.92 c-0.44 0 -0.88 0.04 -1.32 0.08 c-1.72 0.12 -2.52 -0.12 -4.2 0 c-0.56 0 -0.64 -0.08 -0.68 -0.6 c-0.16 -1.56 0 -3.28 0.16 -4.84 c0.04 -0.64 0.2 -0.76 0.8 -0.8 l5.64 -0.04 c0.76 -0.08 1 -0.04 0.96 -0.8 c-0.08 -1.16 0.04 -2.36 -0.08 -3.52 c-0.08 -0.64 -0.28 -0.76 -1 -0.76 c-1.2 0.04 -1.48 0.04 -2.68 0.12 c-1.2 0.04 -6 0.04 -7.16 0.04 c-1.68 0 -1.8 -0.12 -1.84 1.92 c-0.08 1.6 -0.04 3.24 -0.04 4.88 c0 2.8 -0.16 12.84 -0.08 15.08 z M119.92 14.719999999999999 c0.04 -1.32 0 -2.4 0 -3.68 c0 -1.48 -2.68 -1.32 -3.64 -1.28 c-4.28 0.28 -8.36 3 -10.32 6.72 c-0.56 1.08 -0.96 2.2 -1.24 3.36 c-0.68 2.72 -0.72 5.6 -0.4 8.36 c0.28 2.6 0.96 5.2 2.56 7.28 c2.76 3.64 7.84 4.92 12.2 4.24 c0.2 -0.04 0.4 -0.08 0.56 -0.2 c0.12 -0.08 0.24 -0.24 0.24 -0.4 l0.12 -2.28 c0.04 -0.72 0 -0.68 0 -1.4 c0 -0.96 -2 -0.24 -3.24 -0.24 c-1.2 0 -2.48 -0.04 -3.56 -0.6 c-1.92 -1.08 -3 -3.24 -3.6 -5.28 c-0.68 -2.2 -0.84 -4.56 -0.44 -6.8 c0.48 -2.92 1.88 -6.28 4.96 -7.28 c1.76 -0.6 3.64 -0.4 5.4 -0.2 c0.24 0.04 0.4 -0.12 0.4 -0.32 z M127.68 39.68 c0.12 0.04 0.48 0.04 0.84 0.04 c0.8 0 1.04 -2.88 1.12 -3.48 c0.04 -0.48 0.16 -0.52 0.56 -0.6 c2 -0.24 3 -0.08 5 -0.04 c0.44 0 0.68 0.2 0.8 0.56 l0.28 0.92 c0.24 0.68 0.44 1.52 0.68 2.2 c0.16 0.48 0.2 0.44 0.68 0.44 c0.64 0 2.96 0 3.64 -0.04 c0.92 0 0.28 -1.88 0.16 -2.2 c-0.36 -1.12 -0.44 -2.28 -0.8 -3.4 c-0.16 -0.48 -4.72 -22.12 -4.92 -23.32 c-0.28 -0.72 -0.04 -0.76 -0.68 -0.76 c-1.36 0 -2.8 0.08 -4.2 0 c-0.56 0 -0.52 0.16 -0.6 0.76 c-0.08 0.56 -1.52 6.92 -2.08 9.56 c-0.72 3.32 -1.36 6.52 -2.16 9.8 c-0.28 1.16 -2.2 9.52 -1.96 9.56 c0.12 0.08 0.32 0.04 0.48 0.04 c1 0 1.92 0 3.16 -0.04 z M132.92 30.6 l-0.84 0 c-1.12 0 -1.16 0 -0.88 -1.16 c0.2 -0.88 1.28 -5.64 1.52 -6.8 c0.04 -0.08 0.12 -0.16 0.16 -0.16 c0.08 0 0.16 0.08 0.2 0.12 c0.16 0.48 0.32 1.68 0.48 2.16 c0.36 1.52 0.6 2.8 0.96 4.44 c0.36 1.44 0.2 1.44 -0.52 1.44 c-0.36 0 -0.72 -0.04 -1.08 -0.04 z M150.72 37 c0 -1.04 0 -7.6 0.04 -8.12 c0.04 -0.12 0.12 -0.36 0.28 -0.36 s0.24 0.08 0.28 0.2 c1.6 3.12 3 6.24 4.44 9.28 c0.2 0.44 0.64 1.72 0.76 1.84 c0.16 0.24 0.44 0.16 0.68 0.16 l4.4 0.04 c0.52 0 0.64 -0.32 0.52 -0.76 c-0.32 -1.2 -2.6 -5.44 -3.12 -6.48 c-0.36 -0.8 -2.76 -5.44 -2.84 -5.8 c-0.08 -0.16 0.52 -0.44 0.6 -0.56 c1.92 -1.72 3.64 -3.48 4 -6.16 c0.4 -2.64 -0.2 -5.52 -1.92 -7.64 c-1.32 -1.56 -3.04 -2.48 -5.08 -2.6 c-1.24 -0.08 -2.44 0.04 -3.68 0 c-1.08 -0.04 -1.84 -0.04 -3.2 -0.04 c-0.64 0 -1.04 0.36 -1.08 1.04 l0 0.48 c-0.08 3.08 0 6.16 0.04 9.2 c0 4.64 -0.08 16.88 -0.08 18.64 c0 0.52 0.08 0.64 0.56 0.64 c0.28 0 0.6 0.04 0.88 0.04 c1.12 0 1.8 -0.04 2.96 -0.04 c0.88 0 0.56 -1.44 0.56 -3 z M150.72 21.4 l0.04 -4.04 c0.04 -0.6 -0.16 -1.8 0.4 -2.24 c0.76 -0.56 2.32 0 3 0.48 c2 1.36 1.84 4.72 0.76 6.6 c-0.52 0.88 -1.4 1.4 -2.4 1.68 c-0.6 0.16 -1.72 0.36 -1.76 -0.6 c0 -0.64 -0.04 -1.88 -0.04 -1.88 z M183 32.64 c0.24 -0.52 0.44 -1.04 0.64 -1.56 c0.44 -1.28 0.52 -2.6 0.64 -3.92 c0.24 -2.8 0.16 -5.64 -0.56 -8.36 c-0.88 -3.48 -3.12 -6.68 -6.48 -8.16 c-1.52 -0.68 -3.24 -0.76 -4.88 -0.72 c-1.72 0 -3.48 -0.08 -5.2 0.08 c-0.48 0.04 -0.72 0.28 -0.8 0.72 c-0.08 0.48 -0.16 0.96 -0.16 1.4 c0.08 2.44 0 9.68 0.08 10.88 c0.04 1.08 -0.08 2.4 -0.08 3.48 c0.04 2.68 0 5.4 0 8.08 c0 1.12 -0.04 2.2 -0.04 3.32 c0 1.2 -0.44 1.72 2.84 1.72 c2.92 0 5.96 -0.24 8.72 -1.28 c2.56 -0.92 4.16 -3.28 5.28 -5.68 z M171.35999999999999 28.48 l0 -4.8 c0 -3.04 0.08 -5 -0.04 -7.56 l0 -0.48 c0.04 -0.84 0.16 -0.88 1.04 -0.88 c1.16 -0.04 2 0.24 3 0.64 s1.56 1.28 2.08 2.12 c1 1.64 1.4 3.44 1.48 5.32 c0.04 1.08 0.08 2.16 0.08 3.24 c0 5.12 -3 8.68 -5.64 8.68 c-1.76 0 -2.04 0.12 -2.04 -1.04 c0 -1.2 0.08 -2.4 0.08 -3.6 c-0.04 -0.52 -0.04 -1.08 -0.04 -1.64 z M207.16 40.04 c0.6 0 2.8 0.04 3.24 -0.04 c0.28 -0.08 0.44 -0.8 0.52 -1.04 c0.24 -0.76 0.4 -1.56 0.6 -2.32 c0.44 -2 4.88 -18.8 6.44 -25.08 c0.08 -0.28 0.16 -0.6 0.08 -0.88 c-0.12 -0.6 -0.48 -0.68 -0.96 -0.68 c-0.92 0.04 -1.84 0 -2.76 0 c-1.04 0 -1.44 0.12 -1.76 1.28 c-1.56 5.36 -2.6 11.76 -4.04 17.2 l-0.24 0.64 c0 0.04 -0.16 0 -0.16 0 c-0.08 -0.2 -0.2 -0.36 -0.24 -0.56 c-1.44 -5.72 -3.8 -17.04 -4.2 -18.12 c-0.24 -0.64 -0.84 -0.44 -1.4 -0.44 c-1.12 0 -2.16 0.04 -3.24 0.04 c-0.4 0.04 -0.68 0.2 -0.64 0.6 c0 0.32 0.44 2.08 0.52 2.56 l0.44 1.68 c0.28 1.28 0.68 2.88 0.96 4.12 c1.52 6.36 3.16 12.72 4.96 19 c0.16 0.56 0.28 1.52 0.68 1.84 c0.32 0.28 0.84 0.16 1.2 0.2 z M225.76000000000002 39.68 c0.12 0.04 0.48 0.04 0.84 0.04 c0.8 0 1.04 -2.88 1.12 -3.48 c0.04 -0.48 0.16 -0.52 0.56 -0.6 c2 -0.24 3 -0.08 5 -0.04 c0.44 0 0.68 0.2 0.8 0.56 l0.28 0.92 c0.24 0.68 0.44 1.52 0.68 2.2 c0.16 0.48 0.2 0.44 0.68 0.44 c0.64 0 2.96 0 3.64 -0.04 c0.92 0 0.28 -1.88 0.16 -2.2 c-0.36 -1.12 -0.44 -2.28 -0.8 -3.4 c-0.16 -0.48 -4.72 -22.12 -4.92 -23.32 c-0.28 -0.72 -0.04 -0.76 -0.68 -0.76 c-1.36 0 -2.8 0.08 -4.2 0 c-0.56 0 -0.52 0.16 -0.6 0.76 c-0.08 0.56 -1.52 6.92 -2.08 9.56 c-0.72 3.32 -1.36 6.52 -2.16 9.8 c-0.28 1.16 -2.2 9.52 -1.96 9.56 c0.12 0.08 0.32 0.04 0.48 0.04 c1 0 1.92 0 3.16 -0.04 z M231 30.6 l-0.84 0 c-1.12 0 -1.16 0 -0.88 -1.16 c0.2 -0.88 1.28 -5.64 1.52 -6.8 c0.04 -0.08 0.12 -0.16 0.16 -0.16 c0.08 0 0.16 0.08 0.2 0.12 c0.16 0.48 0.32 1.68 0.48 2.16 c0.36 1.52 0.6 2.8 0.96 4.44 c0.36 1.44 0.2 1.44 -0.52 1.44 c-0.36 0 -0.72 -0.04 -1.08 -0.04 z M243.84 13.920000000000002 c-0.04 2.48 0.2 20.6 0.16 21.92 c0 1.24 0 2.48 0.04 3.72 c0 0.2 0.12 0.4 0.32 0.4 c2.8 0.12 5.56 -0.12 8.36 -0.08 c0.92 0.04 1.84 0 2.72 0 c0.88 -0.04 0.96 -0.4 0.92 -1.12 c-0.04 -1.12 -0.04 -2.12 -0.04 -3.2 c-0.04 -0.56 -0.36 -0.76 -0.84 -0.76 c-1.64 0.04 -3.28 -0.04 -4.92 0.04 c-0.28 0.04 -0.56 0.04 -0.84 0.04 c-0.48 -0.04 -0.6 -0.16 -0.64 -0.68 l0 -0.6 c-0.12 -3.32 0.12 -6.76 0.12 -10.08 c-0.04 -2.8 0 -5.32 -0.04 -7.8 c0 -1.08 0 -2.16 -0.04 -3.2 c-0.04 -0.64 0 -1.32 -0.16 -1.96 c-0.08 -0.24 -0.2 -0.56 -0.48 -0.56 l-3.76 0 c-0.64 0 -0.84 0.44 -0.88 1.08 l0 2.84 z M265.88 29.68 c-0.12 -4.56 -0.08 -9.4 -0.04 -13.92 c0 -1.4 -0.08 -2.92 -0.08 -4.32 c0 -1.52 -0.6 -1.44 -1.4 -1.48 c-1.16 -0.04 -1.68 -0.04 -2.84 -0.04 c-0.76 -0.04 -1.08 0.16 -1.08 0.92 c0 3.92 -0.12 15 -0.08 16.6 s0.2 8.88 0.12 10.48 c-0.04 0.56 0 1.12 0.04 1.68 c0.04 0.2 0.16 0.4 0.48 0.4 c1.32 -0.08 2.56 -0.08 3.88 -0.12 c0.48 -0.04 0.88 -0.16 1.08 -0.68 c0.04 -0.28 -0.08 -7.6 -0.08 -9.52 z M286.8 32.64 c0.24 -0.52 0.44 -1.04 0.64 -1.56 c0.44 -1.28 0.52 -2.6 0.64 -3.92 c0.24 -2.8 0.16 -5.64 -0.56 -8.36 c-0.88 -3.48 -3.12 -6.68 -6.48 -8.16 c-1.52 -0.68 -3.24 -0.76 -4.88 -0.72 c-1.72 0 -3.48 -0.08 -5.2 0.08 c-0.48 0.04 -0.72 0.28 -0.8 0.72 c-0.08 0.48 -0.16 0.96 -0.16 1.4 c0.08 2.44 0 9.68 0.08 10.88 c0.04 1.08 -0.08 2.4 -0.08 3.48 c0.04 2.68 0 5.4 0 8.08 c0 1.12 -0.04 2.2 -0.04 3.32 c0 1.2 -0.44 1.72 2.84 1.72 c2.92 0 5.96 -0.24 8.72 -1.28 c2.56 -0.92 4.16 -3.28 5.28 -5.68 z M275.16 28.48 l0 -4.8 c0 -3.04 0.08 -5 -0.04 -7.56 l0 -0.48 c0.04 -0.84 0.16 -0.88 1.04 -0.88 c1.16 -0.04 2 0.24 3 0.64 s1.56 1.28 2.08 2.12 c1 1.64 1.4 3.44 1.48 5.32 c0.04 1.08 0.08 2.16 0.08 3.24 c0 5.12 -3 8.68 -5.64 8.68 c-1.76 0 -2.04 0.12 -2.04 -1.04 c0 -1.2 0.08 -2.4 0.08 -3.6 c-0.04 -0.52 -0.04 -1.08 -0.04 -1.64 z M295.88000000000005 39.68 c0.12 0.04 0.48 0.04 0.84 0.04 c0.8 0 1.04 -2.88 1.12 -3.48 c0.04 -0.48 0.16 -0.52 0.56 -0.6 c2 -0.24 3 -0.08 5 -0.04 c0.44 0 0.68 0.2 0.8 0.56 l0.28 0.92 c0.24 0.68 0.44 1.52 0.68 2.2 c0.16 0.48 0.2 0.44 0.68 0.44 c0.64 0 2.96 0 3.64 -0.04 c0.92 0 0.28 -1.88 0.16 -2.2 c-0.36 -1.12 -0.44 -2.28 -0.8 -3.4 c-0.16 -0.48 -4.72 -22.12 -4.92 -23.32 c-0.28 -0.72 -0.04 -0.76 -0.68 -0.76 c-1.36 0 -2.8 0.08 -4.2 0 c-0.56 0 -0.52 0.16 -0.6 0.76 c-0.08 0.56 -1.52 6.92 -2.08 9.56 c-0.72 3.32 -1.36 6.52 -2.16 9.8 c-0.28 1.16 -2.2 9.52 -1.96 9.56 c0.12 0.08 0.32 0.04 0.48 0.04 c1 0 1.92 0 3.16 -0.04 z M301.12000000000006 30.6 l-0.84 0 c-1.12 0 -1.16 0 -0.88 -1.16 c0.2 -0.88 1.28 -5.64 1.52 -6.8 c0.04 -0.08 0.12 -0.16 0.16 -0.16 c0.08 0 0.16 0.08 0.2 0.12 c0.16 0.48 0.32 1.68 0.48 2.16 c0.36 1.52 0.6 2.8 0.96 4.44 c0.36 1.44 0.2 1.44 -0.52 1.44 c-0.36 0 -0.72 -0.04 -1.08 -0.04 z M319.04 35.64 c0.04 1.24 0.04 2.48 0.08 3.72 c0 0.56 0.04 0.64 0.6 0.64 l3.6 0 c0.76 0 0.6 -1.28 0.56 -1.96 l0.12 -22.4 c0 -0.6 0.2 -0.8 1 -0.8 l3.52 0 c0.84 0 0.64 -1.44 0.64 -2.44 c0 -0.88 0.32 -2.4 -0.64 -2.4 c-0.68 0 -7.2 0 -9.88 0.04 c-1.32 0 -2.4 -0.04 -3.72 -0.04 c-1 0 -0.96 0.8 -0.96 2.56 c0 1.12 -0.04 2.24 0.92 2.24 c0.56 0 2.84 0 3.48 0.04 c0.4 0 0.68 0.12 0.76 0.56 c0 0.12 0.04 0.24 0.04 0.36 c0 2.88 -0.2 16.28 -0.12 19.88 z M338.72 29.68 c-0.12 -4.56 -0.08 -9.4 -0.04 -13.92 c0 -1.4 -0.08 -2.92 -0.08 -4.32 c0 -1.52 -0.6 -1.44 -1.4 -1.48 c-1.16 -0.04 -1.68 -0.04 -2.84 -0.04 c-0.76 -0.04 -1.08 0.16 -1.08 0.92 c0 3.92 -0.12 15 -0.08 16.6 s0.2 8.88 0.12 10.48 c-0.04 0.56 0 1.12 0.04 1.68 c0.04 0.2 0.16 0.4 0.48 0.4 c1.32 -0.08 2.56 -0.08 3.88 -0.12 c0.48 -0.04 0.88 -0.16 1.08 -0.68 c0.04 -0.28 -0.08 -7.6 -0.08 -9.52 z M363.88000000000005 17.36 c0.84 2.48 1.04 5.16 1.04 7.8 c0 2.2 -0.4 4.32 -0.96 6.44 c-0.72 2.52 -1.92 4.8 -4.08 6.28 c-1.6 1.16 -3.28 1.92 -5.24 2.12 c-0.28 0 -0.52 0.04 -0.8 0.04 c-0.24 0 -0.48 -0.04 -0.76 -0.04 c-1.96 -0.2 -3.64 -0.96 -5.28 -2.12 c-2.12 -1.48 -3.36 -3.76 -4.04 -6.28 c-0.6 -2.12 -0.96 -4.24 -0.96 -6.44 c0 -2.64 0.2 -5.32 1.04 -7.8 c1.48 -4.28 5.56 -7.32 10 -7.4 c4.44 0.08 8.52 3.12 10.04 7.4 z M360.00000000000006 28.08 c0.4 -2.44 0.24 -4.92 -0.24 -7.36 c-0.48 -2.2 -1.44 -4.36 -3.28 -5.68 c-0.32 -0.24 -0.68 -0.44 -1.04 -0.56 c-0.52 -0.24 -1.08 -0.32 -1.6 -0.32 s-1.04 0.08 -1.56 0.32 c-0.4 0.12 -0.72 0.32 -1.04 0.56 c-1.88 1.32 -2.84 3.48 -3.28 5.68 c-0.48 2.44 -0.64 4.92 -0.24 7.36 c0.4 2.2 1.2 5.16 3.28 6.28 c0.88 0.48 1.84 0.8 2.84 0.84 c1 -0.04 2 -0.36 2.88 -0.84 c2.08 -1.12 2.88 -4.08 3.28 -6.28 z M385.9600000000001 10.920000000000002 c0.12 0.56 0.04 27.2 0.04 27.88 c0 1.2 -0.44 1.16 -1.24 1.16 c-1.2 0 -2.88 0.2 -3.24 -0.2 c-0.32 -0.28 -6.24 -14.56 -7.08 -16.36 c-0.08 -0.16 -0.28 -0.56 -0.44 -0.48 c-0.2 0.08 -0.12 0.36 -0.12 0.52 c-0.04 1.4 0.2 13.48 0.2 15.4 c0 0.96 -0.04 1.12 -0.84 1.12 l-2 0 c-0.52 0 -1.16 -0.04 -1.68 0.04 c-0.4 0 -0.6 -0.12 -0.64 -0.52 l0 -3.16 c0.08 -3.36 0 -23.28 0 -24.76 c0 -1.28 0.36 -1.52 1.64 -1.52 c0.88 -0.04 1.76 -0.04 2.64 -0.04 c0.28 0 0.44 0.04 0.6 0.4 c1.08 2.52 5.68 14.08 6.4 15.48 c0.12 0.28 0.56 1.4 0.8 1.52 l0.04 0 c0.16 -0.16 0.12 -0.96 0.12 -1.2 c0 -0.6 -0.32 -14.64 -0.32 -14.92 c0 -0.4 -0.12 -0.76 0.08 -1.04 c0.12 -0.16 0.64 -0.2 0.84 -0.24 c1.12 -0.08 2.44 0.04 3.56 0 c0.56 0 0.52 0.4 0.64 0.92 z M405.12000000000006 35.64 c0.04 1.24 0.04 2.48 0.08 3.72 c0 0.56 0.04 0.64 0.6 0.64 l3.6 0 c0.76 0 0.6 -1.28 0.56 -1.96 l0.12 -22.4 c0 -0.6 0.2 -0.8 1 -0.8 l3.52 0 c0.84 0 0.64 -1.44 0.64 -2.44 c0 -0.88 0.32 -2.4 -0.64 -2.4 c-0.68 0 -7.2 0 -9.88 0.04 c-1.32 0 -2.4 -0.04 -3.72 -0.04 c-1 0 -0.96 0.8 -0.96 2.56 c0 1.12 -0.04 2.24 0.92 2.24 c0.56 0 2.84 0 3.48 0.04 c0.4 0 0.68 0.12 0.76 0.56 c0 0.12 0.04 0.24 0.04 0.36 c0 2.88 -0.2 16.28 -0.12 19.88 z M440.36000000000007 17.36 c0.84 2.48 1.04 5.16 1.04 7.8 c0 2.2 -0.4 4.32 -0.96 6.44 c-0.72 2.52 -1.92 4.8 -4.08 6.28 c-1.6 1.16 -3.28 1.92 -5.24 2.12 c-0.28 0 -0.52 0.04 -0.8 0.04 c-0.24 0 -0.48 -0.04 -0.76 -0.04 c-1.96 -0.2 -3.64 -0.96 -5.28 -2.12 c-2.12 -1.48 -3.36 -3.76 -4.04 -6.28 c-0.6 -2.12 -0.96 -4.24 -0.96 -6.44 c0 -2.64 0.2 -5.32 1.04 -7.8 c1.48 -4.28 5.56 -7.32 10 -7.4 c4.44 0.08 8.52 3.12 10.04 7.4 z M436.4800000000001 28.08 c0.4 -2.44 0.24 -4.92 -0.24 -7.36 c-0.48 -2.2 -1.44 -4.36 -3.28 -5.68 c-0.32 -0.24 -0.68 -0.44 -1.04 -0.56 c-0.52 -0.24 -1.08 -0.32 -1.6 -0.32 s-1.04 0.08 -1.56 0.32 c-0.4 0.12 -0.72 0.32 -1.04 0.56 c-1.88 1.32 -2.84 3.48 -3.28 5.68 c-0.48 2.44 -0.64 4.92 -0.24 7.36 c0.4 2.2 1.2 5.16 3.28 6.28 c0.88 0.48 1.84 0.8 2.84 0.84 c1 -0.04 2 -0.36 2.88 -0.84 c2.08 -1.12 2.88 -4.08 3.28 -6.28 z M466.4800000000001 17.36 c0.84 2.48 1.04 5.16 1.04 7.8 c0 2.2 -0.4 4.32 -0.96 6.44 c-0.72 2.52 -1.92 4.8 -4.08 6.28 c-1.6 1.16 -3.28 1.92 -5.24 2.12 c-0.28 0 -0.52 0.04 -0.8 0.04 c-0.24 0 -0.48 -0.04 -0.76 -0.04 c-1.96 -0.2 -3.64 -0.96 -5.28 -2.12 c-2.12 -1.48 -3.36 -3.76 -4.04 -6.28 c-0.6 -2.12 -0.96 -4.24 -0.96 -6.44 c0 -2.64 0.2 -5.32 1.04 -7.8 c1.48 -4.28 5.56 -7.32 10 -7.4 c4.44 0.08 8.52 3.12 10.04 7.4 z M462.6000000000001 28.08 c0.4 -2.44 0.24 -4.92 -0.24 -7.36 c-0.48 -2.2 -1.44 -4.36 -3.28 -5.68 c-0.32 -0.24 -0.68 -0.44 -1.04 -0.56 c-0.52 -0.24 -1.08 -0.32 -1.6 -0.32 s-1.04 0.08 -1.56 0.32 c-0.4 0.12 -0.72 0.32 -1.04 0.56 c-1.88 1.32 -2.84 3.48 -3.28 5.68 c-0.48 2.44 -0.64 4.92 -0.24 7.36 c0.4 2.2 1.2 5.16 3.28 6.28 c0.88 0.48 1.84 0.8 2.84 0.84 c1 -0.04 2 -0.36 2.88 -0.84 c2.08 -1.12 2.88 -4.08 3.28 -6.28 z M471.5200000000001 13.920000000000002 c-0.04 2.48 0.2 20.6 0.16 21.92 c0 1.24 0 2.48 0.04 3.72 c0 0.2 0.12 0.4 0.32 0.4 c2.8 0.12 5.56 -0.12 8.36 -0.08 c0.92 0.04 1.84 0 2.72 0 c0.88 -0.04 0.96 -0.4 0.92 -1.12 c-0.04 -1.12 -0.04 -2.12 -0.04 -3.2 c-0.04 -0.56 -0.36 -0.76 -0.84 -0.76 c-1.64 0.04 -3.28 -0.04 -4.92 0.04 c-0.28 0.04 -0.56 0.04 -0.84 0.04 c-0.48 -0.04 -0.6 -0.16 -0.64 -0.68 l0 -0.6 c-0.12 -3.32 0.12 -6.76 0.12 -10.08 c-0.04 -2.8 0 -5.32 -0.04 -7.8 c0 -1.08 0 -2.16 -0.04 -3.2 c-0.04 -0.64 0 -1.32 -0.16 -1.96 c-0.08 -0.24 -0.2 -0.56 -0.48 -0.56 l-3.76 0 c-0.64 0 -0.84 0.44 -0.88 1.08 l0 2.84 z"></path></g><g id="SvgjsG3151" featurekey="nameFeature-1" transform="matrix(3.126368040939316,0,0,3.126368040939316,101.73336846537899,-3.7634560368149685)" fill="url(#SvgjsLinearGradient3158)"><path d="M2.04 13.079999999999998 c0 1.92 -0.08 22.56 0 24.4 c0.04 0.44 0.04 0.88 0.04 1.32 c0 0.32 0.2 0.52 0.48 0.64 c0.24 0.08 0.56 0.16 0.8 0.16 c1.16 -0.12 2.4 0 3.6 -0.04 c2.08 0.16 3.96 -0.32 5.76 -1.28 c1.68 -0.96 2.6 -2.68 3.24 -4.48 c0.52 -1.52 0.44 -3.32 0.16 -4.88 c-0.24 -1.4 -0.88 -2.76 -1.72 -3.88 c-0.12 -0.16 -1.84 -1.24 -1.76 -1.32 c1.04 -1.48 2.52 -2.72 2.72 -4.56 c0.16 -1.6 -0.2 -3.24 -0.76 -4.72 c-0.36 -0.96 -0.84 -1.88 -1.6 -2.6 c-1.28 -1.2 -3.2 -1.72 -4.88 -1.88 c-1.72 -0.16 -3.32 -0.04 -5.04 -0.12 c-0.6 0 -0.88 0.24 -0.88 0.88 c0 0.84 -0.16 1.52 -0.16 2.36 z M6.96 20.36 c-0.04 -0.44 0 -3.96 -0.08 -5.28 c-0.04 -0.48 0.24 -0.72 0.76 -0.6 c0.4 0.08 0.72 0.12 1.04 0.36 c1 0.76 1.76 1.68 1.8 2.96 c0 0.64 0 1.28 -0.24 1.88 c-0.28 0.72 -0.68 1.28 -1.4 1.64 c-0.48 0.24 -0.92 0.52 -1.4 0.72 c-0.24 0.08 -0.48 -0.04 -0.52 -0.28 c0 -0.48 0.04 -1.4 0.04 -1.4 z M10.96 30.96 c0 0.2 -0.04 0.56 -0.04 0.92 c-0.04 1.2 -1.6 2.72 -3.4 2.76 c-0.12 0 -0.32 -0.12 -0.36 -0.24 c-0.08 -0.24 -0.16 -0.52 -0.16 -0.8 c-0.04 -1.24 0 -2.44 0 -3.76 c0.12 -0.84 0.04 -1.72 0.04 -2.6 c0.04 -0.68 0.2 -0.8 0.84 -0.92 c0.96 -0.12 1.84 0.28 2.28 1.04 c0.52 0.92 0.72 1.92 0.8 2.96 l0 0.64 z M20.4 15.239999999999998 c0.04 2.36 0.04 22.4 0.04 24.04 c0 0.6 0.08 0.72 0.68 0.72 c1.36 0 1.36 0.04 2.72 0 c0.28 0 0.76 0 1 -0.12 c0.28 -0.12 0.12 -9.56 0.12 -10.08 c0 -0.56 1.12 -0.44 1.44 -0.44 c6.68 0 8.52 -4.8 8.52 -8.88 c0 -3.68 -0.72 -10.48 -9.04 -10.48 c-1.44 0 -2.92 0.04 -4.32 0.04 c-0.32 0 -0.72 -0.04 -1 0.16 c-0.32 0.24 -0.2 3.8 -0.16 5.04 z M25 23.48 c0 -0.88 -0.04 -6.12 0 -7.72 c0 -0.24 -0.04 -0.52 0 -0.8 c0.12 -0.44 0.64 -0.44 1.04 -0.4 c2.32 0.16 3.64 2.2 3.84 4.36 c0.16 1.56 -0.04 3.88 -1.16 5.12 c-0.8 0.84 -1.84 1.36 -3.2 1.36 c-0.28 0 -0.56 -0.32 -0.56 -0.6 c0 -0.44 0 -0.88 0.04 -1.32 z M44.72 10.04 c-0.4 0 -0.8 0.04 -1.2 0.04 c-0.6 0 -1.32 -0.12 -1.44 0.68 c-0.4 3.4 -0.76 7.16 -1.16 10.56 c-0.68 5.6 -1.32 11.36 -1.96 16.96 c-0.08 0.76 -0.16 1.48 0.68 1.64 c1.28 0.08 2.24 0.08 3.32 0.04 c0.4 0.04 0.84 0.08 0.96 -0.4 c0.08 -0.2 0.08 -0.4 0.08 -0.6 c0.08 -0.92 1.28 -12.44 1.76 -12.44 c0.76 0 2.76 9.36 3.72 12.8 c0.12 0.48 0.36 0.68 0.84 0.64 c1 -0.08 1.96 0 2.96 0 s0.8 -0.64 1 -1.48 c0.24 -0.92 2.56 -12 3.12 -12 c0.64 0 1.96 12.84 2.08 13.12 c0.24 0.56 0.92 0.32 1.4 0.32 c0.72 0 1.4 0.08 2.32 0 c0.68 -0.08 1.36 0.16 1.4 -0.72 c0 -0.2 -0.08 -0.4 -0.12 -0.6 c-0.16 -1 -0.36 -2.2 -0.56 -3.2 c-0.28 -2.08 -0.68 -4.12 -0.96 -6.2 c-0.4 -3.28 -0.8 -6.56 -1.16 -9.84 c-0.28 -2.8 -0.68 -5.96 -0.92 -8.76 c-0.08 -0.92 -1.12 -0.6 -1.76 -0.6 l-2.76 0 c-0.44 0 -0.64 0.84 -0.72 1.28 c-0.24 1.12 -3 15.56 -3.92 15.56 s-3.88 -13.2 -4.4 -16.08 c-0.12 -0.64 -0.56 -0.84 -1.16 -0.84 z M85.63999999999999 10.920000000000002 c0.12 0.56 0.04 27.2 0.04 27.88 c0 1.2 -0.44 1.16 -1.24 1.16 c-1.2 0 -2.88 0.2 -3.24 -0.2 c-0.32 -0.28 -6.24 -14.56 -7.08 -16.36 c-0.08 -0.16 -0.28 -0.56 -0.44 -0.48 c-0.2 0.08 -0.12 0.36 -0.12 0.52 c-0.04 1.4 0.2 13.48 0.2 15.4 c0 0.96 -0.04 1.12 -0.84 1.12 l-2 0 c-0.52 0 -1.16 -0.04 -1.68 0.04 c-0.4 0 -0.6 -0.12 -0.64 -0.52 l0 -3.16 c0.08 -3.36 0 -23.28 0 -24.76 c0 -1.28 0.36 -1.52 1.64 -1.52 c0.88 -0.04 1.76 -0.04 2.64 -0.04 c0.28 0 0.44 0.04 0.6 0.4 c1.08 2.52 5.68 14.08 6.4 15.48 c0.12 0.28 0.56 1.4 0.8 1.52 l0.04 0 c0.16 -0.16 0.12 -0.96 0.12 -1.2 c0 -0.6 -0.32 -14.64 -0.32 -14.92 c0 -0.4 -0.12 -0.76 0.08 -1.04 c0.12 -0.16 0.64 -0.2 0.84 -0.24 c1.12 -0.08 2.44 0.04 3.56 0 c0.56 0 0.52 0.4 0.64 0.92 z"></path></g></svg>
</div>
<h1>BPMN Scorecard Validation Tool — Check the business process model quality for FREE</h1>
<h3>This tool is the industry benchmark of BPMN model quality. Evaluate your business process models using this Scorecard to design sound and error-less diagrams.</h3>
<p class="text-muted mt-4">Would construction workers ever build a house using a poor blueprint? Obviously, they will not! A sound blueprint is required for a building in exactly the same way, as a sound business process model is required for efficient organizational activities
and supporting information systems. Thus, business analysts need to make sure the business process model is of high quality and meets both syntactic and semantic business requirements. They also need <a href="https://www.lucidchart.com/pages/bpmn"
target="_blank">BPMN business process modeling</a> skills to create an excellent business process model. Therefore, they can use the BPMN Scorecard Validation Tool when working on your business process model. It is a free tool that automates
multiple checks of business process modeling best practices
<a href="https://help.bizagi.com/process-modeler/en/index.html?best_practices_in_modeling.htm" target="_blank">suggested by Bizagi</a>. Using the BPMN Scorecard Validation Tool is a great way to obtain a higher quality BPMN business process
model and meanwhile fine-tune your BPMN business process modeling skills as well. This free tool is available as a lightweight in-browser web application. After filling the questionnaire, your BPMN business process model will get a score from
0 (poor) to 100 (excellent). Continuous usage of this tool reinforces the sound design of BPMN models and, hence, leads to high-quality processes and enterprise information systems.</p>
<a href="#tryArea" class="btn btn-lg mt-4" role="button">TRY FOR FREE</a>
<br>
<img src="/images/scorecard/banner01.png" class="img-fluid banner-img mt-4 mb-4" alt="banner01">
<div class="form-group mt-4">
<span id="tryArea"></span>
<br>
<br>
<br>
<label for="file-input" class="text-muted mb-0 mt-4"><b>BPMN Model Benchmarking</b></label>
<small class="form-text text-muted mb-2">Open a BPMN 2.0 file from disk (optional) and fill the questionnaire below</small>
<input type="file" class="form-control" id="file-input">
</div>
<pre id="code-area" hidden><code class="language-xml" id="bpmn-input"></code></pre>
<div class="img-fluid mb-3">
<div id="js-canvas" class="img-thumbnail"></div>
</div>
<div class="table-responsive">
<table class="table table-bordered table-sm">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Criterion<br><small class="text-muted">(if not applicable to the evaluated model, answer "yes" as well)</small></th>
<th scope="col">Points</th>
<th scope="col">Evaluation</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" colspan="4">Beginning and ending</th>
</tr>
<tr>
<th scope="row">1</th>
<td>Are the start and end events used?</td>
<td><input type="text" class="form-control form-control-sm" id="q1Max" readonly value="1"></td>
<td><input type="checkbox" class="form-check-input" id="q1Eval"><label class="form-check-label" for="q1Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row" colspan="4">Diagramming</th>
</tr>
<tr>
<th scope="row">2</th>
<td>Are all processes shown within their pools?</td>
<td><input type="text" class="form-control form-control-sm" id="q2Max" readonly value="4"></td>
<td><input type="checkbox" class="form-check-input" id="q2Eval"><label class="form-check-label" for="q2Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">3</th>
<td>Are all lanes contain at least one task or intermediate event?</td>
<td><input type="text" class="form-control form-control-sm" id="q3Max" readonly value="4"></td>
<td><input type="checkbox" class="form-check-input" id="q3Eval"><label class="form-check-label" for="q3Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">4</th>
<td>Are all lanes represent manual tasks or gateways?</td>
<td><input type="text" class="form-control form-control-sm" id="q4Max" readonly value="4"></td>
<td><input type="checkbox" class="form-check-input" id="q4Eval"><label class="form-check-label" for="q4Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">5</th>
<td>Are all tasks, gateways, or events not placed in the middle of two lanes?</td>
<td><input type="text" class="form-control form-control-sm" id="q5Max" readonly value="4"></td>
<td><input type="checkbox" class="form-check-input" id="q5Eval"><label class="form-check-label" for="q5Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">6</th>
<td>Are there no multiple instances of the same task diagrammed to represent several performers?</td>
<td><input type="text" class="form-control form-control-sm" id="q6Max" readonly value="4"></td>
<td><input type="checkbox" class="form-check-input" id="q6Eval"><label class="form-check-label" for="q6Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">7</th>
<td>Is the consistent direction of flow followed?</td>
<td><input type="text" class="form-control form-control-sm" id="q7Max" readonly value="4"></td>
<td><input type="checkbox" class="form-check-input" id="q7Eval"><label class="form-check-label" for="q7Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">8</th>
<td>Is the primary scenario shown clear?</td>
<td><input type="text" class="form-control form-control-sm" id="q8Max" readonly value="4"></td>
<td><input type="checkbox" class="form-check-input" id="q8Eval"><label class="form-check-label" for="q8Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">9</th>
<td>Are alternative scenarios shown clear?</td>
<td><input type="text" class="form-control form-control-sm" id="q9Max" readonly value="4"></td>
<td><input type="checkbox" class="form-check-input" id="q9Eval"><label class="form-check-label" for="q9Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">10</th>
<td>Are the success and failure end states distinguished?</td>
<td><input type="text" class="form-control form-control-sm" id="q10Max" readonly value="4"></td>
<td><input type="checkbox" class="form-check-input" id="q10Eval"><label class="form-check-label" for="q10Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row" colspan="4">Structuredness</th>
</tr>
<tr>
<th scope="row">11</th>
<td>Are there gateways always used to branch flows?</td>
<td><input type="text" class="form-control form-control-sm" id="q11Max" readonly value="6"></td>
<td><input type="checkbox" class="form-check-input" id="q11Eval"><label class="form-check-label" for="q11Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">12</th>
<td>Are there no gateways used to join and split flows at the same time?</td>
<td><input type="text" class="form-control form-control-sm" id="q12Max" readonly value="6"></td>
<td><input type="checkbox" class="form-check-input" id="q12Eval"><label class="form-check-label" for="q12Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">13</th>
<td>Are all splits joined equivalently?</td>
<td><input type="text" class="form-control form-control-sm" id="q13Max" readonly value="6"></td>
<td><input type="checkbox" class="form-check-input" id="q13Eval"><label class="form-check-label" for="q13Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">14</th>
<td>Are gateways of the same type as for splitting always used to join the flow?</td>
<td><input type="text" class="form-control form-control-sm" id="q14Max" readonly value="6"></td>
<td><input type="checkbox" class="form-check-input" id="q14Eval"><label class="form-check-label" for="q14Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">15</th>
<td>Are terminated events used when this is strictly necessary?</td>
<td><input type="text" class="form-control form-control-sm" id="q15Max" readonly value="6"></td>
<td><input type="checkbox" class="form-check-input" id="q15Eval"><label class="form-check-label" for="q15Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">16</th>
<td>Are only sequence flows used to connect all the activities, events, and gateways?</td>
<td><input type="text" class="form-control form-control-sm" id="q16Max" readonly value="6"></td>
<td><input type="checkbox" class="form-check-input" id="q16Eval"><label class="form-check-label" for="q16Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">17</th>
<td>Are no sequence flows used to connect elements of different pools?</td>
<td><input type="text" class="form-control form-control-sm" id="q17Max" readonly value="6"></td>
<td><input type="checkbox" class="form-check-input" id="q17Eval"><label class="form-check-label" for="q17Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row" colspan="4">Labeling</th>
</tr>
<tr>
<th scope="row">18</th>
<td>Are all activities given with labels composed of one verb and one object?</td>
<td><input type="text" class="form-control form-control-sm" id="q18Max" readonly value="3"></td>
<td><input type="checkbox" class="form-check-input" id="q18Eval"><label class="form-check-label" for="q18Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">19</th>
<td>Are no start and end events labeled when only one instance of them is in use?</td>
<td><input type="text" class="form-control form-control-sm" id="q19Max" readonly value="3"></td>
<td><input type="checkbox" class="form-check-input" id="q19Eval"><label class="form-check-label" for="q19Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">20</th>
<td>Is labeling provided when multiple start and end events are in use?</td>
<td><input type="text" class="form-control form-control-sm" id="q20Max" readonly value="3"></td>
<td><input type="checkbox" class="form-check-input" id="q20Eval"><label class="form-check-label" for="q20Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">21</th>
<td>Are all divergence gateways have a clear name indicating the decision or condition evaluated when it applies?</td>
<td><input type="text" class="form-control form-control-sm" id="q21Max" readonly value="3"></td>
<td><input type="checkbox" class="form-check-input" id="q21Eval"><label class="form-check-label" for="q21Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">22</th>
<td>Are all gateways, to which names do not apply, have abbreviations or numbers to differentiate them?</td>
<td><input type="text" class="form-control form-control-sm" id="q22Max" readonly value="3"></td>
<td><input type="checkbox" class="form-check-input" id="q22Eval"><label class="form-check-label" for="q22Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row">23</th>
<td>Are all transitions have names that indicate conditions related?</td>
<td><input type="text" class="form-control form-control-sm" id="q23Max" readonly value="3"></td>
<td><input type="checkbox" class="form-check-input" id="q23Eval"><label class="form-check-label" for="q23Eval">yes/no</label></td>
</tr>
<tr>
<th scope="row" colspan="4">Redundancy</th>
</tr>
<tr>
<th scope="row">24</th>
<td>Is the diagram size comfortable to read and communicate the purpose of the process?</td>
<td><input type="text" class="form-control form-control-sm" id="q24Max" readonly value="3"></td>
<td><input type="checkbox" class="form-check-input" id="q24Eval"><label class="form-check-label" for="q24Eval">yes/no</label></td>
</tr>
<!-- Total score -->
<tr>
<th scope="row" colspan="2">Total score</th>
<td>
<input type="text" class="form-control form-control-sm" id="qTotalMax" readonly value="100">
</td>
<td>
<input type="text" class="form-control form-control-sm" id="qTotalRes" readonly value="0">
</td>
</tr>
</tbody>
</table>
</div>
<img src="/images/scorecard/banner02.png" class="img-fluid banner-img mt-0" alt="banner02">
</div>
<div class="modal fade" id="messageModal" tabindex="-1" role="dialog" aria-labelledby="messageModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="messageModalLabel"><b>Message</b></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
</div>
<div class="modal-body" id="message-text"></div>
</div>
</div>
</div>
<div class="jumbotron jumbotron-fluid text-muted" id="footer">
<div class="ml-4">
<b>BPMN Scorecard Validation Tool</b> by <a href="/index.html" target="_blank"><b>freebpmnquality</b></a>, 2020 -
<script>
document.write(new Date().getFullYear())
</script> <a href="https://creativecommons.org/licenses/by-nd/4.0/" target="_blank">(CC BY-ND)</a>, <a href="/privacy-policy.html" target="_blank">Privacy Policy</a>
</div>
</div>
<!-- Welcome pop-up -->
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" id="welcomeModal">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content" style="border-radius: 1rem; background-color: #f8f9fa;">
<div class="modal-header">
<h5 class="modal-title">Welcome!</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 text-center" id="season-banner">
<div class="mt-4 mb-4">
<img src="images/blockpmn/logo.png" alt="logo" style="width: 100%;">
</div>
</div>
<div class="col-md-6 text-center">
<div class="mt-4 mb-4">
<p>Free BPMN business process examples of crypto saving, staking, DeFi, and investing activities. Examples of smart contracts to handle blockchain BPMN modeling.</p>
<a type="button" class="btn btn-warning" style="border-radius: 1rem; font-weight: bold; color: #212529; background-color: #ffc107; border-color: #ffc107;" href="blockpmn.html" target="_blank">SEE MODELS</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /Welcome pop-up -->
<!-- Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/x2js/1.1.3/xml2json.min.js" integrity="sha512-xl6hrpp8+qe3CwgDhhcLAMSMC/8To5kwYDgLUcA95R9xcbxiTChpd1Egu24Xk5axY1Del9opQg8S9WyEYSGNZg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://unpkg.com/bpmn-js@8.7.3/dist/bpmn-viewer.development.js"></script>
<!-- App -->
<script type="text/javascript">
function displayMessage(messageText) {
$('#message-text').html(messageText);
$('#messageModal').modal('show');
}
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
$(document).ready(() => {
// welcome pop-up
// $('#welcomeModal').modal('show');
$('#js-canvas').hide();
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
block: 'start',
behavior: 'smooth'
});
});
});
$('#file-input').change((e) => {
try {
var file = e.target.files[0];
if (file) {
var reader = new FileReader();
reader.onload = async function(e) {
var contents = e.target.result;
$('#bpmn-input').text(contents);
$('#js-canvas').empty();
var viewer = new BpmnJS({
container: $('#js-canvas'),
height: 400
});
await viewer.importXML(contents);
var canvas = viewer.get('canvas');
canvas.zoom('fit-viewport');
};
reader.readAsText(file);
$('#js-canvas').show();
}
} catch (err) {
displayMessage(err.message);
console.error(err);
}
});
var questionsNumber = 24;
var validateModel = () => {
try {
var maxScore = Number.parseInt($('#qTotalMax').val());
var totalScore = 0;
for (var j = 1; j <= questionsNumber; j++) {
if ($('#q' + j + 'Eval').is(':checked')) {
totalScore += Number.parseInt($('#q' + j + 'Max').val());
$('#q' + j + 'Max').attr('class', 'form-control form-control-sm is-valid');
} else {
$('#q' + j + 'Max').attr('class', 'form-control form-control-sm is-invalid');
}
}
$('#qTotalRes').val(totalScore + '/' + maxScore);
if (totalScore < maxScore) {
$('#qTotalRes').attr('class', 'form-control form-control-sm is-invalid');
} else {
$('#qTotalRes').attr('class', 'form-control form-control-sm is-valid');
}
} catch (err) {
displayMessage(err.message);
console.error(err);
}
};
for (var i = 1; i <= questionsNumber; i++) {
$('#q' + i + 'Eval').change(validateModel);
}
validateModel();
});
</script>
<script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</body>
</html>