Spaces:
Running
Running
Fix null->None syntax error
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ SHL_ASSESSMENTS = [
|
|
| 41 |
"Skills",
|
| 42 |
"Technical"
|
| 43 |
],
|
| 44 |
-
"duration_minutes":
|
| 45 |
"remote_testing": true,
|
| 46 |
"adaptive": false
|
| 47 |
},
|
|
@@ -69,7 +69,7 @@ SHL_ASSESSMENTS = [
|
|
| 69 |
"Skills",
|
| 70 |
"Technical"
|
| 71 |
],
|
| 72 |
-
"duration_minutes":
|
| 73 |
"remote_testing": true,
|
| 74 |
"adaptive": false
|
| 75 |
},
|
|
@@ -97,7 +97,7 @@ SHL_ASSESSMENTS = [
|
|
| 97 |
"Skills",
|
| 98 |
"Technical"
|
| 99 |
],
|
| 100 |
-
"duration_minutes":
|
| 101 |
"remote_testing": true,
|
| 102 |
"adaptive": false
|
| 103 |
},
|
|
@@ -125,7 +125,7 @@ SHL_ASSESSMENTS = [
|
|
| 125 |
"Skills",
|
| 126 |
"Technical"
|
| 127 |
],
|
| 128 |
-
"duration_minutes":
|
| 129 |
"remote_testing": true,
|
| 130 |
"adaptive": true
|
| 131 |
},
|
|
@@ -153,7 +153,7 @@ SHL_ASSESSMENTS = [
|
|
| 153 |
"Skills",
|
| 154 |
"Technical"
|
| 155 |
],
|
| 156 |
-
"duration_minutes":
|
| 157 |
"remote_testing": true,
|
| 158 |
"adaptive": true
|
| 159 |
},
|
|
@@ -181,7 +181,7 @@ SHL_ASSESSMENTS = [
|
|
| 181 |
"Skills",
|
| 182 |
"Technical"
|
| 183 |
],
|
| 184 |
-
"duration_minutes":
|
| 185 |
"remote_testing": true,
|
| 186 |
"adaptive": false
|
| 187 |
},
|
|
@@ -209,7 +209,7 @@ SHL_ASSESSMENTS = [
|
|
| 209 |
"Skills",
|
| 210 |
"Technical"
|
| 211 |
],
|
| 212 |
-
"duration_minutes":
|
| 213 |
"remote_testing": true,
|
| 214 |
"adaptive": false
|
| 215 |
},
|
|
@@ -238,7 +238,7 @@ SHL_ASSESSMENTS = [
|
|
| 238 |
"Skills",
|
| 239 |
"Technical"
|
| 240 |
],
|
| 241 |
-
"duration_minutes":
|
| 242 |
"remote_testing": true,
|
| 243 |
"adaptive": false
|
| 244 |
},
|
|
@@ -266,7 +266,7 @@ SHL_ASSESSMENTS = [
|
|
| 266 |
"Skills",
|
| 267 |
"Technical"
|
| 268 |
],
|
| 269 |
-
"duration_minutes":
|
| 270 |
"remote_testing": true,
|
| 271 |
"adaptive": false
|
| 272 |
},
|
|
@@ -294,7 +294,7 @@ SHL_ASSESSMENTS = [
|
|
| 294 |
"Skills",
|
| 295 |
"Technical"
|
| 296 |
],
|
| 297 |
-
"duration_minutes":
|
| 298 |
"remote_testing": true,
|
| 299 |
"adaptive": false
|
| 300 |
},
|
|
@@ -322,7 +322,7 @@ SHL_ASSESSMENTS = [
|
|
| 322 |
"Skills",
|
| 323 |
"Technical"
|
| 324 |
],
|
| 325 |
-
"duration_minutes":
|
| 326 |
"remote_testing": true,
|
| 327 |
"adaptive": false
|
| 328 |
},
|
|
@@ -350,7 +350,7 @@ SHL_ASSESSMENTS = [
|
|
| 350 |
"Skills",
|
| 351 |
"Technical"
|
| 352 |
],
|
| 353 |
-
"duration_minutes":
|
| 354 |
"remote_testing": true,
|
| 355 |
"adaptive": false
|
| 356 |
},
|
|
@@ -379,7 +379,7 @@ SHL_ASSESSMENTS = [
|
|
| 379 |
"Skills",
|
| 380 |
"Technical"
|
| 381 |
],
|
| 382 |
-
"duration_minutes":
|
| 383 |
"remote_testing": true,
|
| 384 |
"adaptive": false
|
| 385 |
},
|
|
@@ -406,7 +406,7 @@ SHL_ASSESSMENTS = [
|
|
| 406 |
"Skills",
|
| 407 |
"Technical"
|
| 408 |
],
|
| 409 |
-
"duration_minutes":
|
| 410 |
"remote_testing": true,
|
| 411 |
"adaptive": false
|
| 412 |
},
|
|
@@ -433,7 +433,7 @@ SHL_ASSESSMENTS = [
|
|
| 433 |
"Skills",
|
| 434 |
"Technical"
|
| 435 |
],
|
| 436 |
-
"duration_minutes":
|
| 437 |
"remote_testing": true,
|
| 438 |
"adaptive": false
|
| 439 |
},
|
|
@@ -460,7 +460,7 @@ SHL_ASSESSMENTS = [
|
|
| 460 |
"Skills",
|
| 461 |
"Technical"
|
| 462 |
],
|
| 463 |
-
"duration_minutes":
|
| 464 |
"remote_testing": true,
|
| 465 |
"adaptive": false
|
| 466 |
},
|
|
@@ -487,7 +487,7 @@ SHL_ASSESSMENTS = [
|
|
| 487 |
"Skills",
|
| 488 |
"Technical"
|
| 489 |
],
|
| 490 |
-
"duration_minutes":
|
| 491 |
"remote_testing": true,
|
| 492 |
"adaptive": false
|
| 493 |
},
|
|
@@ -514,7 +514,7 @@ SHL_ASSESSMENTS = [
|
|
| 514 |
"Skills",
|
| 515 |
"Technical"
|
| 516 |
],
|
| 517 |
-
"duration_minutes":
|
| 518 |
"remote_testing": true,
|
| 519 |
"adaptive": false
|
| 520 |
},
|
|
@@ -541,7 +541,7 @@ SHL_ASSESSMENTS = [
|
|
| 541 |
"Skills",
|
| 542 |
"Technical"
|
| 543 |
],
|
| 544 |
-
"duration_minutes":
|
| 545 |
"remote_testing": true,
|
| 546 |
"adaptive": false
|
| 547 |
},
|
|
@@ -569,7 +569,7 @@ SHL_ASSESSMENTS = [
|
|
| 569 |
"Skills",
|
| 570 |
"Technical"
|
| 571 |
],
|
| 572 |
-
"duration_minutes":
|
| 573 |
"remote_testing": true,
|
| 574 |
"adaptive": false
|
| 575 |
},
|
|
@@ -597,7 +597,7 @@ SHL_ASSESSMENTS = [
|
|
| 597 |
"Skills",
|
| 598 |
"Technical"
|
| 599 |
],
|
| 600 |
-
"duration_minutes":
|
| 601 |
"remote_testing": true,
|
| 602 |
"adaptive": false
|
| 603 |
},
|
|
@@ -625,7 +625,7 @@ SHL_ASSESSMENTS = [
|
|
| 625 |
"Skills",
|
| 626 |
"Technical"
|
| 627 |
],
|
| 628 |
-
"duration_minutes":
|
| 629 |
"remote_testing": true,
|
| 630 |
"adaptive": false
|
| 631 |
},
|
|
@@ -653,7 +653,7 @@ SHL_ASSESSMENTS = [
|
|
| 653 |
"Skills",
|
| 654 |
"Technical"
|
| 655 |
],
|
| 656 |
-
"duration_minutes":
|
| 657 |
"remote_testing": true,
|
| 658 |
"adaptive": false
|
| 659 |
},
|
|
@@ -680,7 +680,7 @@ SHL_ASSESSMENTS = [
|
|
| 680 |
"Skills",
|
| 681 |
"Technical"
|
| 682 |
],
|
| 683 |
-
"duration_minutes":
|
| 684 |
"remote_testing": true,
|
| 685 |
"adaptive": false
|
| 686 |
},
|
|
@@ -707,7 +707,7 @@ SHL_ASSESSMENTS = [
|
|
| 707 |
"Skills",
|
| 708 |
"Technical"
|
| 709 |
],
|
| 710 |
-
"duration_minutes":
|
| 711 |
"remote_testing": true,
|
| 712 |
"adaptive": false
|
| 713 |
},
|
|
@@ -734,7 +734,7 @@ SHL_ASSESSMENTS = [
|
|
| 734 |
"Skills",
|
| 735 |
"Technical"
|
| 736 |
],
|
| 737 |
-
"duration_minutes":
|
| 738 |
"remote_testing": true,
|
| 739 |
"adaptive": false
|
| 740 |
},
|
|
@@ -761,7 +761,7 @@ SHL_ASSESSMENTS = [
|
|
| 761 |
"Skills",
|
| 762 |
"Technical"
|
| 763 |
],
|
| 764 |
-
"duration_minutes":
|
| 765 |
"remote_testing": true,
|
| 766 |
"adaptive": false
|
| 767 |
},
|
|
@@ -788,7 +788,7 @@ SHL_ASSESSMENTS = [
|
|
| 788 |
"Skills",
|
| 789 |
"Technical"
|
| 790 |
],
|
| 791 |
-
"duration_minutes":
|
| 792 |
"remote_testing": true,
|
| 793 |
"adaptive": false
|
| 794 |
},
|
|
@@ -842,7 +842,7 @@ SHL_ASSESSMENTS = [
|
|
| 842 |
"Skills",
|
| 843 |
"Technical"
|
| 844 |
],
|
| 845 |
-
"duration_minutes":
|
| 846 |
"remote_testing": true,
|
| 847 |
"adaptive": false
|
| 848 |
},
|
|
@@ -869,7 +869,7 @@ SHL_ASSESSMENTS = [
|
|
| 869 |
"Skills",
|
| 870 |
"Technical"
|
| 871 |
],
|
| 872 |
-
"duration_minutes":
|
| 873 |
"remote_testing": true,
|
| 874 |
"adaptive": false
|
| 875 |
},
|
|
@@ -896,7 +896,7 @@ SHL_ASSESSMENTS = [
|
|
| 896 |
"Skills",
|
| 897 |
"Technical"
|
| 898 |
],
|
| 899 |
-
"duration_minutes":
|
| 900 |
"remote_testing": true,
|
| 901 |
"adaptive": false
|
| 902 |
},
|
|
@@ -923,7 +923,7 @@ SHL_ASSESSMENTS = [
|
|
| 923 |
"Skills",
|
| 924 |
"Technical"
|
| 925 |
],
|
| 926 |
-
"duration_minutes":
|
| 927 |
"remote_testing": true,
|
| 928 |
"adaptive": false
|
| 929 |
},
|
|
@@ -950,7 +950,7 @@ SHL_ASSESSMENTS = [
|
|
| 950 |
"Skills",
|
| 951 |
"Technical"
|
| 952 |
],
|
| 953 |
-
"duration_minutes":
|
| 954 |
"remote_testing": true,
|
| 955 |
"adaptive": false
|
| 956 |
},
|
|
@@ -977,7 +977,7 @@ SHL_ASSESSMENTS = [
|
|
| 977 |
"Skills",
|
| 978 |
"Technical"
|
| 979 |
],
|
| 980 |
-
"duration_minutes":
|
| 981 |
"remote_testing": true,
|
| 982 |
"adaptive": false
|
| 983 |
},
|
|
@@ -1004,7 +1004,7 @@ SHL_ASSESSMENTS = [
|
|
| 1004 |
"Skills",
|
| 1005 |
"Technical"
|
| 1006 |
],
|
| 1007 |
-
"duration_minutes":
|
| 1008 |
"remote_testing": true,
|
| 1009 |
"adaptive": false
|
| 1010 |
},
|
|
@@ -1031,7 +1031,7 @@ SHL_ASSESSMENTS = [
|
|
| 1031 |
"Skills",
|
| 1032 |
"Technical"
|
| 1033 |
],
|
| 1034 |
-
"duration_minutes":
|
| 1035 |
"remote_testing": true,
|
| 1036 |
"adaptive": false
|
| 1037 |
},
|
|
@@ -1058,7 +1058,7 @@ SHL_ASSESSMENTS = [
|
|
| 1058 |
"Skills",
|
| 1059 |
"Technical"
|
| 1060 |
],
|
| 1061 |
-
"duration_minutes":
|
| 1062 |
"remote_testing": true,
|
| 1063 |
"adaptive": false
|
| 1064 |
},
|
|
@@ -1085,7 +1085,7 @@ SHL_ASSESSMENTS = [
|
|
| 1085 |
"Skills",
|
| 1086 |
"Technical"
|
| 1087 |
],
|
| 1088 |
-
"duration_minutes":
|
| 1089 |
"remote_testing": true,
|
| 1090 |
"adaptive": false
|
| 1091 |
},
|
|
@@ -1112,7 +1112,7 @@ SHL_ASSESSMENTS = [
|
|
| 1112 |
"Skills",
|
| 1113 |
"Technical"
|
| 1114 |
],
|
| 1115 |
-
"duration_minutes":
|
| 1116 |
"remote_testing": true,
|
| 1117 |
"adaptive": false
|
| 1118 |
},
|
|
@@ -1139,7 +1139,7 @@ SHL_ASSESSMENTS = [
|
|
| 1139 |
"Skills",
|
| 1140 |
"Technical"
|
| 1141 |
],
|
| 1142 |
-
"duration_minutes":
|
| 1143 |
"remote_testing": true,
|
| 1144 |
"adaptive": false
|
| 1145 |
},
|
|
@@ -1166,7 +1166,7 @@ SHL_ASSESSMENTS = [
|
|
| 1166 |
"Skills",
|
| 1167 |
"Technical"
|
| 1168 |
],
|
| 1169 |
-
"duration_minutes":
|
| 1170 |
"remote_testing": true,
|
| 1171 |
"adaptive": false
|
| 1172 |
},
|
|
@@ -1193,7 +1193,7 @@ SHL_ASSESSMENTS = [
|
|
| 1193 |
"Skills",
|
| 1194 |
"Technical"
|
| 1195 |
],
|
| 1196 |
-
"duration_minutes":
|
| 1197 |
"remote_testing": true,
|
| 1198 |
"adaptive": false
|
| 1199 |
},
|
|
@@ -1220,7 +1220,7 @@ SHL_ASSESSMENTS = [
|
|
| 1220 |
"Skills",
|
| 1221 |
"Technical"
|
| 1222 |
],
|
| 1223 |
-
"duration_minutes":
|
| 1224 |
"remote_testing": true,
|
| 1225 |
"adaptive": false
|
| 1226 |
},
|
|
@@ -1249,7 +1249,7 @@ SHL_ASSESSMENTS = [
|
|
| 1249 |
"Skills",
|
| 1250 |
"Technical"
|
| 1251 |
],
|
| 1252 |
-
"duration_minutes":
|
| 1253 |
"remote_testing": true,
|
| 1254 |
"adaptive": false
|
| 1255 |
},
|
|
@@ -1276,7 +1276,7 @@ SHL_ASSESSMENTS = [
|
|
| 1276 |
"Skills",
|
| 1277 |
"Technical"
|
| 1278 |
],
|
| 1279 |
-
"duration_minutes":
|
| 1280 |
"remote_testing": true,
|
| 1281 |
"adaptive": false
|
| 1282 |
},
|
|
@@ -1303,7 +1303,7 @@ SHL_ASSESSMENTS = [
|
|
| 1303 |
"Skills",
|
| 1304 |
"Technical"
|
| 1305 |
],
|
| 1306 |
-
"duration_minutes":
|
| 1307 |
"remote_testing": true,
|
| 1308 |
"adaptive": false
|
| 1309 |
},
|
|
@@ -1330,7 +1330,7 @@ SHL_ASSESSMENTS = [
|
|
| 1330 |
"Skills",
|
| 1331 |
"Technical"
|
| 1332 |
],
|
| 1333 |
-
"duration_minutes":
|
| 1334 |
"remote_testing": true,
|
| 1335 |
"adaptive": false
|
| 1336 |
},
|
|
@@ -1357,7 +1357,7 @@ SHL_ASSESSMENTS = [
|
|
| 1357 |
"Skills",
|
| 1358 |
"Technical"
|
| 1359 |
],
|
| 1360 |
-
"duration_minutes":
|
| 1361 |
"remote_testing": true,
|
| 1362 |
"adaptive": false
|
| 1363 |
},
|
|
@@ -1384,7 +1384,7 @@ SHL_ASSESSMENTS = [
|
|
| 1384 |
"Skills",
|
| 1385 |
"Technical"
|
| 1386 |
],
|
| 1387 |
-
"duration_minutes":
|
| 1388 |
"remote_testing": true,
|
| 1389 |
"adaptive": false
|
| 1390 |
},
|
|
@@ -1439,7 +1439,7 @@ SHL_ASSESSMENTS = [
|
|
| 1439 |
"Skills",
|
| 1440 |
"Technical"
|
| 1441 |
],
|
| 1442 |
-
"duration_minutes":
|
| 1443 |
"remote_testing": true,
|
| 1444 |
"adaptive": false
|
| 1445 |
},
|
|
@@ -1467,7 +1467,7 @@ SHL_ASSESSMENTS = [
|
|
| 1467 |
"Skills",
|
| 1468 |
"Technical"
|
| 1469 |
],
|
| 1470 |
-
"duration_minutes":
|
| 1471 |
"remote_testing": true,
|
| 1472 |
"adaptive": false
|
| 1473 |
},
|
|
@@ -1494,7 +1494,7 @@ SHL_ASSESSMENTS = [
|
|
| 1494 |
"Skills",
|
| 1495 |
"Technical"
|
| 1496 |
],
|
| 1497 |
-
"duration_minutes":
|
| 1498 |
"remote_testing": true,
|
| 1499 |
"adaptive": false
|
| 1500 |
},
|
|
@@ -1521,7 +1521,7 @@ SHL_ASSESSMENTS = [
|
|
| 1521 |
"Skills",
|
| 1522 |
"Technical"
|
| 1523 |
],
|
| 1524 |
-
"duration_minutes":
|
| 1525 |
"remote_testing": true,
|
| 1526 |
"adaptive": false
|
| 1527 |
},
|
|
@@ -1548,7 +1548,7 @@ SHL_ASSESSMENTS = [
|
|
| 1548 |
"Skills",
|
| 1549 |
"Technical"
|
| 1550 |
],
|
| 1551 |
-
"duration_minutes":
|
| 1552 |
"remote_testing": true,
|
| 1553 |
"adaptive": false
|
| 1554 |
},
|
|
@@ -1576,7 +1576,7 @@ SHL_ASSESSMENTS = [
|
|
| 1576 |
"Skills",
|
| 1577 |
"Technical"
|
| 1578 |
],
|
| 1579 |
-
"duration_minutes":
|
| 1580 |
"remote_testing": true,
|
| 1581 |
"adaptive": false
|
| 1582 |
},
|
|
@@ -1603,7 +1603,7 @@ SHL_ASSESSMENTS = [
|
|
| 1603 |
"Skills",
|
| 1604 |
"Technical"
|
| 1605 |
],
|
| 1606 |
-
"duration_minutes":
|
| 1607 |
"remote_testing": true,
|
| 1608 |
"adaptive": false
|
| 1609 |
},
|
|
@@ -1630,7 +1630,7 @@ SHL_ASSESSMENTS = [
|
|
| 1630 |
"Skills",
|
| 1631 |
"Technical"
|
| 1632 |
],
|
| 1633 |
-
"duration_minutes":
|
| 1634 |
"remote_testing": true,
|
| 1635 |
"adaptive": false
|
| 1636 |
},
|
|
@@ -1657,7 +1657,7 @@ SHL_ASSESSMENTS = [
|
|
| 1657 |
"Skills",
|
| 1658 |
"Technical"
|
| 1659 |
],
|
| 1660 |
-
"duration_minutes":
|
| 1661 |
"remote_testing": true,
|
| 1662 |
"adaptive": false
|
| 1663 |
},
|
|
@@ -1684,7 +1684,7 @@ SHL_ASSESSMENTS = [
|
|
| 1684 |
"Skills",
|
| 1685 |
"Technical"
|
| 1686 |
],
|
| 1687 |
-
"duration_minutes":
|
| 1688 |
"remote_testing": true,
|
| 1689 |
"adaptive": false
|
| 1690 |
},
|
|
@@ -1712,7 +1712,7 @@ SHL_ASSESSMENTS = [
|
|
| 1712 |
"Skills",
|
| 1713 |
"Technical"
|
| 1714 |
],
|
| 1715 |
-
"duration_minutes":
|
| 1716 |
"remote_testing": true,
|
| 1717 |
"adaptive": true
|
| 1718 |
},
|
|
@@ -1739,7 +1739,7 @@ SHL_ASSESSMENTS = [
|
|
| 1739 |
"Skills",
|
| 1740 |
"Technical"
|
| 1741 |
],
|
| 1742 |
-
"duration_minutes":
|
| 1743 |
"remote_testing": true,
|
| 1744 |
"adaptive": true
|
| 1745 |
},
|
|
@@ -1766,7 +1766,7 @@ SHL_ASSESSMENTS = [
|
|
| 1766 |
"Skills",
|
| 1767 |
"Technical"
|
| 1768 |
],
|
| 1769 |
-
"duration_minutes":
|
| 1770 |
"remote_testing": true,
|
| 1771 |
"adaptive": false
|
| 1772 |
},
|
|
@@ -1793,7 +1793,7 @@ SHL_ASSESSMENTS = [
|
|
| 1793 |
"Skills",
|
| 1794 |
"Technical"
|
| 1795 |
],
|
| 1796 |
-
"duration_minutes":
|
| 1797 |
"remote_testing": true,
|
| 1798 |
"adaptive": false
|
| 1799 |
},
|
|
@@ -1820,7 +1820,7 @@ SHL_ASSESSMENTS = [
|
|
| 1820 |
"Skills",
|
| 1821 |
"Technical"
|
| 1822 |
],
|
| 1823 |
-
"duration_minutes":
|
| 1824 |
"remote_testing": true,
|
| 1825 |
"adaptive": false
|
| 1826 |
},
|
|
@@ -1847,7 +1847,7 @@ SHL_ASSESSMENTS = [
|
|
| 1847 |
"Skills",
|
| 1848 |
"Technical"
|
| 1849 |
],
|
| 1850 |
-
"duration_minutes":
|
| 1851 |
"remote_testing": true,
|
| 1852 |
"adaptive": false
|
| 1853 |
},
|
|
@@ -1874,7 +1874,7 @@ SHL_ASSESSMENTS = [
|
|
| 1874 |
"Skills",
|
| 1875 |
"Technical"
|
| 1876 |
],
|
| 1877 |
-
"duration_minutes":
|
| 1878 |
"remote_testing": true,
|
| 1879 |
"adaptive": false
|
| 1880 |
},
|
|
@@ -1901,7 +1901,7 @@ SHL_ASSESSMENTS = [
|
|
| 1901 |
"Skills",
|
| 1902 |
"Technical"
|
| 1903 |
],
|
| 1904 |
-
"duration_minutes":
|
| 1905 |
"remote_testing": true,
|
| 1906 |
"adaptive": false
|
| 1907 |
},
|
|
@@ -1928,7 +1928,7 @@ SHL_ASSESSMENTS = [
|
|
| 1928 |
"Skills",
|
| 1929 |
"Technical"
|
| 1930 |
],
|
| 1931 |
-
"duration_minutes":
|
| 1932 |
"remote_testing": true,
|
| 1933 |
"adaptive": false
|
| 1934 |
},
|
|
@@ -1956,7 +1956,7 @@ SHL_ASSESSMENTS = [
|
|
| 1956 |
"Skills",
|
| 1957 |
"Technical"
|
| 1958 |
],
|
| 1959 |
-
"duration_minutes":
|
| 1960 |
"remote_testing": true,
|
| 1961 |
"adaptive": false
|
| 1962 |
},
|
|
@@ -1983,7 +1983,7 @@ SHL_ASSESSMENTS = [
|
|
| 1983 |
"Skills",
|
| 1984 |
"Technical"
|
| 1985 |
],
|
| 1986 |
-
"duration_minutes":
|
| 1987 |
"remote_testing": true,
|
| 1988 |
"adaptive": false
|
| 1989 |
},
|
|
@@ -2010,7 +2010,7 @@ SHL_ASSESSMENTS = [
|
|
| 2010 |
"Skills",
|
| 2011 |
"Technical"
|
| 2012 |
],
|
| 2013 |
-
"duration_minutes":
|
| 2014 |
"remote_testing": true,
|
| 2015 |
"adaptive": false
|
| 2016 |
},
|
|
@@ -2037,7 +2037,7 @@ SHL_ASSESSMENTS = [
|
|
| 2037 |
"Skills",
|
| 2038 |
"Technical"
|
| 2039 |
],
|
| 2040 |
-
"duration_minutes":
|
| 2041 |
"remote_testing": true,
|
| 2042 |
"adaptive": false
|
| 2043 |
},
|
|
@@ -2065,7 +2065,7 @@ SHL_ASSESSMENTS = [
|
|
| 2065 |
"Skills",
|
| 2066 |
"Technical"
|
| 2067 |
],
|
| 2068 |
-
"duration_minutes":
|
| 2069 |
"remote_testing": true,
|
| 2070 |
"adaptive": false
|
| 2071 |
},
|
|
@@ -2092,7 +2092,7 @@ SHL_ASSESSMENTS = [
|
|
| 2092 |
"Skills",
|
| 2093 |
"Technical"
|
| 2094 |
],
|
| 2095 |
-
"duration_minutes":
|
| 2096 |
"remote_testing": true,
|
| 2097 |
"adaptive": false
|
| 2098 |
},
|
|
@@ -2119,7 +2119,7 @@ SHL_ASSESSMENTS = [
|
|
| 2119 |
"Skills",
|
| 2120 |
"Technical"
|
| 2121 |
],
|
| 2122 |
-
"duration_minutes":
|
| 2123 |
"remote_testing": true,
|
| 2124 |
"adaptive": false
|
| 2125 |
},
|
|
@@ -2147,7 +2147,7 @@ SHL_ASSESSMENTS = [
|
|
| 2147 |
"Skills",
|
| 2148 |
"Technical"
|
| 2149 |
],
|
| 2150 |
-
"duration_minutes":
|
| 2151 |
"remote_testing": true,
|
| 2152 |
"adaptive": false
|
| 2153 |
},
|
|
@@ -2175,7 +2175,7 @@ SHL_ASSESSMENTS = [
|
|
| 2175 |
"Skills",
|
| 2176 |
"Technical"
|
| 2177 |
],
|
| 2178 |
-
"duration_minutes":
|
| 2179 |
"remote_testing": true,
|
| 2180 |
"adaptive": false
|
| 2181 |
},
|
|
@@ -2202,7 +2202,7 @@ SHL_ASSESSMENTS = [
|
|
| 2202 |
"Skills",
|
| 2203 |
"Technical"
|
| 2204 |
],
|
| 2205 |
-
"duration_minutes":
|
| 2206 |
"remote_testing": true,
|
| 2207 |
"adaptive": false
|
| 2208 |
},
|
|
@@ -2230,7 +2230,7 @@ SHL_ASSESSMENTS = [
|
|
| 2230 |
"Skills",
|
| 2231 |
"Technical"
|
| 2232 |
],
|
| 2233 |
-
"duration_minutes":
|
| 2234 |
"remote_testing": true,
|
| 2235 |
"adaptive": false
|
| 2236 |
},
|
|
@@ -2258,7 +2258,7 @@ SHL_ASSESSMENTS = [
|
|
| 2258 |
"Skills",
|
| 2259 |
"Technical"
|
| 2260 |
],
|
| 2261 |
-
"duration_minutes":
|
| 2262 |
"remote_testing": true,
|
| 2263 |
"adaptive": false
|
| 2264 |
},
|
|
@@ -2286,7 +2286,7 @@ SHL_ASSESSMENTS = [
|
|
| 2286 |
"Skills",
|
| 2287 |
"Technical"
|
| 2288 |
],
|
| 2289 |
-
"duration_minutes":
|
| 2290 |
"remote_testing": true,
|
| 2291 |
"adaptive": false
|
| 2292 |
},
|
|
@@ -2314,7 +2314,7 @@ SHL_ASSESSMENTS = [
|
|
| 2314 |
"Skills",
|
| 2315 |
"Technical"
|
| 2316 |
],
|
| 2317 |
-
"duration_minutes":
|
| 2318 |
"remote_testing": true,
|
| 2319 |
"adaptive": false
|
| 2320 |
},
|
|
@@ -2342,7 +2342,7 @@ SHL_ASSESSMENTS = [
|
|
| 2342 |
"Skills",
|
| 2343 |
"Technical"
|
| 2344 |
],
|
| 2345 |
-
"duration_minutes":
|
| 2346 |
"remote_testing": true,
|
| 2347 |
"adaptive": false
|
| 2348 |
},
|
|
@@ -2370,7 +2370,7 @@ SHL_ASSESSMENTS = [
|
|
| 2370 |
"Skills",
|
| 2371 |
"Technical"
|
| 2372 |
],
|
| 2373 |
-
"duration_minutes":
|
| 2374 |
"remote_testing": true,
|
| 2375 |
"adaptive": false
|
| 2376 |
},
|
|
@@ -2398,7 +2398,7 @@ SHL_ASSESSMENTS = [
|
|
| 2398 |
"Skills",
|
| 2399 |
"Technical"
|
| 2400 |
],
|
| 2401 |
-
"duration_minutes":
|
| 2402 |
"remote_testing": true,
|
| 2403 |
"adaptive": false
|
| 2404 |
},
|
|
@@ -2426,7 +2426,7 @@ SHL_ASSESSMENTS = [
|
|
| 2426 |
"Skills",
|
| 2427 |
"Technical"
|
| 2428 |
],
|
| 2429 |
-
"duration_minutes":
|
| 2430 |
"remote_testing": true,
|
| 2431 |
"adaptive": false
|
| 2432 |
},
|
|
@@ -2453,7 +2453,7 @@ SHL_ASSESSMENTS = [
|
|
| 2453 |
"Skills",
|
| 2454 |
"Technical"
|
| 2455 |
],
|
| 2456 |
-
"duration_minutes":
|
| 2457 |
"remote_testing": true,
|
| 2458 |
"adaptive": false
|
| 2459 |
},
|
|
@@ -2480,7 +2480,7 @@ SHL_ASSESSMENTS = [
|
|
| 2480 |
"Skills",
|
| 2481 |
"Technical"
|
| 2482 |
],
|
| 2483 |
-
"duration_minutes":
|
| 2484 |
"remote_testing": true,
|
| 2485 |
"adaptive": false
|
| 2486 |
},
|
|
@@ -2508,7 +2508,7 @@ SHL_ASSESSMENTS = [
|
|
| 2508 |
"Skills",
|
| 2509 |
"Technical"
|
| 2510 |
],
|
| 2511 |
-
"duration_minutes":
|
| 2512 |
"remote_testing": true,
|
| 2513 |
"adaptive": false
|
| 2514 |
},
|
|
@@ -2535,7 +2535,7 @@ SHL_ASSESSMENTS = [
|
|
| 2535 |
"Skills",
|
| 2536 |
"Technical"
|
| 2537 |
],
|
| 2538 |
-
"duration_minutes":
|
| 2539 |
"remote_testing": true,
|
| 2540 |
"adaptive": false
|
| 2541 |
},
|
|
@@ -2562,7 +2562,7 @@ SHL_ASSESSMENTS = [
|
|
| 2562 |
"Skills",
|
| 2563 |
"Technical"
|
| 2564 |
],
|
| 2565 |
-
"duration_minutes":
|
| 2566 |
"remote_testing": true,
|
| 2567 |
"adaptive": false
|
| 2568 |
},
|
|
@@ -2590,7 +2590,7 @@ SHL_ASSESSMENTS = [
|
|
| 2590 |
"Skills",
|
| 2591 |
"Technical"
|
| 2592 |
],
|
| 2593 |
-
"duration_minutes":
|
| 2594 |
"remote_testing": true,
|
| 2595 |
"adaptive": false
|
| 2596 |
},
|
|
@@ -2619,7 +2619,7 @@ SHL_ASSESSMENTS = [
|
|
| 2619 |
"Skills",
|
| 2620 |
"Technical"
|
| 2621 |
],
|
| 2622 |
-
"duration_minutes":
|
| 2623 |
"remote_testing": true,
|
| 2624 |
"adaptive": false
|
| 2625 |
},
|
|
@@ -2648,7 +2648,7 @@ SHL_ASSESSMENTS = [
|
|
| 2648 |
"Skills",
|
| 2649 |
"Technical"
|
| 2650 |
],
|
| 2651 |
-
"duration_minutes":
|
| 2652 |
"remote_testing": true,
|
| 2653 |
"adaptive": false
|
| 2654 |
},
|
|
@@ -2675,7 +2675,7 @@ SHL_ASSESSMENTS = [
|
|
| 2675 |
"Skills",
|
| 2676 |
"Technical"
|
| 2677 |
],
|
| 2678 |
-
"duration_minutes":
|
| 2679 |
"remote_testing": true,
|
| 2680 |
"adaptive": false
|
| 2681 |
},
|
|
@@ -2702,7 +2702,7 @@ SHL_ASSESSMENTS = [
|
|
| 2702 |
"Skills",
|
| 2703 |
"Technical"
|
| 2704 |
],
|
| 2705 |
-
"duration_minutes":
|
| 2706 |
"remote_testing": true,
|
| 2707 |
"adaptive": false
|
| 2708 |
},
|
|
@@ -2729,7 +2729,7 @@ SHL_ASSESSMENTS = [
|
|
| 2729 |
"Skills",
|
| 2730 |
"Technical"
|
| 2731 |
],
|
| 2732 |
-
"duration_minutes":
|
| 2733 |
"remote_testing": true,
|
| 2734 |
"adaptive": false
|
| 2735 |
},
|
|
@@ -2756,7 +2756,7 @@ SHL_ASSESSMENTS = [
|
|
| 2756 |
"Skills",
|
| 2757 |
"Technical"
|
| 2758 |
],
|
| 2759 |
-
"duration_minutes":
|
| 2760 |
"remote_testing": true,
|
| 2761 |
"adaptive": false
|
| 2762 |
},
|
|
@@ -2783,7 +2783,7 @@ SHL_ASSESSMENTS = [
|
|
| 2783 |
"Skills",
|
| 2784 |
"Technical"
|
| 2785 |
],
|
| 2786 |
-
"duration_minutes":
|
| 2787 |
"remote_testing": true,
|
| 2788 |
"adaptive": false
|
| 2789 |
},
|
|
@@ -2810,7 +2810,7 @@ SHL_ASSESSMENTS = [
|
|
| 2810 |
"Skills",
|
| 2811 |
"Technical"
|
| 2812 |
],
|
| 2813 |
-
"duration_minutes":
|
| 2814 |
"remote_testing": true,
|
| 2815 |
"adaptive": false
|
| 2816 |
},
|
|
@@ -2837,7 +2837,7 @@ SHL_ASSESSMENTS = [
|
|
| 2837 |
"Skills",
|
| 2838 |
"Technical"
|
| 2839 |
],
|
| 2840 |
-
"duration_minutes":
|
| 2841 |
"remote_testing": true,
|
| 2842 |
"adaptive": false
|
| 2843 |
},
|
|
@@ -2864,7 +2864,7 @@ SHL_ASSESSMENTS = [
|
|
| 2864 |
"Skills",
|
| 2865 |
"Technical"
|
| 2866 |
],
|
| 2867 |
-
"duration_minutes":
|
| 2868 |
"remote_testing": true,
|
| 2869 |
"adaptive": false
|
| 2870 |
},
|
|
@@ -2891,7 +2891,7 @@ SHL_ASSESSMENTS = [
|
|
| 2891 |
"Skills",
|
| 2892 |
"Technical"
|
| 2893 |
],
|
| 2894 |
-
"duration_minutes":
|
| 2895 |
"remote_testing": true,
|
| 2896 |
"adaptive": false
|
| 2897 |
},
|
|
@@ -2918,7 +2918,7 @@ SHL_ASSESSMENTS = [
|
|
| 2918 |
"Skills",
|
| 2919 |
"Technical"
|
| 2920 |
],
|
| 2921 |
-
"duration_minutes":
|
| 2922 |
"remote_testing": true,
|
| 2923 |
"adaptive": false
|
| 2924 |
},
|
|
@@ -2945,7 +2945,7 @@ SHL_ASSESSMENTS = [
|
|
| 2945 |
"Skills",
|
| 2946 |
"Technical"
|
| 2947 |
],
|
| 2948 |
-
"duration_minutes":
|
| 2949 |
"remote_testing": true,
|
| 2950 |
"adaptive": false
|
| 2951 |
},
|
|
@@ -2973,7 +2973,7 @@ SHL_ASSESSMENTS = [
|
|
| 2973 |
"Skills",
|
| 2974 |
"Technical"
|
| 2975 |
],
|
| 2976 |
-
"duration_minutes":
|
| 2977 |
"remote_testing": true,
|
| 2978 |
"adaptive": false
|
| 2979 |
},
|
|
@@ -3000,7 +3000,7 @@ SHL_ASSESSMENTS = [
|
|
| 3000 |
"Skills",
|
| 3001 |
"Technical"
|
| 3002 |
],
|
| 3003 |
-
"duration_minutes":
|
| 3004 |
"remote_testing": true,
|
| 3005 |
"adaptive": false
|
| 3006 |
},
|
|
@@ -3029,7 +3029,7 @@ SHL_ASSESSMENTS = [
|
|
| 3029 |
"Skills",
|
| 3030 |
"Technical"
|
| 3031 |
],
|
| 3032 |
-
"duration_minutes":
|
| 3033 |
"remote_testing": true,
|
| 3034 |
"adaptive": false
|
| 3035 |
},
|
|
@@ -3058,7 +3058,7 @@ SHL_ASSESSMENTS = [
|
|
| 3058 |
"Skills",
|
| 3059 |
"Technical"
|
| 3060 |
],
|
| 3061 |
-
"duration_minutes":
|
| 3062 |
"remote_testing": true,
|
| 3063 |
"adaptive": false
|
| 3064 |
},
|
|
@@ -3086,7 +3086,7 @@ SHL_ASSESSMENTS = [
|
|
| 3086 |
"Skills",
|
| 3087 |
"Technical"
|
| 3088 |
],
|
| 3089 |
-
"duration_minutes":
|
| 3090 |
"remote_testing": true,
|
| 3091 |
"adaptive": false
|
| 3092 |
},
|
|
@@ -3114,7 +3114,7 @@ SHL_ASSESSMENTS = [
|
|
| 3114 |
"Skills",
|
| 3115 |
"Technical"
|
| 3116 |
],
|
| 3117 |
-
"duration_minutes":
|
| 3118 |
"remote_testing": true,
|
| 3119 |
"adaptive": false
|
| 3120 |
},
|
|
@@ -3142,7 +3142,7 @@ SHL_ASSESSMENTS = [
|
|
| 3142 |
"Skills",
|
| 3143 |
"Technical"
|
| 3144 |
],
|
| 3145 |
-
"duration_minutes":
|
| 3146 |
"remote_testing": true,
|
| 3147 |
"adaptive": false
|
| 3148 |
},
|
|
@@ -3170,7 +3170,7 @@ SHL_ASSESSMENTS = [
|
|
| 3170 |
"Skills",
|
| 3171 |
"Technical"
|
| 3172 |
],
|
| 3173 |
-
"duration_minutes":
|
| 3174 |
"remote_testing": true,
|
| 3175 |
"adaptive": false
|
| 3176 |
},
|
|
@@ -3198,7 +3198,7 @@ SHL_ASSESSMENTS = [
|
|
| 3198 |
"Skills",
|
| 3199 |
"Technical"
|
| 3200 |
],
|
| 3201 |
-
"duration_minutes":
|
| 3202 |
"remote_testing": true,
|
| 3203 |
"adaptive": false
|
| 3204 |
},
|
|
@@ -3226,7 +3226,7 @@ SHL_ASSESSMENTS = [
|
|
| 3226 |
"Skills",
|
| 3227 |
"Technical"
|
| 3228 |
],
|
| 3229 |
-
"duration_minutes":
|
| 3230 |
"remote_testing": true,
|
| 3231 |
"adaptive": false
|
| 3232 |
},
|
|
@@ -3253,7 +3253,7 @@ SHL_ASSESSMENTS = [
|
|
| 3253 |
"Skills",
|
| 3254 |
"Technical"
|
| 3255 |
],
|
| 3256 |
-
"duration_minutes":
|
| 3257 |
"remote_testing": true,
|
| 3258 |
"adaptive": false
|
| 3259 |
},
|
|
@@ -3282,7 +3282,7 @@ SHL_ASSESSMENTS = [
|
|
| 3282 |
"Skills",
|
| 3283 |
"Technical"
|
| 3284 |
],
|
| 3285 |
-
"duration_minutes":
|
| 3286 |
"remote_testing": true,
|
| 3287 |
"adaptive": false
|
| 3288 |
},
|
|
@@ -3311,7 +3311,7 @@ SHL_ASSESSMENTS = [
|
|
| 3311 |
"Skills",
|
| 3312 |
"Technical"
|
| 3313 |
],
|
| 3314 |
-
"duration_minutes":
|
| 3315 |
"remote_testing": true,
|
| 3316 |
"adaptive": false
|
| 3317 |
},
|
|
@@ -3340,7 +3340,7 @@ SHL_ASSESSMENTS = [
|
|
| 3340 |
"Skills",
|
| 3341 |
"Technical"
|
| 3342 |
],
|
| 3343 |
-
"duration_minutes":
|
| 3344 |
"remote_testing": true,
|
| 3345 |
"adaptive": false
|
| 3346 |
},
|
|
@@ -3367,7 +3367,7 @@ SHL_ASSESSMENTS = [
|
|
| 3367 |
"Skills",
|
| 3368 |
"Technical"
|
| 3369 |
],
|
| 3370 |
-
"duration_minutes":
|
| 3371 |
"remote_testing": true,
|
| 3372 |
"adaptive": false
|
| 3373 |
},
|
|
@@ -3395,7 +3395,7 @@ SHL_ASSESSMENTS = [
|
|
| 3395 |
"Skills",
|
| 3396 |
"Technical"
|
| 3397 |
],
|
| 3398 |
-
"duration_minutes":
|
| 3399 |
"remote_testing": true,
|
| 3400 |
"adaptive": false
|
| 3401 |
},
|
|
@@ -3423,7 +3423,7 @@ SHL_ASSESSMENTS = [
|
|
| 3423 |
"Skills",
|
| 3424 |
"Technical"
|
| 3425 |
],
|
| 3426 |
-
"duration_minutes":
|
| 3427 |
"remote_testing": true,
|
| 3428 |
"adaptive": false
|
| 3429 |
},
|
|
@@ -3452,7 +3452,7 @@ SHL_ASSESSMENTS = [
|
|
| 3452 |
"Skills",
|
| 3453 |
"Technical"
|
| 3454 |
],
|
| 3455 |
-
"duration_minutes":
|
| 3456 |
"remote_testing": true,
|
| 3457 |
"adaptive": false
|
| 3458 |
},
|
|
@@ -3480,7 +3480,7 @@ SHL_ASSESSMENTS = [
|
|
| 3480 |
"Skills",
|
| 3481 |
"Technical"
|
| 3482 |
],
|
| 3483 |
-
"duration_minutes":
|
| 3484 |
"remote_testing": true,
|
| 3485 |
"adaptive": false
|
| 3486 |
},
|
|
@@ -3507,7 +3507,7 @@ SHL_ASSESSMENTS = [
|
|
| 3507 |
"Skills",
|
| 3508 |
"Technical"
|
| 3509 |
],
|
| 3510 |
-
"duration_minutes":
|
| 3511 |
"remote_testing": true,
|
| 3512 |
"adaptive": false
|
| 3513 |
},
|
|
@@ -3535,7 +3535,7 @@ SHL_ASSESSMENTS = [
|
|
| 3535 |
"Skills",
|
| 3536 |
"Technical"
|
| 3537 |
],
|
| 3538 |
-
"duration_minutes":
|
| 3539 |
"remote_testing": true,
|
| 3540 |
"adaptive": false
|
| 3541 |
},
|
|
@@ -3563,7 +3563,7 @@ SHL_ASSESSMENTS = [
|
|
| 3563 |
"Skills",
|
| 3564 |
"Technical"
|
| 3565 |
],
|
| 3566 |
-
"duration_minutes":
|
| 3567 |
"remote_testing": true,
|
| 3568 |
"adaptive": false
|
| 3569 |
},
|
|
@@ -3591,7 +3591,7 @@ SHL_ASSESSMENTS = [
|
|
| 3591 |
"Skills",
|
| 3592 |
"Technical"
|
| 3593 |
],
|
| 3594 |
-
"duration_minutes":
|
| 3595 |
"remote_testing": true,
|
| 3596 |
"adaptive": false
|
| 3597 |
},
|
|
@@ -3618,7 +3618,7 @@ SHL_ASSESSMENTS = [
|
|
| 3618 |
"Skills",
|
| 3619 |
"Technical"
|
| 3620 |
],
|
| 3621 |
-
"duration_minutes":
|
| 3622 |
"remote_testing": true,
|
| 3623 |
"adaptive": false
|
| 3624 |
},
|
|
@@ -3646,7 +3646,7 @@ SHL_ASSESSMENTS = [
|
|
| 3646 |
"Skills",
|
| 3647 |
"Technical"
|
| 3648 |
],
|
| 3649 |
-
"duration_minutes":
|
| 3650 |
"remote_testing": true,
|
| 3651 |
"adaptive": false
|
| 3652 |
},
|
|
@@ -3673,7 +3673,7 @@ SHL_ASSESSMENTS = [
|
|
| 3673 |
"Skills",
|
| 3674 |
"Technical"
|
| 3675 |
],
|
| 3676 |
-
"duration_minutes":
|
| 3677 |
"remote_testing": true,
|
| 3678 |
"adaptive": false
|
| 3679 |
},
|
|
@@ -3700,7 +3700,7 @@ SHL_ASSESSMENTS = [
|
|
| 3700 |
"Skills",
|
| 3701 |
"Technical"
|
| 3702 |
],
|
| 3703 |
-
"duration_minutes":
|
| 3704 |
"remote_testing": true,
|
| 3705 |
"adaptive": false
|
| 3706 |
},
|
|
@@ -3727,7 +3727,7 @@ SHL_ASSESSMENTS = [
|
|
| 3727 |
"Skills",
|
| 3728 |
"Technical"
|
| 3729 |
],
|
| 3730 |
-
"duration_minutes":
|
| 3731 |
"remote_testing": true,
|
| 3732 |
"adaptive": false
|
| 3733 |
},
|
|
@@ -3756,7 +3756,7 @@ SHL_ASSESSMENTS = [
|
|
| 3756 |
"Skills",
|
| 3757 |
"Technical"
|
| 3758 |
],
|
| 3759 |
-
"duration_minutes":
|
| 3760 |
"remote_testing": true,
|
| 3761 |
"adaptive": false
|
| 3762 |
},
|
|
@@ -3783,7 +3783,7 @@ SHL_ASSESSMENTS = [
|
|
| 3783 |
"Skills",
|
| 3784 |
"Technical"
|
| 3785 |
],
|
| 3786 |
-
"duration_minutes":
|
| 3787 |
"remote_testing": true,
|
| 3788 |
"adaptive": false
|
| 3789 |
},
|
|
@@ -3810,7 +3810,7 @@ SHL_ASSESSMENTS = [
|
|
| 3810 |
"Skills",
|
| 3811 |
"Technical"
|
| 3812 |
],
|
| 3813 |
-
"duration_minutes":
|
| 3814 |
"remote_testing": true,
|
| 3815 |
"adaptive": false
|
| 3816 |
},
|
|
@@ -3837,7 +3837,7 @@ SHL_ASSESSMENTS = [
|
|
| 3837 |
"Skills",
|
| 3838 |
"Technical"
|
| 3839 |
],
|
| 3840 |
-
"duration_minutes":
|
| 3841 |
"remote_testing": true,
|
| 3842 |
"adaptive": false
|
| 3843 |
},
|
|
@@ -3864,7 +3864,7 @@ SHL_ASSESSMENTS = [
|
|
| 3864 |
"Skills",
|
| 3865 |
"Technical"
|
| 3866 |
],
|
| 3867 |
-
"duration_minutes":
|
| 3868 |
"remote_testing": true,
|
| 3869 |
"adaptive": false
|
| 3870 |
},
|
|
@@ -3891,7 +3891,7 @@ SHL_ASSESSMENTS = [
|
|
| 3891 |
"Skills",
|
| 3892 |
"Technical"
|
| 3893 |
],
|
| 3894 |
-
"duration_minutes":
|
| 3895 |
"remote_testing": true,
|
| 3896 |
"adaptive": false
|
| 3897 |
},
|
|
@@ -3918,7 +3918,7 @@ SHL_ASSESSMENTS = [
|
|
| 3918 |
"Skills",
|
| 3919 |
"Technical"
|
| 3920 |
],
|
| 3921 |
-
"duration_minutes":
|
| 3922 |
"remote_testing": true,
|
| 3923 |
"adaptive": false
|
| 3924 |
},
|
|
@@ -3945,7 +3945,7 @@ SHL_ASSESSMENTS = [
|
|
| 3945 |
"Skills",
|
| 3946 |
"Technical"
|
| 3947 |
],
|
| 3948 |
-
"duration_minutes":
|
| 3949 |
"remote_testing": true,
|
| 3950 |
"adaptive": false
|
| 3951 |
},
|
|
@@ -3972,7 +3972,7 @@ SHL_ASSESSMENTS = [
|
|
| 3972 |
"Skills",
|
| 3973 |
"Technical"
|
| 3974 |
],
|
| 3975 |
-
"duration_minutes":
|
| 3976 |
"remote_testing": true,
|
| 3977 |
"adaptive": false
|
| 3978 |
},
|
|
@@ -3999,7 +3999,7 @@ SHL_ASSESSMENTS = [
|
|
| 3999 |
"Skills",
|
| 4000 |
"Technical"
|
| 4001 |
],
|
| 4002 |
-
"duration_minutes":
|
| 4003 |
"remote_testing": true,
|
| 4004 |
"adaptive": false
|
| 4005 |
},
|
|
@@ -4026,7 +4026,7 @@ SHL_ASSESSMENTS = [
|
|
| 4026 |
"Skills",
|
| 4027 |
"Technical"
|
| 4028 |
],
|
| 4029 |
-
"duration_minutes":
|
| 4030 |
"remote_testing": true,
|
| 4031 |
"adaptive": false
|
| 4032 |
},
|
|
@@ -4053,7 +4053,7 @@ SHL_ASSESSMENTS = [
|
|
| 4053 |
"Skills",
|
| 4054 |
"Technical"
|
| 4055 |
],
|
| 4056 |
-
"duration_minutes":
|
| 4057 |
"remote_testing": true,
|
| 4058 |
"adaptive": false
|
| 4059 |
},
|
|
@@ -4082,7 +4082,7 @@ SHL_ASSESSMENTS = [
|
|
| 4082 |
"Skills",
|
| 4083 |
"Technical"
|
| 4084 |
],
|
| 4085 |
-
"duration_minutes":
|
| 4086 |
"remote_testing": true,
|
| 4087 |
"adaptive": false
|
| 4088 |
},
|
|
@@ -4109,7 +4109,7 @@ SHL_ASSESSMENTS = [
|
|
| 4109 |
"Skills",
|
| 4110 |
"Technical"
|
| 4111 |
],
|
| 4112 |
-
"duration_minutes":
|
| 4113 |
"remote_testing": true,
|
| 4114 |
"adaptive": false
|
| 4115 |
},
|
|
@@ -4136,7 +4136,7 @@ SHL_ASSESSMENTS = [
|
|
| 4136 |
"Skills",
|
| 4137 |
"Technical"
|
| 4138 |
],
|
| 4139 |
-
"duration_minutes":
|
| 4140 |
"remote_testing": true,
|
| 4141 |
"adaptive": false
|
| 4142 |
},
|
|
@@ -4164,7 +4164,7 @@ SHL_ASSESSMENTS = [
|
|
| 4164 |
"Skills",
|
| 4165 |
"Technical"
|
| 4166 |
],
|
| 4167 |
-
"duration_minutes":
|
| 4168 |
"remote_testing": true,
|
| 4169 |
"adaptive": false
|
| 4170 |
},
|
|
@@ -4192,7 +4192,7 @@ SHL_ASSESSMENTS = [
|
|
| 4192 |
"Skills",
|
| 4193 |
"Technical"
|
| 4194 |
],
|
| 4195 |
-
"duration_minutes":
|
| 4196 |
"remote_testing": true,
|
| 4197 |
"adaptive": false
|
| 4198 |
},
|
|
@@ -4219,7 +4219,7 @@ SHL_ASSESSMENTS = [
|
|
| 4219 |
"Skills",
|
| 4220 |
"Technical"
|
| 4221 |
],
|
| 4222 |
-
"duration_minutes":
|
| 4223 |
"remote_testing": true,
|
| 4224 |
"adaptive": false
|
| 4225 |
},
|
|
@@ -4246,7 +4246,7 @@ SHL_ASSESSMENTS = [
|
|
| 4246 |
"Skills",
|
| 4247 |
"Technical"
|
| 4248 |
],
|
| 4249 |
-
"duration_minutes":
|
| 4250 |
"remote_testing": true,
|
| 4251 |
"adaptive": false
|
| 4252 |
},
|
|
@@ -4273,7 +4273,7 @@ SHL_ASSESSMENTS = [
|
|
| 4273 |
"Skills",
|
| 4274 |
"Technical"
|
| 4275 |
],
|
| 4276 |
-
"duration_minutes":
|
| 4277 |
"remote_testing": true,
|
| 4278 |
"adaptive": false
|
| 4279 |
},
|
|
@@ -4300,7 +4300,7 @@ SHL_ASSESSMENTS = [
|
|
| 4300 |
"Skills",
|
| 4301 |
"Technical"
|
| 4302 |
],
|
| 4303 |
-
"duration_minutes":
|
| 4304 |
"remote_testing": true,
|
| 4305 |
"adaptive": false
|
| 4306 |
},
|
|
@@ -4327,7 +4327,7 @@ SHL_ASSESSMENTS = [
|
|
| 4327 |
"Skills",
|
| 4328 |
"Technical"
|
| 4329 |
],
|
| 4330 |
-
"duration_minutes":
|
| 4331 |
"remote_testing": true,
|
| 4332 |
"adaptive": false
|
| 4333 |
},
|
|
@@ -4355,7 +4355,7 @@ SHL_ASSESSMENTS = [
|
|
| 4355 |
"Skills",
|
| 4356 |
"Technical"
|
| 4357 |
],
|
| 4358 |
-
"duration_minutes":
|
| 4359 |
"remote_testing": true,
|
| 4360 |
"adaptive": true
|
| 4361 |
},
|
|
@@ -4382,7 +4382,7 @@ SHL_ASSESSMENTS = [
|
|
| 4382 |
"Skills",
|
| 4383 |
"Technical"
|
| 4384 |
],
|
| 4385 |
-
"duration_minutes":
|
| 4386 |
"remote_testing": true,
|
| 4387 |
"adaptive": false
|
| 4388 |
},
|
|
@@ -4409,7 +4409,7 @@ SHL_ASSESSMENTS = [
|
|
| 4409 |
"Skills",
|
| 4410 |
"Technical"
|
| 4411 |
],
|
| 4412 |
-
"duration_minutes":
|
| 4413 |
"remote_testing": true,
|
| 4414 |
"adaptive": false
|
| 4415 |
},
|
|
@@ -4437,7 +4437,7 @@ SHL_ASSESSMENTS = [
|
|
| 4437 |
"Skills",
|
| 4438 |
"Technical"
|
| 4439 |
],
|
| 4440 |
-
"duration_minutes":
|
| 4441 |
"remote_testing": true,
|
| 4442 |
"adaptive": false
|
| 4443 |
},
|
|
@@ -4465,7 +4465,7 @@ SHL_ASSESSMENTS = [
|
|
| 4465 |
"Skills",
|
| 4466 |
"Technical"
|
| 4467 |
],
|
| 4468 |
-
"duration_minutes":
|
| 4469 |
"remote_testing": true,
|
| 4470 |
"adaptive": false
|
| 4471 |
},
|
|
@@ -4492,7 +4492,7 @@ SHL_ASSESSMENTS = [
|
|
| 4492 |
"Skills",
|
| 4493 |
"Technical"
|
| 4494 |
],
|
| 4495 |
-
"duration_minutes":
|
| 4496 |
"remote_testing": true,
|
| 4497 |
"adaptive": false
|
| 4498 |
},
|
|
@@ -4519,7 +4519,7 @@ SHL_ASSESSMENTS = [
|
|
| 4519 |
"Skills",
|
| 4520 |
"Technical"
|
| 4521 |
],
|
| 4522 |
-
"duration_minutes":
|
| 4523 |
"remote_testing": true,
|
| 4524 |
"adaptive": false
|
| 4525 |
},
|
|
@@ -4546,7 +4546,7 @@ SHL_ASSESSMENTS = [
|
|
| 4546 |
"Skills",
|
| 4547 |
"Technical"
|
| 4548 |
],
|
| 4549 |
-
"duration_minutes":
|
| 4550 |
"remote_testing": true,
|
| 4551 |
"adaptive": false
|
| 4552 |
},
|
|
@@ -4573,7 +4573,7 @@ SHL_ASSESSMENTS = [
|
|
| 4573 |
"Skills",
|
| 4574 |
"Technical"
|
| 4575 |
],
|
| 4576 |
-
"duration_minutes":
|
| 4577 |
"remote_testing": true,
|
| 4578 |
"adaptive": false
|
| 4579 |
},
|
|
@@ -4600,7 +4600,7 @@ SHL_ASSESSMENTS = [
|
|
| 4600 |
"Skills",
|
| 4601 |
"Technical"
|
| 4602 |
],
|
| 4603 |
-
"duration_minutes":
|
| 4604 |
"remote_testing": true,
|
| 4605 |
"adaptive": false
|
| 4606 |
},
|
|
@@ -4627,7 +4627,7 @@ SHL_ASSESSMENTS = [
|
|
| 4627 |
"Skills",
|
| 4628 |
"Technical"
|
| 4629 |
],
|
| 4630 |
-
"duration_minutes":
|
| 4631 |
"remote_testing": true,
|
| 4632 |
"adaptive": false
|
| 4633 |
},
|
|
@@ -4654,7 +4654,7 @@ SHL_ASSESSMENTS = [
|
|
| 4654 |
"Skills",
|
| 4655 |
"Technical"
|
| 4656 |
],
|
| 4657 |
-
"duration_minutes":
|
| 4658 |
"remote_testing": true,
|
| 4659 |
"adaptive": false
|
| 4660 |
},
|
|
@@ -4681,7 +4681,7 @@ SHL_ASSESSMENTS = [
|
|
| 4681 |
"Skills",
|
| 4682 |
"Technical"
|
| 4683 |
],
|
| 4684 |
-
"duration_minutes":
|
| 4685 |
"remote_testing": true,
|
| 4686 |
"adaptive": false
|
| 4687 |
},
|
|
@@ -4708,7 +4708,7 @@ SHL_ASSESSMENTS = [
|
|
| 4708 |
"Skills",
|
| 4709 |
"Technical"
|
| 4710 |
],
|
| 4711 |
-
"duration_minutes":
|
| 4712 |
"remote_testing": true,
|
| 4713 |
"adaptive": false
|
| 4714 |
},
|
|
@@ -4735,7 +4735,7 @@ SHL_ASSESSMENTS = [
|
|
| 4735 |
"Skills",
|
| 4736 |
"Technical"
|
| 4737 |
],
|
| 4738 |
-
"duration_minutes":
|
| 4739 |
"remote_testing": true,
|
| 4740 |
"adaptive": false
|
| 4741 |
},
|
|
@@ -4762,7 +4762,7 @@ SHL_ASSESSMENTS = [
|
|
| 4762 |
"Skills",
|
| 4763 |
"Technical"
|
| 4764 |
],
|
| 4765 |
-
"duration_minutes":
|
| 4766 |
"remote_testing": true,
|
| 4767 |
"adaptive": false
|
| 4768 |
},
|
|
@@ -4790,7 +4790,7 @@ SHL_ASSESSMENTS = [
|
|
| 4790 |
"Skills",
|
| 4791 |
"Technical"
|
| 4792 |
],
|
| 4793 |
-
"duration_minutes":
|
| 4794 |
"remote_testing": true,
|
| 4795 |
"adaptive": false
|
| 4796 |
},
|
|
@@ -4817,7 +4817,7 @@ SHL_ASSESSMENTS = [
|
|
| 4817 |
"Skills",
|
| 4818 |
"Technical"
|
| 4819 |
],
|
| 4820 |
-
"duration_minutes":
|
| 4821 |
"remote_testing": true,
|
| 4822 |
"adaptive": false
|
| 4823 |
},
|
|
@@ -4844,7 +4844,7 @@ SHL_ASSESSMENTS = [
|
|
| 4844 |
"Skills",
|
| 4845 |
"Technical"
|
| 4846 |
],
|
| 4847 |
-
"duration_minutes":
|
| 4848 |
"remote_testing": true,
|
| 4849 |
"adaptive": false
|
| 4850 |
},
|
|
@@ -4871,7 +4871,7 @@ SHL_ASSESSMENTS = [
|
|
| 4871 |
"Skills",
|
| 4872 |
"Technical"
|
| 4873 |
],
|
| 4874 |
-
"duration_minutes":
|
| 4875 |
"remote_testing": true,
|
| 4876 |
"adaptive": false
|
| 4877 |
},
|
|
@@ -4898,7 +4898,7 @@ SHL_ASSESSMENTS = [
|
|
| 4898 |
"Skills",
|
| 4899 |
"Technical"
|
| 4900 |
],
|
| 4901 |
-
"duration_minutes":
|
| 4902 |
"remote_testing": true,
|
| 4903 |
"adaptive": false
|
| 4904 |
},
|
|
@@ -4925,7 +4925,7 @@ SHL_ASSESSMENTS = [
|
|
| 4925 |
"Skills",
|
| 4926 |
"Technical"
|
| 4927 |
],
|
| 4928 |
-
"duration_minutes":
|
| 4929 |
"remote_testing": true,
|
| 4930 |
"adaptive": false
|
| 4931 |
},
|
|
@@ -4952,7 +4952,7 @@ SHL_ASSESSMENTS = [
|
|
| 4952 |
"Skills",
|
| 4953 |
"Technical"
|
| 4954 |
],
|
| 4955 |
-
"duration_minutes":
|
| 4956 |
"remote_testing": true,
|
| 4957 |
"adaptive": false
|
| 4958 |
},
|
|
@@ -4979,7 +4979,7 @@ SHL_ASSESSMENTS = [
|
|
| 4979 |
"Skills",
|
| 4980 |
"Technical"
|
| 4981 |
],
|
| 4982 |
-
"duration_minutes":
|
| 4983 |
"remote_testing": true,
|
| 4984 |
"adaptive": false
|
| 4985 |
},
|
|
@@ -5007,7 +5007,7 @@ SHL_ASSESSMENTS = [
|
|
| 5007 |
"Skills",
|
| 5008 |
"Technical"
|
| 5009 |
],
|
| 5010 |
-
"duration_minutes":
|
| 5011 |
"remote_testing": true,
|
| 5012 |
"adaptive": true
|
| 5013 |
},
|
|
@@ -5035,7 +5035,7 @@ SHL_ASSESSMENTS = [
|
|
| 5035 |
"Skills",
|
| 5036 |
"Technical"
|
| 5037 |
],
|
| 5038 |
-
"duration_minutes":
|
| 5039 |
"remote_testing": true,
|
| 5040 |
"adaptive": true
|
| 5041 |
},
|
|
@@ -5063,7 +5063,7 @@ SHL_ASSESSMENTS = [
|
|
| 5063 |
"Skills",
|
| 5064 |
"Technical"
|
| 5065 |
],
|
| 5066 |
-
"duration_minutes":
|
| 5067 |
"remote_testing": true,
|
| 5068 |
"adaptive": true
|
| 5069 |
},
|
|
@@ -5091,7 +5091,7 @@ SHL_ASSESSMENTS = [
|
|
| 5091 |
"Skills",
|
| 5092 |
"Technical"
|
| 5093 |
],
|
| 5094 |
-
"duration_minutes":
|
| 5095 |
"remote_testing": true,
|
| 5096 |
"adaptive": true
|
| 5097 |
},
|
|
@@ -5119,7 +5119,7 @@ SHL_ASSESSMENTS = [
|
|
| 5119 |
"Skills",
|
| 5120 |
"Technical"
|
| 5121 |
],
|
| 5122 |
-
"duration_minutes":
|
| 5123 |
"remote_testing": true,
|
| 5124 |
"adaptive": true
|
| 5125 |
},
|
|
@@ -5147,7 +5147,7 @@ SHL_ASSESSMENTS = [
|
|
| 5147 |
"Skills",
|
| 5148 |
"Technical"
|
| 5149 |
],
|
| 5150 |
-
"duration_minutes":
|
| 5151 |
"remote_testing": true,
|
| 5152 |
"adaptive": false
|
| 5153 |
},
|
|
@@ -5174,7 +5174,7 @@ SHL_ASSESSMENTS = [
|
|
| 5174 |
"Skills",
|
| 5175 |
"Technical"
|
| 5176 |
],
|
| 5177 |
-
"duration_minutes":
|
| 5178 |
"remote_testing": true,
|
| 5179 |
"adaptive": false
|
| 5180 |
},
|
|
@@ -5201,7 +5201,7 @@ SHL_ASSESSMENTS = [
|
|
| 5201 |
"Skills",
|
| 5202 |
"Technical"
|
| 5203 |
],
|
| 5204 |
-
"duration_minutes":
|
| 5205 |
"remote_testing": true,
|
| 5206 |
"adaptive": false
|
| 5207 |
},
|
|
@@ -5228,7 +5228,7 @@ SHL_ASSESSMENTS = [
|
|
| 5228 |
"Skills",
|
| 5229 |
"Technical"
|
| 5230 |
],
|
| 5231 |
-
"duration_minutes":
|
| 5232 |
"remote_testing": true,
|
| 5233 |
"adaptive": false
|
| 5234 |
},
|
|
@@ -5255,7 +5255,7 @@ SHL_ASSESSMENTS = [
|
|
| 5255 |
"Skills",
|
| 5256 |
"Technical"
|
| 5257 |
],
|
| 5258 |
-
"duration_minutes":
|
| 5259 |
"remote_testing": true,
|
| 5260 |
"adaptive": false
|
| 5261 |
},
|
|
@@ -5283,7 +5283,7 @@ SHL_ASSESSMENTS = [
|
|
| 5283 |
"Skills",
|
| 5284 |
"Technical"
|
| 5285 |
],
|
| 5286 |
-
"duration_minutes":
|
| 5287 |
"remote_testing": true,
|
| 5288 |
"adaptive": false
|
| 5289 |
},
|
|
@@ -5310,7 +5310,7 @@ SHL_ASSESSMENTS = [
|
|
| 5310 |
"Skills",
|
| 5311 |
"Technical"
|
| 5312 |
],
|
| 5313 |
-
"duration_minutes":
|
| 5314 |
"remote_testing": true,
|
| 5315 |
"adaptive": false
|
| 5316 |
},
|
|
@@ -5337,7 +5337,7 @@ SHL_ASSESSMENTS = [
|
|
| 5337 |
"Skills",
|
| 5338 |
"Technical"
|
| 5339 |
],
|
| 5340 |
-
"duration_minutes":
|
| 5341 |
"remote_testing": true,
|
| 5342 |
"adaptive": false
|
| 5343 |
},
|
|
@@ -5364,7 +5364,7 @@ SHL_ASSESSMENTS = [
|
|
| 5364 |
"Skills",
|
| 5365 |
"Technical"
|
| 5366 |
],
|
| 5367 |
-
"duration_minutes":
|
| 5368 |
"remote_testing": true,
|
| 5369 |
"adaptive": false
|
| 5370 |
},
|
|
@@ -5391,7 +5391,7 @@ SHL_ASSESSMENTS = [
|
|
| 5391 |
"Skills",
|
| 5392 |
"Technical"
|
| 5393 |
],
|
| 5394 |
-
"duration_minutes":
|
| 5395 |
"remote_testing": true,
|
| 5396 |
"adaptive": false
|
| 5397 |
},
|
|
@@ -5418,7 +5418,7 @@ SHL_ASSESSMENTS = [
|
|
| 5418 |
"Skills",
|
| 5419 |
"Technical"
|
| 5420 |
],
|
| 5421 |
-
"duration_minutes":
|
| 5422 |
"remote_testing": true,
|
| 5423 |
"adaptive": false
|
| 5424 |
},
|
|
@@ -5445,7 +5445,7 @@ SHL_ASSESSMENTS = [
|
|
| 5445 |
"Skills",
|
| 5446 |
"Technical"
|
| 5447 |
],
|
| 5448 |
-
"duration_minutes":
|
| 5449 |
"remote_testing": true,
|
| 5450 |
"adaptive": false
|
| 5451 |
},
|
|
@@ -5472,7 +5472,7 @@ SHL_ASSESSMENTS = [
|
|
| 5472 |
"Skills",
|
| 5473 |
"Technical"
|
| 5474 |
],
|
| 5475 |
-
"duration_minutes":
|
| 5476 |
"remote_testing": true,
|
| 5477 |
"adaptive": false
|
| 5478 |
},
|
|
@@ -5500,7 +5500,7 @@ SHL_ASSESSMENTS = [
|
|
| 5500 |
"Skills",
|
| 5501 |
"Technical"
|
| 5502 |
],
|
| 5503 |
-
"duration_minutes":
|
| 5504 |
"remote_testing": true,
|
| 5505 |
"adaptive": false
|
| 5506 |
},
|
|
@@ -5528,7 +5528,7 @@ SHL_ASSESSMENTS = [
|
|
| 5528 |
"Skills",
|
| 5529 |
"Technical"
|
| 5530 |
],
|
| 5531 |
-
"duration_minutes":
|
| 5532 |
"remote_testing": true,
|
| 5533 |
"adaptive": false
|
| 5534 |
},
|
|
@@ -5555,7 +5555,7 @@ SHL_ASSESSMENTS = [
|
|
| 5555 |
"Skills",
|
| 5556 |
"Technical"
|
| 5557 |
],
|
| 5558 |
-
"duration_minutes":
|
| 5559 |
"remote_testing": true,
|
| 5560 |
"adaptive": true
|
| 5561 |
},
|
|
@@ -5583,7 +5583,7 @@ SHL_ASSESSMENTS = [
|
|
| 5583 |
"Skills",
|
| 5584 |
"Technical"
|
| 5585 |
],
|
| 5586 |
-
"duration_minutes":
|
| 5587 |
"remote_testing": true,
|
| 5588 |
"adaptive": false
|
| 5589 |
},
|
|
@@ -5610,7 +5610,7 @@ SHL_ASSESSMENTS = [
|
|
| 5610 |
"Skills",
|
| 5611 |
"Technical"
|
| 5612 |
],
|
| 5613 |
-
"duration_minutes":
|
| 5614 |
"remote_testing": true,
|
| 5615 |
"adaptive": false
|
| 5616 |
},
|
|
@@ -5638,7 +5638,7 @@ SHL_ASSESSMENTS = [
|
|
| 5638 |
"Skills",
|
| 5639 |
"Technical"
|
| 5640 |
],
|
| 5641 |
-
"duration_minutes":
|
| 5642 |
"remote_testing": true,
|
| 5643 |
"adaptive": false
|
| 5644 |
},
|
|
@@ -5666,7 +5666,7 @@ SHL_ASSESSMENTS = [
|
|
| 5666 |
"Skills",
|
| 5667 |
"Technical"
|
| 5668 |
],
|
| 5669 |
-
"duration_minutes":
|
| 5670 |
"remote_testing": true,
|
| 5671 |
"adaptive": false
|
| 5672 |
},
|
|
@@ -5694,7 +5694,7 @@ SHL_ASSESSMENTS = [
|
|
| 5694 |
"Skills",
|
| 5695 |
"Technical"
|
| 5696 |
],
|
| 5697 |
-
"duration_minutes":
|
| 5698 |
"remote_testing": true,
|
| 5699 |
"adaptive": false
|
| 5700 |
},
|
|
@@ -5722,7 +5722,7 @@ SHL_ASSESSMENTS = [
|
|
| 5722 |
"Skills",
|
| 5723 |
"Technical"
|
| 5724 |
],
|
| 5725 |
-
"duration_minutes":
|
| 5726 |
"remote_testing": true,
|
| 5727 |
"adaptive": false
|
| 5728 |
},
|
|
@@ -5750,7 +5750,7 @@ SHL_ASSESSMENTS = [
|
|
| 5750 |
"Skills",
|
| 5751 |
"Technical"
|
| 5752 |
],
|
| 5753 |
-
"duration_minutes":
|
| 5754 |
"remote_testing": true,
|
| 5755 |
"adaptive": false
|
| 5756 |
},
|
|
@@ -5777,7 +5777,7 @@ SHL_ASSESSMENTS = [
|
|
| 5777 |
"Skills",
|
| 5778 |
"Technical"
|
| 5779 |
],
|
| 5780 |
-
"duration_minutes":
|
| 5781 |
"remote_testing": true,
|
| 5782 |
"adaptive": false
|
| 5783 |
},
|
|
@@ -5804,7 +5804,7 @@ SHL_ASSESSMENTS = [
|
|
| 5804 |
"Skills",
|
| 5805 |
"Technical"
|
| 5806 |
],
|
| 5807 |
-
"duration_minutes":
|
| 5808 |
"remote_testing": true,
|
| 5809 |
"adaptive": false
|
| 5810 |
},
|
|
@@ -5831,7 +5831,7 @@ SHL_ASSESSMENTS = [
|
|
| 5831 |
"Skills",
|
| 5832 |
"Technical"
|
| 5833 |
],
|
| 5834 |
-
"duration_minutes":
|
| 5835 |
"remote_testing": true,
|
| 5836 |
"adaptive": false
|
| 5837 |
},
|
|
@@ -5860,7 +5860,7 @@ SHL_ASSESSMENTS = [
|
|
| 5860 |
"Skills",
|
| 5861 |
"Technical"
|
| 5862 |
],
|
| 5863 |
-
"duration_minutes":
|
| 5864 |
"remote_testing": true,
|
| 5865 |
"adaptive": false
|
| 5866 |
},
|
|
@@ -5889,7 +5889,7 @@ SHL_ASSESSMENTS = [
|
|
| 5889 |
"Skills",
|
| 5890 |
"Technical"
|
| 5891 |
],
|
| 5892 |
-
"duration_minutes":
|
| 5893 |
"remote_testing": true,
|
| 5894 |
"adaptive": false
|
| 5895 |
},
|
|
@@ -5918,7 +5918,7 @@ SHL_ASSESSMENTS = [
|
|
| 5918 |
"Skills",
|
| 5919 |
"Technical"
|
| 5920 |
],
|
| 5921 |
-
"duration_minutes":
|
| 5922 |
"remote_testing": true,
|
| 5923 |
"adaptive": false
|
| 5924 |
},
|
|
@@ -5947,7 +5947,7 @@ SHL_ASSESSMENTS = [
|
|
| 5947 |
"Skills",
|
| 5948 |
"Technical"
|
| 5949 |
],
|
| 5950 |
-
"duration_minutes":
|
| 5951 |
"remote_testing": true,
|
| 5952 |
"adaptive": false
|
| 5953 |
},
|
|
@@ -5976,7 +5976,7 @@ SHL_ASSESSMENTS = [
|
|
| 5976 |
"Skills",
|
| 5977 |
"Technical"
|
| 5978 |
],
|
| 5979 |
-
"duration_minutes":
|
| 5980 |
"remote_testing": true,
|
| 5981 |
"adaptive": false
|
| 5982 |
},
|
|
@@ -6005,7 +6005,7 @@ SHL_ASSESSMENTS = [
|
|
| 6005 |
"Skills",
|
| 6006 |
"Technical"
|
| 6007 |
],
|
| 6008 |
-
"duration_minutes":
|
| 6009 |
"remote_testing": true,
|
| 6010 |
"adaptive": false
|
| 6011 |
},
|
|
@@ -6034,7 +6034,7 @@ SHL_ASSESSMENTS = [
|
|
| 6034 |
"Skills",
|
| 6035 |
"Technical"
|
| 6036 |
],
|
| 6037 |
-
"duration_minutes":
|
| 6038 |
"remote_testing": true,
|
| 6039 |
"adaptive": false
|
| 6040 |
},
|
|
@@ -6061,7 +6061,7 @@ SHL_ASSESSMENTS = [
|
|
| 6061 |
"Skills",
|
| 6062 |
"Technical"
|
| 6063 |
],
|
| 6064 |
-
"duration_minutes":
|
| 6065 |
"remote_testing": true,
|
| 6066 |
"adaptive": false
|
| 6067 |
},
|
|
@@ -6090,7 +6090,7 @@ SHL_ASSESSMENTS = [
|
|
| 6090 |
"Skills",
|
| 6091 |
"Technical"
|
| 6092 |
],
|
| 6093 |
-
"duration_minutes":
|
| 6094 |
"remote_testing": true,
|
| 6095 |
"adaptive": false
|
| 6096 |
},
|
|
@@ -6119,7 +6119,7 @@ SHL_ASSESSMENTS = [
|
|
| 6119 |
"Skills",
|
| 6120 |
"Technical"
|
| 6121 |
],
|
| 6122 |
-
"duration_minutes":
|
| 6123 |
"remote_testing": true,
|
| 6124 |
"adaptive": false
|
| 6125 |
},
|
|
@@ -6148,7 +6148,7 @@ SHL_ASSESSMENTS = [
|
|
| 6148 |
"Skills",
|
| 6149 |
"Technical"
|
| 6150 |
],
|
| 6151 |
-
"duration_minutes":
|
| 6152 |
"remote_testing": true,
|
| 6153 |
"adaptive": false
|
| 6154 |
},
|
|
@@ -6175,7 +6175,7 @@ SHL_ASSESSMENTS = [
|
|
| 6175 |
"Skills",
|
| 6176 |
"Technical"
|
| 6177 |
],
|
| 6178 |
-
"duration_minutes":
|
| 6179 |
"remote_testing": true,
|
| 6180 |
"adaptive": false
|
| 6181 |
},
|
|
@@ -6204,7 +6204,7 @@ SHL_ASSESSMENTS = [
|
|
| 6204 |
"Skills",
|
| 6205 |
"Technical"
|
| 6206 |
],
|
| 6207 |
-
"duration_minutes":
|
| 6208 |
"remote_testing": true,
|
| 6209 |
"adaptive": false
|
| 6210 |
},
|
|
@@ -6231,7 +6231,7 @@ SHL_ASSESSMENTS = [
|
|
| 6231 |
"Skills",
|
| 6232 |
"Technical"
|
| 6233 |
],
|
| 6234 |
-
"duration_minutes":
|
| 6235 |
"remote_testing": true,
|
| 6236 |
"adaptive": false
|
| 6237 |
},
|
|
@@ -6258,7 +6258,7 @@ SHL_ASSESSMENTS = [
|
|
| 6258 |
"Skills",
|
| 6259 |
"Technical"
|
| 6260 |
],
|
| 6261 |
-
"duration_minutes":
|
| 6262 |
"remote_testing": true,
|
| 6263 |
"adaptive": false
|
| 6264 |
},
|
|
@@ -6286,7 +6286,7 @@ SHL_ASSESSMENTS = [
|
|
| 6286 |
"Skills",
|
| 6287 |
"Technical"
|
| 6288 |
],
|
| 6289 |
-
"duration_minutes":
|
| 6290 |
"remote_testing": true,
|
| 6291 |
"adaptive": false
|
| 6292 |
},
|
|
@@ -6315,7 +6315,7 @@ SHL_ASSESSMENTS = [
|
|
| 6315 |
"Skills",
|
| 6316 |
"Technical"
|
| 6317 |
],
|
| 6318 |
-
"duration_minutes":
|
| 6319 |
"remote_testing": true,
|
| 6320 |
"adaptive": false
|
| 6321 |
},
|
|
@@ -6343,7 +6343,7 @@ SHL_ASSESSMENTS = [
|
|
| 6343 |
"Skills",
|
| 6344 |
"Technical"
|
| 6345 |
],
|
| 6346 |
-
"duration_minutes":
|
| 6347 |
"remote_testing": true,
|
| 6348 |
"adaptive": false
|
| 6349 |
},
|
|
@@ -6372,7 +6372,7 @@ SHL_ASSESSMENTS = [
|
|
| 6372 |
"Skills",
|
| 6373 |
"Technical"
|
| 6374 |
],
|
| 6375 |
-
"duration_minutes":
|
| 6376 |
"remote_testing": true,
|
| 6377 |
"adaptive": false
|
| 6378 |
},
|
|
@@ -6399,7 +6399,7 @@ SHL_ASSESSMENTS = [
|
|
| 6399 |
"Skills",
|
| 6400 |
"Technical"
|
| 6401 |
],
|
| 6402 |
-
"duration_minutes":
|
| 6403 |
"remote_testing": true,
|
| 6404 |
"adaptive": false
|
| 6405 |
},
|
|
@@ -6428,7 +6428,7 @@ SHL_ASSESSMENTS = [
|
|
| 6428 |
"Skills",
|
| 6429 |
"Technical"
|
| 6430 |
],
|
| 6431 |
-
"duration_minutes":
|
| 6432 |
"remote_testing": true,
|
| 6433 |
"adaptive": false
|
| 6434 |
},
|
|
@@ -6457,7 +6457,7 @@ SHL_ASSESSMENTS = [
|
|
| 6457 |
"Skills",
|
| 6458 |
"Technical"
|
| 6459 |
],
|
| 6460 |
-
"duration_minutes":
|
| 6461 |
"remote_testing": true,
|
| 6462 |
"adaptive": false
|
| 6463 |
},
|
|
@@ -6486,7 +6486,7 @@ SHL_ASSESSMENTS = [
|
|
| 6486 |
"Skills",
|
| 6487 |
"Technical"
|
| 6488 |
],
|
| 6489 |
-
"duration_minutes":
|
| 6490 |
"remote_testing": true,
|
| 6491 |
"adaptive": false
|
| 6492 |
},
|
|
@@ -6515,7 +6515,7 @@ SHL_ASSESSMENTS = [
|
|
| 6515 |
"Skills",
|
| 6516 |
"Technical"
|
| 6517 |
],
|
| 6518 |
-
"duration_minutes":
|
| 6519 |
"remote_testing": true,
|
| 6520 |
"adaptive": false
|
| 6521 |
},
|
|
@@ -6544,7 +6544,7 @@ SHL_ASSESSMENTS = [
|
|
| 6544 |
"Skills",
|
| 6545 |
"Technical"
|
| 6546 |
],
|
| 6547 |
-
"duration_minutes":
|
| 6548 |
"remote_testing": true,
|
| 6549 |
"adaptive": false
|
| 6550 |
},
|
|
@@ -6573,7 +6573,7 @@ SHL_ASSESSMENTS = [
|
|
| 6573 |
"Skills",
|
| 6574 |
"Technical"
|
| 6575 |
],
|
| 6576 |
-
"duration_minutes":
|
| 6577 |
"remote_testing": true,
|
| 6578 |
"adaptive": false
|
| 6579 |
},
|
|
@@ -6602,7 +6602,7 @@ SHL_ASSESSMENTS = [
|
|
| 6602 |
"Skills",
|
| 6603 |
"Technical"
|
| 6604 |
],
|
| 6605 |
-
"duration_minutes":
|
| 6606 |
"remote_testing": true,
|
| 6607 |
"adaptive": false
|
| 6608 |
},
|
|
@@ -6631,7 +6631,7 @@ SHL_ASSESSMENTS = [
|
|
| 6631 |
"Skills",
|
| 6632 |
"Technical"
|
| 6633 |
],
|
| 6634 |
-
"duration_minutes":
|
| 6635 |
"remote_testing": true,
|
| 6636 |
"adaptive": false
|
| 6637 |
},
|
|
@@ -6660,7 +6660,7 @@ SHL_ASSESSMENTS = [
|
|
| 6660 |
"Skills",
|
| 6661 |
"Technical"
|
| 6662 |
],
|
| 6663 |
-
"duration_minutes":
|
| 6664 |
"remote_testing": true,
|
| 6665 |
"adaptive": false
|
| 6666 |
},
|
|
@@ -6689,7 +6689,7 @@ SHL_ASSESSMENTS = [
|
|
| 6689 |
"Skills",
|
| 6690 |
"Technical"
|
| 6691 |
],
|
| 6692 |
-
"duration_minutes":
|
| 6693 |
"remote_testing": true,
|
| 6694 |
"adaptive": false
|
| 6695 |
},
|
|
@@ -6718,7 +6718,7 @@ SHL_ASSESSMENTS = [
|
|
| 6718 |
"Skills",
|
| 6719 |
"Technical"
|
| 6720 |
],
|
| 6721 |
-
"duration_minutes":
|
| 6722 |
"remote_testing": true,
|
| 6723 |
"adaptive": false
|
| 6724 |
},
|
|
@@ -6747,7 +6747,7 @@ SHL_ASSESSMENTS = [
|
|
| 6747 |
"Skills",
|
| 6748 |
"Technical"
|
| 6749 |
],
|
| 6750 |
-
"duration_minutes":
|
| 6751 |
"remote_testing": true,
|
| 6752 |
"adaptive": false
|
| 6753 |
},
|
|
@@ -6776,7 +6776,7 @@ SHL_ASSESSMENTS = [
|
|
| 6776 |
"Skills",
|
| 6777 |
"Technical"
|
| 6778 |
],
|
| 6779 |
-
"duration_minutes":
|
| 6780 |
"remote_testing": true,
|
| 6781 |
"adaptive": false
|
| 6782 |
},
|
|
@@ -6805,7 +6805,7 @@ SHL_ASSESSMENTS = [
|
|
| 6805 |
"Skills",
|
| 6806 |
"Technical"
|
| 6807 |
],
|
| 6808 |
-
"duration_minutes":
|
| 6809 |
"remote_testing": true,
|
| 6810 |
"adaptive": false
|
| 6811 |
},
|
|
@@ -6834,7 +6834,7 @@ SHL_ASSESSMENTS = [
|
|
| 6834 |
"Skills",
|
| 6835 |
"Technical"
|
| 6836 |
],
|
| 6837 |
-
"duration_minutes":
|
| 6838 |
"remote_testing": true,
|
| 6839 |
"adaptive": false
|
| 6840 |
},
|
|
@@ -6863,7 +6863,7 @@ SHL_ASSESSMENTS = [
|
|
| 6863 |
"Skills",
|
| 6864 |
"Technical"
|
| 6865 |
],
|
| 6866 |
-
"duration_minutes":
|
| 6867 |
"remote_testing": true,
|
| 6868 |
"adaptive": false
|
| 6869 |
},
|
|
@@ -6892,7 +6892,7 @@ SHL_ASSESSMENTS = [
|
|
| 6892 |
"Skills",
|
| 6893 |
"Technical"
|
| 6894 |
],
|
| 6895 |
-
"duration_minutes":
|
| 6896 |
"remote_testing": true,
|
| 6897 |
"adaptive": false
|
| 6898 |
},
|
|
@@ -6921,7 +6921,7 @@ SHL_ASSESSMENTS = [
|
|
| 6921 |
"Skills",
|
| 6922 |
"Technical"
|
| 6923 |
],
|
| 6924 |
-
"duration_minutes":
|
| 6925 |
"remote_testing": true,
|
| 6926 |
"adaptive": false
|
| 6927 |
},
|
|
@@ -6950,7 +6950,7 @@ SHL_ASSESSMENTS = [
|
|
| 6950 |
"Skills",
|
| 6951 |
"Technical"
|
| 6952 |
],
|
| 6953 |
-
"duration_minutes":
|
| 6954 |
"remote_testing": true,
|
| 6955 |
"adaptive": false
|
| 6956 |
},
|
|
@@ -6979,7 +6979,7 @@ SHL_ASSESSMENTS = [
|
|
| 6979 |
"Skills",
|
| 6980 |
"Technical"
|
| 6981 |
],
|
| 6982 |
-
"duration_minutes":
|
| 6983 |
"remote_testing": true,
|
| 6984 |
"adaptive": false
|
| 6985 |
},
|
|
@@ -7006,7 +7006,7 @@ SHL_ASSESSMENTS = [
|
|
| 7006 |
"Skills",
|
| 7007 |
"Technical"
|
| 7008 |
],
|
| 7009 |
-
"duration_minutes":
|
| 7010 |
"remote_testing": true,
|
| 7011 |
"adaptive": false
|
| 7012 |
},
|
|
@@ -7034,7 +7034,7 @@ SHL_ASSESSMENTS = [
|
|
| 7034 |
"Skills",
|
| 7035 |
"Technical"
|
| 7036 |
],
|
| 7037 |
-
"duration_minutes":
|
| 7038 |
"remote_testing": true,
|
| 7039 |
"adaptive": false
|
| 7040 |
},
|
|
@@ -7061,7 +7061,7 @@ SHL_ASSESSMENTS = [
|
|
| 7061 |
"Skills",
|
| 7062 |
"Technical"
|
| 7063 |
],
|
| 7064 |
-
"duration_minutes":
|
| 7065 |
"remote_testing": true,
|
| 7066 |
"adaptive": false
|
| 7067 |
},
|
|
@@ -7088,7 +7088,7 @@ SHL_ASSESSMENTS = [
|
|
| 7088 |
"Skills",
|
| 7089 |
"Technical"
|
| 7090 |
],
|
| 7091 |
-
"duration_minutes":
|
| 7092 |
"remote_testing": true,
|
| 7093 |
"adaptive": false
|
| 7094 |
},
|
|
@@ -7115,7 +7115,7 @@ SHL_ASSESSMENTS = [
|
|
| 7115 |
"Skills",
|
| 7116 |
"Technical"
|
| 7117 |
],
|
| 7118 |
-
"duration_minutes":
|
| 7119 |
"remote_testing": true,
|
| 7120 |
"adaptive": false
|
| 7121 |
},
|
|
@@ -7142,7 +7142,7 @@ SHL_ASSESSMENTS = [
|
|
| 7142 |
"Skills",
|
| 7143 |
"Technical"
|
| 7144 |
],
|
| 7145 |
-
"duration_minutes":
|
| 7146 |
"remote_testing": true,
|
| 7147 |
"adaptive": false
|
| 7148 |
},
|
|
@@ -7169,7 +7169,7 @@ SHL_ASSESSMENTS = [
|
|
| 7169 |
"Skills",
|
| 7170 |
"Technical"
|
| 7171 |
],
|
| 7172 |
-
"duration_minutes":
|
| 7173 |
"remote_testing": true,
|
| 7174 |
"adaptive": false
|
| 7175 |
},
|
|
@@ -7196,7 +7196,7 @@ SHL_ASSESSMENTS = [
|
|
| 7196 |
"Skills",
|
| 7197 |
"Technical"
|
| 7198 |
],
|
| 7199 |
-
"duration_minutes":
|
| 7200 |
"remote_testing": true,
|
| 7201 |
"adaptive": false
|
| 7202 |
},
|
|
@@ -7223,7 +7223,7 @@ SHL_ASSESSMENTS = [
|
|
| 7223 |
"Skills",
|
| 7224 |
"Technical"
|
| 7225 |
],
|
| 7226 |
-
"duration_minutes":
|
| 7227 |
"remote_testing": true,
|
| 7228 |
"adaptive": false
|
| 7229 |
},
|
|
@@ -7250,7 +7250,7 @@ SHL_ASSESSMENTS = [
|
|
| 7250 |
"Skills",
|
| 7251 |
"Technical"
|
| 7252 |
],
|
| 7253 |
-
"duration_minutes":
|
| 7254 |
"remote_testing": true,
|
| 7255 |
"adaptive": false
|
| 7256 |
},
|
|
@@ -7277,7 +7277,7 @@ SHL_ASSESSMENTS = [
|
|
| 7277 |
"Skills",
|
| 7278 |
"Technical"
|
| 7279 |
],
|
| 7280 |
-
"duration_minutes":
|
| 7281 |
"remote_testing": true,
|
| 7282 |
"adaptive": false
|
| 7283 |
},
|
|
@@ -7304,7 +7304,7 @@ SHL_ASSESSMENTS = [
|
|
| 7304 |
"Skills",
|
| 7305 |
"Technical"
|
| 7306 |
],
|
| 7307 |
-
"duration_minutes":
|
| 7308 |
"remote_testing": true,
|
| 7309 |
"adaptive": false
|
| 7310 |
},
|
|
@@ -7331,7 +7331,7 @@ SHL_ASSESSMENTS = [
|
|
| 7331 |
"Skills",
|
| 7332 |
"Technical"
|
| 7333 |
],
|
| 7334 |
-
"duration_minutes":
|
| 7335 |
"remote_testing": true,
|
| 7336 |
"adaptive": false
|
| 7337 |
},
|
|
@@ -7358,7 +7358,7 @@ SHL_ASSESSMENTS = [
|
|
| 7358 |
"Skills",
|
| 7359 |
"Technical"
|
| 7360 |
],
|
| 7361 |
-
"duration_minutes":
|
| 7362 |
"remote_testing": true,
|
| 7363 |
"adaptive": false
|
| 7364 |
},
|
|
@@ -7385,7 +7385,7 @@ SHL_ASSESSMENTS = [
|
|
| 7385 |
"Skills",
|
| 7386 |
"Technical"
|
| 7387 |
],
|
| 7388 |
-
"duration_minutes":
|
| 7389 |
"remote_testing": true,
|
| 7390 |
"adaptive": false
|
| 7391 |
},
|
|
@@ -7412,7 +7412,7 @@ SHL_ASSESSMENTS = [
|
|
| 7412 |
"Skills",
|
| 7413 |
"Technical"
|
| 7414 |
],
|
| 7415 |
-
"duration_minutes":
|
| 7416 |
"remote_testing": true,
|
| 7417 |
"adaptive": false
|
| 7418 |
},
|
|
@@ -7439,7 +7439,7 @@ SHL_ASSESSMENTS = [
|
|
| 7439 |
"Skills",
|
| 7440 |
"Technical"
|
| 7441 |
],
|
| 7442 |
-
"duration_minutes":
|
| 7443 |
"remote_testing": true,
|
| 7444 |
"adaptive": false
|
| 7445 |
},
|
|
@@ -7466,7 +7466,7 @@ SHL_ASSESSMENTS = [
|
|
| 7466 |
"Skills",
|
| 7467 |
"Technical"
|
| 7468 |
],
|
| 7469 |
-
"duration_minutes":
|
| 7470 |
"remote_testing": true,
|
| 7471 |
"adaptive": false
|
| 7472 |
},
|
|
@@ -7493,7 +7493,7 @@ SHL_ASSESSMENTS = [
|
|
| 7493 |
"Skills",
|
| 7494 |
"Technical"
|
| 7495 |
],
|
| 7496 |
-
"duration_minutes":
|
| 7497 |
"remote_testing": true,
|
| 7498 |
"adaptive": false
|
| 7499 |
},
|
|
@@ -7520,7 +7520,7 @@ SHL_ASSESSMENTS = [
|
|
| 7520 |
"Skills",
|
| 7521 |
"Technical"
|
| 7522 |
],
|
| 7523 |
-
"duration_minutes":
|
| 7524 |
"remote_testing": true,
|
| 7525 |
"adaptive": false
|
| 7526 |
},
|
|
@@ -7547,7 +7547,7 @@ SHL_ASSESSMENTS = [
|
|
| 7547 |
"Skills",
|
| 7548 |
"Technical"
|
| 7549 |
],
|
| 7550 |
-
"duration_minutes":
|
| 7551 |
"remote_testing": true,
|
| 7552 |
"adaptive": false
|
| 7553 |
},
|
|
@@ -7574,7 +7574,7 @@ SHL_ASSESSMENTS = [
|
|
| 7574 |
"Skills",
|
| 7575 |
"Technical"
|
| 7576 |
],
|
| 7577 |
-
"duration_minutes":
|
| 7578 |
"remote_testing": true,
|
| 7579 |
"adaptive": false
|
| 7580 |
},
|
|
@@ -7601,7 +7601,7 @@ SHL_ASSESSMENTS = [
|
|
| 7601 |
"Skills",
|
| 7602 |
"Technical"
|
| 7603 |
],
|
| 7604 |
-
"duration_minutes":
|
| 7605 |
"remote_testing": true,
|
| 7606 |
"adaptive": false
|
| 7607 |
},
|
|
@@ -7628,7 +7628,7 @@ SHL_ASSESSMENTS = [
|
|
| 7628 |
"Skills",
|
| 7629 |
"Technical"
|
| 7630 |
],
|
| 7631 |
-
"duration_minutes":
|
| 7632 |
"remote_testing": true,
|
| 7633 |
"adaptive": false
|
| 7634 |
},
|
|
@@ -7655,7 +7655,7 @@ SHL_ASSESSMENTS = [
|
|
| 7655 |
"Skills",
|
| 7656 |
"Technical"
|
| 7657 |
],
|
| 7658 |
-
"duration_minutes":
|
| 7659 |
"remote_testing": true,
|
| 7660 |
"adaptive": false
|
| 7661 |
},
|
|
@@ -7682,7 +7682,7 @@ SHL_ASSESSMENTS = [
|
|
| 7682 |
"Skills",
|
| 7683 |
"Technical"
|
| 7684 |
],
|
| 7685 |
-
"duration_minutes":
|
| 7686 |
"remote_testing": true,
|
| 7687 |
"adaptive": false
|
| 7688 |
},
|
|
@@ -7709,7 +7709,7 @@ SHL_ASSESSMENTS = [
|
|
| 7709 |
"Skills",
|
| 7710 |
"Technical"
|
| 7711 |
],
|
| 7712 |
-
"duration_minutes":
|
| 7713 |
"remote_testing": true,
|
| 7714 |
"adaptive": false
|
| 7715 |
},
|
|
@@ -7737,7 +7737,7 @@ SHL_ASSESSMENTS = [
|
|
| 7737 |
"Skills",
|
| 7738 |
"Technical"
|
| 7739 |
],
|
| 7740 |
-
"duration_minutes":
|
| 7741 |
"remote_testing": true,
|
| 7742 |
"adaptive": false
|
| 7743 |
},
|
|
@@ -7764,7 +7764,7 @@ SHL_ASSESSMENTS = [
|
|
| 7764 |
"Skills",
|
| 7765 |
"Technical"
|
| 7766 |
],
|
| 7767 |
-
"duration_minutes":
|
| 7768 |
"remote_testing": true,
|
| 7769 |
"adaptive": false
|
| 7770 |
},
|
|
@@ -7791,7 +7791,7 @@ SHL_ASSESSMENTS = [
|
|
| 7791 |
"Skills",
|
| 7792 |
"Technical"
|
| 7793 |
],
|
| 7794 |
-
"duration_minutes":
|
| 7795 |
"remote_testing": true,
|
| 7796 |
"adaptive": false
|
| 7797 |
},
|
|
@@ -7818,7 +7818,7 @@ SHL_ASSESSMENTS = [
|
|
| 7818 |
"Skills",
|
| 7819 |
"Technical"
|
| 7820 |
],
|
| 7821 |
-
"duration_minutes":
|
| 7822 |
"remote_testing": true,
|
| 7823 |
"adaptive": false
|
| 7824 |
},
|
|
@@ -7846,7 +7846,7 @@ SHL_ASSESSMENTS = [
|
|
| 7846 |
"Skills",
|
| 7847 |
"Technical"
|
| 7848 |
],
|
| 7849 |
-
"duration_minutes":
|
| 7850 |
"remote_testing": true,
|
| 7851 |
"adaptive": false
|
| 7852 |
},
|
|
@@ -7874,7 +7874,7 @@ SHL_ASSESSMENTS = [
|
|
| 7874 |
"Skills",
|
| 7875 |
"Technical"
|
| 7876 |
],
|
| 7877 |
-
"duration_minutes":
|
| 7878 |
"remote_testing": true,
|
| 7879 |
"adaptive": false
|
| 7880 |
},
|
|
@@ -7902,7 +7902,7 @@ SHL_ASSESSMENTS = [
|
|
| 7902 |
"Skills",
|
| 7903 |
"Technical"
|
| 7904 |
],
|
| 7905 |
-
"duration_minutes":
|
| 7906 |
"remote_testing": true,
|
| 7907 |
"adaptive": false
|
| 7908 |
},
|
|
@@ -7931,7 +7931,7 @@ SHL_ASSESSMENTS = [
|
|
| 7931 |
"Skills",
|
| 7932 |
"Technical"
|
| 7933 |
],
|
| 7934 |
-
"duration_minutes":
|
| 7935 |
"remote_testing": true,
|
| 7936 |
"adaptive": false
|
| 7937 |
},
|
|
@@ -7960,7 +7960,7 @@ SHL_ASSESSMENTS = [
|
|
| 7960 |
"Skills",
|
| 7961 |
"Technical"
|
| 7962 |
],
|
| 7963 |
-
"duration_minutes":
|
| 7964 |
"remote_testing": true,
|
| 7965 |
"adaptive": false
|
| 7966 |
},
|
|
@@ -7989,7 +7989,7 @@ SHL_ASSESSMENTS = [
|
|
| 7989 |
"Skills",
|
| 7990 |
"Technical"
|
| 7991 |
],
|
| 7992 |
-
"duration_minutes":
|
| 7993 |
"remote_testing": true,
|
| 7994 |
"adaptive": false
|
| 7995 |
},
|
|
@@ -8016,7 +8016,7 @@ SHL_ASSESSMENTS = [
|
|
| 8016 |
"Skills",
|
| 8017 |
"Technical"
|
| 8018 |
],
|
| 8019 |
-
"duration_minutes":
|
| 8020 |
"remote_testing": true,
|
| 8021 |
"adaptive": false
|
| 8022 |
},
|
|
@@ -8044,7 +8044,7 @@ SHL_ASSESSMENTS = [
|
|
| 8044 |
"Skills",
|
| 8045 |
"Technical"
|
| 8046 |
],
|
| 8047 |
-
"duration_minutes":
|
| 8048 |
"remote_testing": true,
|
| 8049 |
"adaptive": false
|
| 8050 |
},
|
|
@@ -8072,7 +8072,7 @@ SHL_ASSESSMENTS = [
|
|
| 8072 |
"Skills",
|
| 8073 |
"Technical"
|
| 8074 |
],
|
| 8075 |
-
"duration_minutes":
|
| 8076 |
"remote_testing": true,
|
| 8077 |
"adaptive": false
|
| 8078 |
},
|
|
@@ -8099,7 +8099,7 @@ SHL_ASSESSMENTS = [
|
|
| 8099 |
"Skills",
|
| 8100 |
"Technical"
|
| 8101 |
],
|
| 8102 |
-
"duration_minutes":
|
| 8103 |
"remote_testing": true,
|
| 8104 |
"adaptive": false
|
| 8105 |
},
|
|
@@ -8126,7 +8126,7 @@ SHL_ASSESSMENTS = [
|
|
| 8126 |
"Skills",
|
| 8127 |
"Technical"
|
| 8128 |
],
|
| 8129 |
-
"duration_minutes":
|
| 8130 |
"remote_testing": true,
|
| 8131 |
"adaptive": false
|
| 8132 |
},
|
|
@@ -8154,7 +8154,7 @@ SHL_ASSESSMENTS = [
|
|
| 8154 |
"Skills",
|
| 8155 |
"Technical"
|
| 8156 |
],
|
| 8157 |
-
"duration_minutes":
|
| 8158 |
"remote_testing": true,
|
| 8159 |
"adaptive": false
|
| 8160 |
},
|
|
@@ -8182,7 +8182,7 @@ SHL_ASSESSMENTS = [
|
|
| 8182 |
"Skills",
|
| 8183 |
"Technical"
|
| 8184 |
],
|
| 8185 |
-
"duration_minutes":
|
| 8186 |
"remote_testing": true,
|
| 8187 |
"adaptive": false
|
| 8188 |
},
|
|
@@ -8211,7 +8211,7 @@ SHL_ASSESSMENTS = [
|
|
| 8211 |
"Skills",
|
| 8212 |
"Technical"
|
| 8213 |
],
|
| 8214 |
-
"duration_minutes":
|
| 8215 |
"remote_testing": true,
|
| 8216 |
"adaptive": false
|
| 8217 |
},
|
|
@@ -8240,7 +8240,7 @@ SHL_ASSESSMENTS = [
|
|
| 8240 |
"Skills",
|
| 8241 |
"Technical"
|
| 8242 |
],
|
| 8243 |
-
"duration_minutes":
|
| 8244 |
"remote_testing": true,
|
| 8245 |
"adaptive": false
|
| 8246 |
},
|
|
@@ -8268,7 +8268,7 @@ SHL_ASSESSMENTS = [
|
|
| 8268 |
"Skills",
|
| 8269 |
"Technical"
|
| 8270 |
],
|
| 8271 |
-
"duration_minutes":
|
| 8272 |
"remote_testing": true,
|
| 8273 |
"adaptive": false
|
| 8274 |
},
|
|
@@ -8296,7 +8296,7 @@ SHL_ASSESSMENTS = [
|
|
| 8296 |
"Skills",
|
| 8297 |
"Technical"
|
| 8298 |
],
|
| 8299 |
-
"duration_minutes":
|
| 8300 |
"remote_testing": true,
|
| 8301 |
"adaptive": false
|
| 8302 |
},
|
|
@@ -8325,7 +8325,7 @@ SHL_ASSESSMENTS = [
|
|
| 8325 |
"Skills",
|
| 8326 |
"Technical"
|
| 8327 |
],
|
| 8328 |
-
"duration_minutes":
|
| 8329 |
"remote_testing": true,
|
| 8330 |
"adaptive": false
|
| 8331 |
},
|
|
@@ -8354,7 +8354,7 @@ SHL_ASSESSMENTS = [
|
|
| 8354 |
"Skills",
|
| 8355 |
"Technical"
|
| 8356 |
],
|
| 8357 |
-
"duration_minutes":
|
| 8358 |
"remote_testing": true,
|
| 8359 |
"adaptive": false
|
| 8360 |
},
|
|
@@ -8381,7 +8381,7 @@ SHL_ASSESSMENTS = [
|
|
| 8381 |
"Skills",
|
| 8382 |
"Technical"
|
| 8383 |
],
|
| 8384 |
-
"duration_minutes":
|
| 8385 |
"remote_testing": true,
|
| 8386 |
"adaptive": false
|
| 8387 |
},
|
|
@@ -8408,7 +8408,7 @@ SHL_ASSESSMENTS = [
|
|
| 8408 |
"Skills",
|
| 8409 |
"Technical"
|
| 8410 |
],
|
| 8411 |
-
"duration_minutes":
|
| 8412 |
"remote_testing": true,
|
| 8413 |
"adaptive": false
|
| 8414 |
},
|
|
@@ -8435,7 +8435,7 @@ SHL_ASSESSMENTS = [
|
|
| 8435 |
"Skills",
|
| 8436 |
"Technical"
|
| 8437 |
],
|
| 8438 |
-
"duration_minutes":
|
| 8439 |
"remote_testing": true,
|
| 8440 |
"adaptive": false
|
| 8441 |
},
|
|
@@ -8462,7 +8462,7 @@ SHL_ASSESSMENTS = [
|
|
| 8462 |
"Skills",
|
| 8463 |
"Technical"
|
| 8464 |
],
|
| 8465 |
-
"duration_minutes":
|
| 8466 |
"remote_testing": true,
|
| 8467 |
"adaptive": false
|
| 8468 |
},
|
|
@@ -8489,7 +8489,7 @@ SHL_ASSESSMENTS = [
|
|
| 8489 |
"Skills",
|
| 8490 |
"Technical"
|
| 8491 |
],
|
| 8492 |
-
"duration_minutes":
|
| 8493 |
"remote_testing": true,
|
| 8494 |
"adaptive": false
|
| 8495 |
},
|
|
@@ -8516,7 +8516,7 @@ SHL_ASSESSMENTS = [
|
|
| 8516 |
"Skills",
|
| 8517 |
"Technical"
|
| 8518 |
],
|
| 8519 |
-
"duration_minutes":
|
| 8520 |
"remote_testing": true,
|
| 8521 |
"adaptive": false
|
| 8522 |
},
|
|
@@ -8543,7 +8543,7 @@ SHL_ASSESSMENTS = [
|
|
| 8543 |
"Skills",
|
| 8544 |
"Technical"
|
| 8545 |
],
|
| 8546 |
-
"duration_minutes":
|
| 8547 |
"remote_testing": true,
|
| 8548 |
"adaptive": false
|
| 8549 |
},
|
|
@@ -8570,7 +8570,7 @@ SHL_ASSESSMENTS = [
|
|
| 8570 |
"Skills",
|
| 8571 |
"Technical"
|
| 8572 |
],
|
| 8573 |
-
"duration_minutes":
|
| 8574 |
"remote_testing": true,
|
| 8575 |
"adaptive": false
|
| 8576 |
},
|
|
@@ -8597,7 +8597,7 @@ SHL_ASSESSMENTS = [
|
|
| 8597 |
"Skills",
|
| 8598 |
"Technical"
|
| 8599 |
],
|
| 8600 |
-
"duration_minutes":
|
| 8601 |
"remote_testing": true,
|
| 8602 |
"adaptive": false
|
| 8603 |
},
|
|
@@ -8624,7 +8624,7 @@ SHL_ASSESSMENTS = [
|
|
| 8624 |
"Skills",
|
| 8625 |
"Technical"
|
| 8626 |
],
|
| 8627 |
-
"duration_minutes":
|
| 8628 |
"remote_testing": true,
|
| 8629 |
"adaptive": false
|
| 8630 |
},
|
|
@@ -8651,7 +8651,7 @@ SHL_ASSESSMENTS = [
|
|
| 8651 |
"Skills",
|
| 8652 |
"Technical"
|
| 8653 |
],
|
| 8654 |
-
"duration_minutes":
|
| 8655 |
"remote_testing": true,
|
| 8656 |
"adaptive": false
|
| 8657 |
},
|
|
@@ -8678,7 +8678,7 @@ SHL_ASSESSMENTS = [
|
|
| 8678 |
"Skills",
|
| 8679 |
"Technical"
|
| 8680 |
],
|
| 8681 |
-
"duration_minutes":
|
| 8682 |
"remote_testing": true,
|
| 8683 |
"adaptive": false
|
| 8684 |
},
|
|
@@ -8705,7 +8705,7 @@ SHL_ASSESSMENTS = [
|
|
| 8705 |
"Skills",
|
| 8706 |
"Technical"
|
| 8707 |
],
|
| 8708 |
-
"duration_minutes":
|
| 8709 |
"remote_testing": true,
|
| 8710 |
"adaptive": false
|
| 8711 |
},
|
|
@@ -8732,7 +8732,7 @@ SHL_ASSESSMENTS = [
|
|
| 8732 |
"Skills",
|
| 8733 |
"Technical"
|
| 8734 |
],
|
| 8735 |
-
"duration_minutes":
|
| 8736 |
"remote_testing": true,
|
| 8737 |
"adaptive": false
|
| 8738 |
},
|
|
@@ -8759,7 +8759,7 @@ SHL_ASSESSMENTS = [
|
|
| 8759 |
"Skills",
|
| 8760 |
"Technical"
|
| 8761 |
],
|
| 8762 |
-
"duration_minutes":
|
| 8763 |
"remote_testing": true,
|
| 8764 |
"adaptive": false
|
| 8765 |
},
|
|
@@ -8786,7 +8786,7 @@ SHL_ASSESSMENTS = [
|
|
| 8786 |
"Skills",
|
| 8787 |
"Technical"
|
| 8788 |
],
|
| 8789 |
-
"duration_minutes":
|
| 8790 |
"remote_testing": true,
|
| 8791 |
"adaptive": false
|
| 8792 |
},
|
|
@@ -8841,7 +8841,7 @@ SHL_ASSESSMENTS = [
|
|
| 8841 |
"Skills",
|
| 8842 |
"Technical"
|
| 8843 |
],
|
| 8844 |
-
"duration_minutes":
|
| 8845 |
"remote_testing": true,
|
| 8846 |
"adaptive": true
|
| 8847 |
},
|
|
@@ -8868,7 +8868,7 @@ SHL_ASSESSMENTS = [
|
|
| 8868 |
"Skills",
|
| 8869 |
"Technical"
|
| 8870 |
],
|
| 8871 |
-
"duration_minutes":
|
| 8872 |
"remote_testing": true,
|
| 8873 |
"adaptive": false
|
| 8874 |
},
|
|
@@ -8897,7 +8897,7 @@ SHL_ASSESSMENTS = [
|
|
| 8897 |
"Skills",
|
| 8898 |
"Technical"
|
| 8899 |
],
|
| 8900 |
-
"duration_minutes":
|
| 8901 |
"remote_testing": true,
|
| 8902 |
"adaptive": false
|
| 8903 |
},
|
|
@@ -8925,7 +8925,7 @@ SHL_ASSESSMENTS = [
|
|
| 8925 |
"Skills",
|
| 8926 |
"Technical"
|
| 8927 |
],
|
| 8928 |
-
"duration_minutes":
|
| 8929 |
"remote_testing": true,
|
| 8930 |
"adaptive": false
|
| 8931 |
},
|
|
@@ -8942,7 +8942,7 @@ SHL_ASSESSMENTS = [
|
|
| 8942 |
"test_type": [
|
| 8943 |
"Behavioral"
|
| 8944 |
],
|
| 8945 |
-
"duration_minutes":
|
| 8946 |
"remote_testing": true,
|
| 8947 |
"adaptive": false
|
| 8948 |
},
|
|
@@ -8959,7 +8959,7 @@ SHL_ASSESSMENTS = [
|
|
| 8959 |
"test_type": [
|
| 8960 |
"Behavioral"
|
| 8961 |
],
|
| 8962 |
-
"duration_minutes":
|
| 8963 |
"remote_testing": true,
|
| 8964 |
"adaptive": false
|
| 8965 |
},
|
|
@@ -8976,7 +8976,7 @@ SHL_ASSESSMENTS = [
|
|
| 8976 |
"test_type": [
|
| 8977 |
"Behavioral"
|
| 8978 |
],
|
| 8979 |
-
"duration_minutes":
|
| 8980 |
"remote_testing": true,
|
| 8981 |
"adaptive": false
|
| 8982 |
},
|
|
@@ -8993,7 +8993,7 @@ SHL_ASSESSMENTS = [
|
|
| 8993 |
"test_type": [
|
| 8994 |
"Behavioral"
|
| 8995 |
],
|
| 8996 |
-
"duration_minutes":
|
| 8997 |
"remote_testing": true,
|
| 8998 |
"adaptive": false
|
| 8999 |
},
|
|
@@ -9021,7 +9021,7 @@ SHL_ASSESSMENTS = [
|
|
| 9021 |
"Skills",
|
| 9022 |
"Technical"
|
| 9023 |
],
|
| 9024 |
-
"duration_minutes":
|
| 9025 |
"remote_testing": true,
|
| 9026 |
"adaptive": false
|
| 9027 |
},
|
|
@@ -9049,7 +9049,7 @@ SHL_ASSESSMENTS = [
|
|
| 9049 |
"Skills",
|
| 9050 |
"Technical"
|
| 9051 |
],
|
| 9052 |
-
"duration_minutes":
|
| 9053 |
"remote_testing": true,
|
| 9054 |
"adaptive": false
|
| 9055 |
},
|
|
@@ -9076,7 +9076,7 @@ SHL_ASSESSMENTS = [
|
|
| 9076 |
"Skills",
|
| 9077 |
"Technical"
|
| 9078 |
],
|
| 9079 |
-
"duration_minutes":
|
| 9080 |
"remote_testing": true,
|
| 9081 |
"adaptive": false
|
| 9082 |
},
|
|
@@ -9103,7 +9103,7 @@ SHL_ASSESSMENTS = [
|
|
| 9103 |
"Skills",
|
| 9104 |
"Technical"
|
| 9105 |
],
|
| 9106 |
-
"duration_minutes":
|
| 9107 |
"remote_testing": true,
|
| 9108 |
"adaptive": false
|
| 9109 |
},
|
|
@@ -9130,7 +9130,7 @@ SHL_ASSESSMENTS = [
|
|
| 9130 |
"Skills",
|
| 9131 |
"Technical"
|
| 9132 |
],
|
| 9133 |
-
"duration_minutes":
|
| 9134 |
"remote_testing": true,
|
| 9135 |
"adaptive": false
|
| 9136 |
},
|
|
@@ -9157,7 +9157,7 @@ SHL_ASSESSMENTS = [
|
|
| 9157 |
"Skills",
|
| 9158 |
"Technical"
|
| 9159 |
],
|
| 9160 |
-
"duration_minutes":
|
| 9161 |
"remote_testing": true,
|
| 9162 |
"adaptive": false
|
| 9163 |
},
|
|
@@ -9184,7 +9184,7 @@ SHL_ASSESSMENTS = [
|
|
| 9184 |
"Skills",
|
| 9185 |
"Technical"
|
| 9186 |
],
|
| 9187 |
-
"duration_minutes":
|
| 9188 |
"remote_testing": true,
|
| 9189 |
"adaptive": false
|
| 9190 |
},
|
|
@@ -9211,7 +9211,7 @@ SHL_ASSESSMENTS = [
|
|
| 9211 |
"Skills",
|
| 9212 |
"Technical"
|
| 9213 |
],
|
| 9214 |
-
"duration_minutes":
|
| 9215 |
"remote_testing": true,
|
| 9216 |
"adaptive": false
|
| 9217 |
},
|
|
@@ -9238,7 +9238,7 @@ SHL_ASSESSMENTS = [
|
|
| 9238 |
"Skills",
|
| 9239 |
"Technical"
|
| 9240 |
],
|
| 9241 |
-
"duration_minutes":
|
| 9242 |
"remote_testing": true,
|
| 9243 |
"adaptive": false
|
| 9244 |
},
|
|
@@ -9265,7 +9265,7 @@ SHL_ASSESSMENTS = [
|
|
| 9265 |
"Skills",
|
| 9266 |
"Technical"
|
| 9267 |
],
|
| 9268 |
-
"duration_minutes":
|
| 9269 |
"remote_testing": true,
|
| 9270 |
"adaptive": false
|
| 9271 |
},
|
|
@@ -9293,7 +9293,7 @@ SHL_ASSESSMENTS = [
|
|
| 9293 |
"Skills",
|
| 9294 |
"Technical"
|
| 9295 |
],
|
| 9296 |
-
"duration_minutes":
|
| 9297 |
"remote_testing": true,
|
| 9298 |
"adaptive": false
|
| 9299 |
},
|
|
@@ -9321,7 +9321,7 @@ SHL_ASSESSMENTS = [
|
|
| 9321 |
"Skills",
|
| 9322 |
"Technical"
|
| 9323 |
],
|
| 9324 |
-
"duration_minutes":
|
| 9325 |
"remote_testing": true,
|
| 9326 |
"adaptive": false
|
| 9327 |
},
|
|
@@ -9349,7 +9349,7 @@ SHL_ASSESSMENTS = [
|
|
| 9349 |
"Skills",
|
| 9350 |
"Technical"
|
| 9351 |
],
|
| 9352 |
-
"duration_minutes":
|
| 9353 |
"remote_testing": true,
|
| 9354 |
"adaptive": false
|
| 9355 |
},
|
|
@@ -9377,7 +9377,7 @@ SHL_ASSESSMENTS = [
|
|
| 9377 |
"Skills",
|
| 9378 |
"Technical"
|
| 9379 |
],
|
| 9380 |
-
"duration_minutes":
|
| 9381 |
"remote_testing": true,
|
| 9382 |
"adaptive": false
|
| 9383 |
},
|
|
@@ -9405,7 +9405,7 @@ SHL_ASSESSMENTS = [
|
|
| 9405 |
"Skills",
|
| 9406 |
"Technical"
|
| 9407 |
],
|
| 9408 |
-
"duration_minutes":
|
| 9409 |
"remote_testing": true,
|
| 9410 |
"adaptive": false
|
| 9411 |
},
|
|
@@ -9433,7 +9433,7 @@ SHL_ASSESSMENTS = [
|
|
| 9433 |
"Skills",
|
| 9434 |
"Technical"
|
| 9435 |
],
|
| 9436 |
-
"duration_minutes":
|
| 9437 |
"remote_testing": true,
|
| 9438 |
"adaptive": false
|
| 9439 |
},
|
|
@@ -9461,7 +9461,7 @@ SHL_ASSESSMENTS = [
|
|
| 9461 |
"Skills",
|
| 9462 |
"Technical"
|
| 9463 |
],
|
| 9464 |
-
"duration_minutes":
|
| 9465 |
"remote_testing": true,
|
| 9466 |
"adaptive": false
|
| 9467 |
},
|
|
@@ -9489,7 +9489,7 @@ SHL_ASSESSMENTS = [
|
|
| 9489 |
"Skills",
|
| 9490 |
"Technical"
|
| 9491 |
],
|
| 9492 |
-
"duration_minutes":
|
| 9493 |
"remote_testing": true,
|
| 9494 |
"adaptive": false
|
| 9495 |
},
|
|
@@ -9516,7 +9516,7 @@ SHL_ASSESSMENTS = [
|
|
| 9516 |
"Skills",
|
| 9517 |
"Technical"
|
| 9518 |
],
|
| 9519 |
-
"duration_minutes":
|
| 9520 |
"remote_testing": true,
|
| 9521 |
"adaptive": false
|
| 9522 |
},
|
|
@@ -9543,7 +9543,7 @@ SHL_ASSESSMENTS = [
|
|
| 9543 |
"Skills",
|
| 9544 |
"Technical"
|
| 9545 |
],
|
| 9546 |
-
"duration_minutes":
|
| 9547 |
"remote_testing": true,
|
| 9548 |
"adaptive": false
|
| 9549 |
},
|
|
@@ -9571,7 +9571,7 @@ SHL_ASSESSMENTS = [
|
|
| 9571 |
"Skills",
|
| 9572 |
"Technical"
|
| 9573 |
],
|
| 9574 |
-
"duration_minutes":
|
| 9575 |
"remote_testing": true,
|
| 9576 |
"adaptive": false
|
| 9577 |
},
|
|
@@ -9598,7 +9598,7 @@ SHL_ASSESSMENTS = [
|
|
| 9598 |
"Skills",
|
| 9599 |
"Technical"
|
| 9600 |
],
|
| 9601 |
-
"duration_minutes":
|
| 9602 |
"remote_testing": true,
|
| 9603 |
"adaptive": false
|
| 9604 |
},
|
|
@@ -9626,7 +9626,7 @@ SHL_ASSESSMENTS = [
|
|
| 9626 |
"Skills",
|
| 9627 |
"Technical"
|
| 9628 |
],
|
| 9629 |
-
"duration_minutes":
|
| 9630 |
"remote_testing": true,
|
| 9631 |
"adaptive": true
|
| 9632 |
},
|
|
@@ -9653,7 +9653,7 @@ SHL_ASSESSMENTS = [
|
|
| 9653 |
"Skills",
|
| 9654 |
"Technical"
|
| 9655 |
],
|
| 9656 |
-
"duration_minutes":
|
| 9657 |
"remote_testing": true,
|
| 9658 |
"adaptive": false
|
| 9659 |
},
|
|
@@ -9681,7 +9681,7 @@ SHL_ASSESSMENTS = [
|
|
| 9681 |
"Skills",
|
| 9682 |
"Technical"
|
| 9683 |
],
|
| 9684 |
-
"duration_minutes":
|
| 9685 |
"remote_testing": true,
|
| 9686 |
"adaptive": false
|
| 9687 |
},
|
|
@@ -9708,7 +9708,7 @@ SHL_ASSESSMENTS = [
|
|
| 9708 |
"Skills",
|
| 9709 |
"Technical"
|
| 9710 |
],
|
| 9711 |
-
"duration_minutes":
|
| 9712 |
"remote_testing": true,
|
| 9713 |
"adaptive": false
|
| 9714 |
},
|
|
@@ -9737,7 +9737,7 @@ SHL_ASSESSMENTS = [
|
|
| 9737 |
"Skills",
|
| 9738 |
"Technical"
|
| 9739 |
],
|
| 9740 |
-
"duration_minutes":
|
| 9741 |
"remote_testing": true,
|
| 9742 |
"adaptive": false
|
| 9743 |
},
|
|
@@ -9766,7 +9766,7 @@ SHL_ASSESSMENTS = [
|
|
| 9766 |
"Skills",
|
| 9767 |
"Technical"
|
| 9768 |
],
|
| 9769 |
-
"duration_minutes":
|
| 9770 |
"remote_testing": true,
|
| 9771 |
"adaptive": false
|
| 9772 |
},
|
|
@@ -9795,7 +9795,7 @@ SHL_ASSESSMENTS = [
|
|
| 9795 |
"Skills",
|
| 9796 |
"Technical"
|
| 9797 |
],
|
| 9798 |
-
"duration_minutes":
|
| 9799 |
"remote_testing": true,
|
| 9800 |
"adaptive": false
|
| 9801 |
},
|
|
@@ -9822,7 +9822,7 @@ SHL_ASSESSMENTS = [
|
|
| 9822 |
"Skills",
|
| 9823 |
"Technical"
|
| 9824 |
],
|
| 9825 |
-
"duration_minutes":
|
| 9826 |
"remote_testing": true,
|
| 9827 |
"adaptive": false
|
| 9828 |
},
|
|
@@ -9849,7 +9849,7 @@ SHL_ASSESSMENTS = [
|
|
| 9849 |
"Skills",
|
| 9850 |
"Technical"
|
| 9851 |
],
|
| 9852 |
-
"duration_minutes":
|
| 9853 |
"remote_testing": true,
|
| 9854 |
"adaptive": false
|
| 9855 |
},
|
|
@@ -9906,7 +9906,7 @@ SHL_ASSESSMENTS = [
|
|
| 9906 |
"Skills",
|
| 9907 |
"Technical"
|
| 9908 |
],
|
| 9909 |
-
"duration_minutes":
|
| 9910 |
"remote_testing": true,
|
| 9911 |
"adaptive": false
|
| 9912 |
},
|
|
@@ -9935,7 +9935,7 @@ SHL_ASSESSMENTS = [
|
|
| 9935 |
"Skills",
|
| 9936 |
"Technical"
|
| 9937 |
],
|
| 9938 |
-
"duration_minutes":
|
| 9939 |
"remote_testing": true,
|
| 9940 |
"adaptive": true
|
| 9941 |
},
|
|
@@ -9963,7 +9963,7 @@ SHL_ASSESSMENTS = [
|
|
| 9963 |
"Skills",
|
| 9964 |
"Technical"
|
| 9965 |
],
|
| 9966 |
-
"duration_minutes":
|
| 9967 |
"remote_testing": true,
|
| 9968 |
"adaptive": false
|
| 9969 |
},
|
|
@@ -9992,7 +9992,7 @@ SHL_ASSESSMENTS = [
|
|
| 9992 |
"Skills",
|
| 9993 |
"Technical"
|
| 9994 |
],
|
| 9995 |
-
"duration_minutes":
|
| 9996 |
"remote_testing": true,
|
| 9997 |
"adaptive": false
|
| 9998 |
},
|
|
@@ -10049,7 +10049,7 @@ SHL_ASSESSMENTS = [
|
|
| 10049 |
"Skills",
|
| 10050 |
"Technical"
|
| 10051 |
],
|
| 10052 |
-
"duration_minutes":
|
| 10053 |
"remote_testing": true,
|
| 10054 |
"adaptive": false
|
| 10055 |
},
|
|
@@ -10106,7 +10106,7 @@ SHL_ASSESSMENTS = [
|
|
| 10106 |
"Skills",
|
| 10107 |
"Technical"
|
| 10108 |
],
|
| 10109 |
-
"duration_minutes":
|
| 10110 |
"remote_testing": true,
|
| 10111 |
"adaptive": false
|
| 10112 |
},
|
|
@@ -10133,7 +10133,7 @@ SHL_ASSESSMENTS = [
|
|
| 10133 |
"Skills",
|
| 10134 |
"Technical"
|
| 10135 |
],
|
| 10136 |
-
"duration_minutes":
|
| 10137 |
"remote_testing": true,
|
| 10138 |
"adaptive": false
|
| 10139 |
},
|
|
@@ -10160,7 +10160,7 @@ SHL_ASSESSMENTS = [
|
|
| 10160 |
"Skills",
|
| 10161 |
"Technical"
|
| 10162 |
],
|
| 10163 |
-
"duration_minutes":
|
| 10164 |
"remote_testing": true,
|
| 10165 |
"adaptive": false
|
| 10166 |
},
|
|
@@ -10187,7 +10187,7 @@ SHL_ASSESSMENTS = [
|
|
| 10187 |
"Skills",
|
| 10188 |
"Technical"
|
| 10189 |
],
|
| 10190 |
-
"duration_minutes":
|
| 10191 |
"remote_testing": true,
|
| 10192 |
"adaptive": false
|
| 10193 |
},
|
|
@@ -10214,7 +10214,7 @@ SHL_ASSESSMENTS = [
|
|
| 10214 |
"Skills",
|
| 10215 |
"Technical"
|
| 10216 |
],
|
| 10217 |
-
"duration_minutes":
|
| 10218 |
"remote_testing": true,
|
| 10219 |
"adaptive": false
|
| 10220 |
},
|
|
@@ -10241,7 +10241,7 @@ SHL_ASSESSMENTS = [
|
|
| 10241 |
"Skills",
|
| 10242 |
"Technical"
|
| 10243 |
],
|
| 10244 |
-
"duration_minutes":
|
| 10245 |
"remote_testing": true,
|
| 10246 |
"adaptive": false
|
| 10247 |
},
|
|
@@ -10268,7 +10268,7 @@ SHL_ASSESSMENTS = [
|
|
| 10268 |
"Skills",
|
| 10269 |
"Technical"
|
| 10270 |
],
|
| 10271 |
-
"duration_minutes":
|
| 10272 |
"remote_testing": true,
|
| 10273 |
"adaptive": false
|
| 10274 |
},
|
|
@@ -10297,7 +10297,7 @@ SHL_ASSESSMENTS = [
|
|
| 10297 |
"Skills",
|
| 10298 |
"Technical"
|
| 10299 |
],
|
| 10300 |
-
"duration_minutes":
|
| 10301 |
"remote_testing": true,
|
| 10302 |
"adaptive": false
|
| 10303 |
},
|
|
@@ -10324,7 +10324,7 @@ SHL_ASSESSMENTS = [
|
|
| 10324 |
"Skills",
|
| 10325 |
"Technical"
|
| 10326 |
],
|
| 10327 |
-
"duration_minutes":
|
| 10328 |
"remote_testing": true,
|
| 10329 |
"adaptive": false
|
| 10330 |
},
|
|
@@ -10352,7 +10352,7 @@ SHL_ASSESSMENTS = [
|
|
| 10352 |
"Skills",
|
| 10353 |
"Technical"
|
| 10354 |
],
|
| 10355 |
-
"duration_minutes":
|
| 10356 |
"remote_testing": true,
|
| 10357 |
"adaptive": false
|
| 10358 |
},
|
|
@@ -10380,7 +10380,7 @@ SHL_ASSESSMENTS = [
|
|
| 10380 |
"Skills",
|
| 10381 |
"Technical"
|
| 10382 |
],
|
| 10383 |
-
"duration_minutes":
|
| 10384 |
"remote_testing": true,
|
| 10385 |
"adaptive": false
|
| 10386 |
},
|
|
@@ -10407,7 +10407,7 @@ SHL_ASSESSMENTS = [
|
|
| 10407 |
"Skills",
|
| 10408 |
"Technical"
|
| 10409 |
],
|
| 10410 |
-
"duration_minutes":
|
| 10411 |
"remote_testing": true,
|
| 10412 |
"adaptive": false
|
| 10413 |
},
|
|
@@ -10435,7 +10435,7 @@ SHL_ASSESSMENTS = [
|
|
| 10435 |
"Skills",
|
| 10436 |
"Technical"
|
| 10437 |
],
|
| 10438 |
-
"duration_minutes":
|
| 10439 |
"remote_testing": true,
|
| 10440 |
"adaptive": false
|
| 10441 |
},
|
|
@@ -10463,7 +10463,7 @@ SHL_ASSESSMENTS = [
|
|
| 10463 |
"Skills",
|
| 10464 |
"Technical"
|
| 10465 |
],
|
| 10466 |
-
"duration_minutes":
|
| 10467 |
"remote_testing": true,
|
| 10468 |
"adaptive": false
|
| 10469 |
},
|
|
@@ -10492,7 +10492,7 @@ SHL_ASSESSMENTS = [
|
|
| 10492 |
"Skills",
|
| 10493 |
"Technical"
|
| 10494 |
],
|
| 10495 |
-
"duration_minutes":
|
| 10496 |
"remote_testing": true,
|
| 10497 |
"adaptive": false
|
| 10498 |
},
|
|
@@ -10521,7 +10521,7 @@ SHL_ASSESSMENTS = [
|
|
| 10521 |
"Skills",
|
| 10522 |
"Technical"
|
| 10523 |
],
|
| 10524 |
-
"duration_minutes":
|
| 10525 |
"remote_testing": true,
|
| 10526 |
"adaptive": false
|
| 10527 |
},
|
|
@@ -10550,7 +10550,7 @@ SHL_ASSESSMENTS = [
|
|
| 10550 |
"Skills",
|
| 10551 |
"Technical"
|
| 10552 |
],
|
| 10553 |
-
"duration_minutes":
|
| 10554 |
"remote_testing": true,
|
| 10555 |
"adaptive": false
|
| 10556 |
},
|
|
@@ -10579,7 +10579,7 @@ SHL_ASSESSMENTS = [
|
|
| 10579 |
"Skills",
|
| 10580 |
"Technical"
|
| 10581 |
],
|
| 10582 |
-
"duration_minutes":
|
| 10583 |
"remote_testing": true,
|
| 10584 |
"adaptive": false
|
| 10585 |
},
|
|
@@ -10607,7 +10607,7 @@ SHL_ASSESSMENTS = [
|
|
| 10607 |
"Skills",
|
| 10608 |
"Technical"
|
| 10609 |
],
|
| 10610 |
-
"duration_minutes":
|
| 10611 |
"remote_testing": true,
|
| 10612 |
"adaptive": false
|
| 10613 |
},
|
|
@@ -10635,7 +10635,7 @@ SHL_ASSESSMENTS = [
|
|
| 10635 |
"Skills",
|
| 10636 |
"Technical"
|
| 10637 |
],
|
| 10638 |
-
"duration_minutes":
|
| 10639 |
"remote_testing": true,
|
| 10640 |
"adaptive": false
|
| 10641 |
},
|
|
@@ -10662,7 +10662,7 @@ SHL_ASSESSMENTS = [
|
|
| 10662 |
"Skills",
|
| 10663 |
"Technical"
|
| 10664 |
],
|
| 10665 |
-
"duration_minutes":
|
| 10666 |
"remote_testing": true,
|
| 10667 |
"adaptive": false
|
| 10668 |
},
|
|
@@ -10691,7 +10691,7 @@ SHL_ASSESSMENTS = [
|
|
| 10691 |
"Skills",
|
| 10692 |
"Technical"
|
| 10693 |
],
|
| 10694 |
-
"duration_minutes":
|
| 10695 |
"remote_testing": true,
|
| 10696 |
"adaptive": false
|
| 10697 |
},
|
|
@@ -10720,7 +10720,7 @@ SHL_ASSESSMENTS = [
|
|
| 10720 |
"Skills",
|
| 10721 |
"Technical"
|
| 10722 |
],
|
| 10723 |
-
"duration_minutes":
|
| 10724 |
"remote_testing": true,
|
| 10725 |
"adaptive": false
|
| 10726 |
}
|
|
|
|
| 41 |
"Skills",
|
| 42 |
"Technical"
|
| 43 |
],
|
| 44 |
+
"duration_minutes": None,
|
| 45 |
"remote_testing": true,
|
| 46 |
"adaptive": false
|
| 47 |
},
|
|
|
|
| 69 |
"Skills",
|
| 70 |
"Technical"
|
| 71 |
],
|
| 72 |
+
"duration_minutes": None,
|
| 73 |
"remote_testing": true,
|
| 74 |
"adaptive": false
|
| 75 |
},
|
|
|
|
| 97 |
"Skills",
|
| 98 |
"Technical"
|
| 99 |
],
|
| 100 |
+
"duration_minutes": None,
|
| 101 |
"remote_testing": true,
|
| 102 |
"adaptive": false
|
| 103 |
},
|
|
|
|
| 125 |
"Skills",
|
| 126 |
"Technical"
|
| 127 |
],
|
| 128 |
+
"duration_minutes": None,
|
| 129 |
"remote_testing": true,
|
| 130 |
"adaptive": true
|
| 131 |
},
|
|
|
|
| 153 |
"Skills",
|
| 154 |
"Technical"
|
| 155 |
],
|
| 156 |
+
"duration_minutes": None,
|
| 157 |
"remote_testing": true,
|
| 158 |
"adaptive": true
|
| 159 |
},
|
|
|
|
| 181 |
"Skills",
|
| 182 |
"Technical"
|
| 183 |
],
|
| 184 |
+
"duration_minutes": None,
|
| 185 |
"remote_testing": true,
|
| 186 |
"adaptive": false
|
| 187 |
},
|
|
|
|
| 209 |
"Skills",
|
| 210 |
"Technical"
|
| 211 |
],
|
| 212 |
+
"duration_minutes": None,
|
| 213 |
"remote_testing": true,
|
| 214 |
"adaptive": false
|
| 215 |
},
|
|
|
|
| 238 |
"Skills",
|
| 239 |
"Technical"
|
| 240 |
],
|
| 241 |
+
"duration_minutes": None,
|
| 242 |
"remote_testing": true,
|
| 243 |
"adaptive": false
|
| 244 |
},
|
|
|
|
| 266 |
"Skills",
|
| 267 |
"Technical"
|
| 268 |
],
|
| 269 |
+
"duration_minutes": None,
|
| 270 |
"remote_testing": true,
|
| 271 |
"adaptive": false
|
| 272 |
},
|
|
|
|
| 294 |
"Skills",
|
| 295 |
"Technical"
|
| 296 |
],
|
| 297 |
+
"duration_minutes": None,
|
| 298 |
"remote_testing": true,
|
| 299 |
"adaptive": false
|
| 300 |
},
|
|
|
|
| 322 |
"Skills",
|
| 323 |
"Technical"
|
| 324 |
],
|
| 325 |
+
"duration_minutes": None,
|
| 326 |
"remote_testing": true,
|
| 327 |
"adaptive": false
|
| 328 |
},
|
|
|
|
| 350 |
"Skills",
|
| 351 |
"Technical"
|
| 352 |
],
|
| 353 |
+
"duration_minutes": None,
|
| 354 |
"remote_testing": true,
|
| 355 |
"adaptive": false
|
| 356 |
},
|
|
|
|
| 379 |
"Skills",
|
| 380 |
"Technical"
|
| 381 |
],
|
| 382 |
+
"duration_minutes": None,
|
| 383 |
"remote_testing": true,
|
| 384 |
"adaptive": false
|
| 385 |
},
|
|
|
|
| 406 |
"Skills",
|
| 407 |
"Technical"
|
| 408 |
],
|
| 409 |
+
"duration_minutes": None,
|
| 410 |
"remote_testing": true,
|
| 411 |
"adaptive": false
|
| 412 |
},
|
|
|
|
| 433 |
"Skills",
|
| 434 |
"Technical"
|
| 435 |
],
|
| 436 |
+
"duration_minutes": None,
|
| 437 |
"remote_testing": true,
|
| 438 |
"adaptive": false
|
| 439 |
},
|
|
|
|
| 460 |
"Skills",
|
| 461 |
"Technical"
|
| 462 |
],
|
| 463 |
+
"duration_minutes": None,
|
| 464 |
"remote_testing": true,
|
| 465 |
"adaptive": false
|
| 466 |
},
|
|
|
|
| 487 |
"Skills",
|
| 488 |
"Technical"
|
| 489 |
],
|
| 490 |
+
"duration_minutes": None,
|
| 491 |
"remote_testing": true,
|
| 492 |
"adaptive": false
|
| 493 |
},
|
|
|
|
| 514 |
"Skills",
|
| 515 |
"Technical"
|
| 516 |
],
|
| 517 |
+
"duration_minutes": None,
|
| 518 |
"remote_testing": true,
|
| 519 |
"adaptive": false
|
| 520 |
},
|
|
|
|
| 541 |
"Skills",
|
| 542 |
"Technical"
|
| 543 |
],
|
| 544 |
+
"duration_minutes": None,
|
| 545 |
"remote_testing": true,
|
| 546 |
"adaptive": false
|
| 547 |
},
|
|
|
|
| 569 |
"Skills",
|
| 570 |
"Technical"
|
| 571 |
],
|
| 572 |
+
"duration_minutes": None,
|
| 573 |
"remote_testing": true,
|
| 574 |
"adaptive": false
|
| 575 |
},
|
|
|
|
| 597 |
"Skills",
|
| 598 |
"Technical"
|
| 599 |
],
|
| 600 |
+
"duration_minutes": None,
|
| 601 |
"remote_testing": true,
|
| 602 |
"adaptive": false
|
| 603 |
},
|
|
|
|
| 625 |
"Skills",
|
| 626 |
"Technical"
|
| 627 |
],
|
| 628 |
+
"duration_minutes": None,
|
| 629 |
"remote_testing": true,
|
| 630 |
"adaptive": false
|
| 631 |
},
|
|
|
|
| 653 |
"Skills",
|
| 654 |
"Technical"
|
| 655 |
],
|
| 656 |
+
"duration_minutes": None,
|
| 657 |
"remote_testing": true,
|
| 658 |
"adaptive": false
|
| 659 |
},
|
|
|
|
| 680 |
"Skills",
|
| 681 |
"Technical"
|
| 682 |
],
|
| 683 |
+
"duration_minutes": None,
|
| 684 |
"remote_testing": true,
|
| 685 |
"adaptive": false
|
| 686 |
},
|
|
|
|
| 707 |
"Skills",
|
| 708 |
"Technical"
|
| 709 |
],
|
| 710 |
+
"duration_minutes": None,
|
| 711 |
"remote_testing": true,
|
| 712 |
"adaptive": false
|
| 713 |
},
|
|
|
|
| 734 |
"Skills",
|
| 735 |
"Technical"
|
| 736 |
],
|
| 737 |
+
"duration_minutes": None,
|
| 738 |
"remote_testing": true,
|
| 739 |
"adaptive": false
|
| 740 |
},
|
|
|
|
| 761 |
"Skills",
|
| 762 |
"Technical"
|
| 763 |
],
|
| 764 |
+
"duration_minutes": None,
|
| 765 |
"remote_testing": true,
|
| 766 |
"adaptive": false
|
| 767 |
},
|
|
|
|
| 788 |
"Skills",
|
| 789 |
"Technical"
|
| 790 |
],
|
| 791 |
+
"duration_minutes": None,
|
| 792 |
"remote_testing": true,
|
| 793 |
"adaptive": false
|
| 794 |
},
|
|
|
|
| 842 |
"Skills",
|
| 843 |
"Technical"
|
| 844 |
],
|
| 845 |
+
"duration_minutes": None,
|
| 846 |
"remote_testing": true,
|
| 847 |
"adaptive": false
|
| 848 |
},
|
|
|
|
| 869 |
"Skills",
|
| 870 |
"Technical"
|
| 871 |
],
|
| 872 |
+
"duration_minutes": None,
|
| 873 |
"remote_testing": true,
|
| 874 |
"adaptive": false
|
| 875 |
},
|
|
|
|
| 896 |
"Skills",
|
| 897 |
"Technical"
|
| 898 |
],
|
| 899 |
+
"duration_minutes": None,
|
| 900 |
"remote_testing": true,
|
| 901 |
"adaptive": false
|
| 902 |
},
|
|
|
|
| 923 |
"Skills",
|
| 924 |
"Technical"
|
| 925 |
],
|
| 926 |
+
"duration_minutes": None,
|
| 927 |
"remote_testing": true,
|
| 928 |
"adaptive": false
|
| 929 |
},
|
|
|
|
| 950 |
"Skills",
|
| 951 |
"Technical"
|
| 952 |
],
|
| 953 |
+
"duration_minutes": None,
|
| 954 |
"remote_testing": true,
|
| 955 |
"adaptive": false
|
| 956 |
},
|
|
|
|
| 977 |
"Skills",
|
| 978 |
"Technical"
|
| 979 |
],
|
| 980 |
+
"duration_minutes": None,
|
| 981 |
"remote_testing": true,
|
| 982 |
"adaptive": false
|
| 983 |
},
|
|
|
|
| 1004 |
"Skills",
|
| 1005 |
"Technical"
|
| 1006 |
],
|
| 1007 |
+
"duration_minutes": None,
|
| 1008 |
"remote_testing": true,
|
| 1009 |
"adaptive": false
|
| 1010 |
},
|
|
|
|
| 1031 |
"Skills",
|
| 1032 |
"Technical"
|
| 1033 |
],
|
| 1034 |
+
"duration_minutes": None,
|
| 1035 |
"remote_testing": true,
|
| 1036 |
"adaptive": false
|
| 1037 |
},
|
|
|
|
| 1058 |
"Skills",
|
| 1059 |
"Technical"
|
| 1060 |
],
|
| 1061 |
+
"duration_minutes": None,
|
| 1062 |
"remote_testing": true,
|
| 1063 |
"adaptive": false
|
| 1064 |
},
|
|
|
|
| 1085 |
"Skills",
|
| 1086 |
"Technical"
|
| 1087 |
],
|
| 1088 |
+
"duration_minutes": None,
|
| 1089 |
"remote_testing": true,
|
| 1090 |
"adaptive": false
|
| 1091 |
},
|
|
|
|
| 1112 |
"Skills",
|
| 1113 |
"Technical"
|
| 1114 |
],
|
| 1115 |
+
"duration_minutes": None,
|
| 1116 |
"remote_testing": true,
|
| 1117 |
"adaptive": false
|
| 1118 |
},
|
|
|
|
| 1139 |
"Skills",
|
| 1140 |
"Technical"
|
| 1141 |
],
|
| 1142 |
+
"duration_minutes": None,
|
| 1143 |
"remote_testing": true,
|
| 1144 |
"adaptive": false
|
| 1145 |
},
|
|
|
|
| 1166 |
"Skills",
|
| 1167 |
"Technical"
|
| 1168 |
],
|
| 1169 |
+
"duration_minutes": None,
|
| 1170 |
"remote_testing": true,
|
| 1171 |
"adaptive": false
|
| 1172 |
},
|
|
|
|
| 1193 |
"Skills",
|
| 1194 |
"Technical"
|
| 1195 |
],
|
| 1196 |
+
"duration_minutes": None,
|
| 1197 |
"remote_testing": true,
|
| 1198 |
"adaptive": false
|
| 1199 |
},
|
|
|
|
| 1220 |
"Skills",
|
| 1221 |
"Technical"
|
| 1222 |
],
|
| 1223 |
+
"duration_minutes": None,
|
| 1224 |
"remote_testing": true,
|
| 1225 |
"adaptive": false
|
| 1226 |
},
|
|
|
|
| 1249 |
"Skills",
|
| 1250 |
"Technical"
|
| 1251 |
],
|
| 1252 |
+
"duration_minutes": None,
|
| 1253 |
"remote_testing": true,
|
| 1254 |
"adaptive": false
|
| 1255 |
},
|
|
|
|
| 1276 |
"Skills",
|
| 1277 |
"Technical"
|
| 1278 |
],
|
| 1279 |
+
"duration_minutes": None,
|
| 1280 |
"remote_testing": true,
|
| 1281 |
"adaptive": false
|
| 1282 |
},
|
|
|
|
| 1303 |
"Skills",
|
| 1304 |
"Technical"
|
| 1305 |
],
|
| 1306 |
+
"duration_minutes": None,
|
| 1307 |
"remote_testing": true,
|
| 1308 |
"adaptive": false
|
| 1309 |
},
|
|
|
|
| 1330 |
"Skills",
|
| 1331 |
"Technical"
|
| 1332 |
],
|
| 1333 |
+
"duration_minutes": None,
|
| 1334 |
"remote_testing": true,
|
| 1335 |
"adaptive": false
|
| 1336 |
},
|
|
|
|
| 1357 |
"Skills",
|
| 1358 |
"Technical"
|
| 1359 |
],
|
| 1360 |
+
"duration_minutes": None,
|
| 1361 |
"remote_testing": true,
|
| 1362 |
"adaptive": false
|
| 1363 |
},
|
|
|
|
| 1384 |
"Skills",
|
| 1385 |
"Technical"
|
| 1386 |
],
|
| 1387 |
+
"duration_minutes": None,
|
| 1388 |
"remote_testing": true,
|
| 1389 |
"adaptive": false
|
| 1390 |
},
|
|
|
|
| 1439 |
"Skills",
|
| 1440 |
"Technical"
|
| 1441 |
],
|
| 1442 |
+
"duration_minutes": None,
|
| 1443 |
"remote_testing": true,
|
| 1444 |
"adaptive": false
|
| 1445 |
},
|
|
|
|
| 1467 |
"Skills",
|
| 1468 |
"Technical"
|
| 1469 |
],
|
| 1470 |
+
"duration_minutes": None,
|
| 1471 |
"remote_testing": true,
|
| 1472 |
"adaptive": false
|
| 1473 |
},
|
|
|
|
| 1494 |
"Skills",
|
| 1495 |
"Technical"
|
| 1496 |
],
|
| 1497 |
+
"duration_minutes": None,
|
| 1498 |
"remote_testing": true,
|
| 1499 |
"adaptive": false
|
| 1500 |
},
|
|
|
|
| 1521 |
"Skills",
|
| 1522 |
"Technical"
|
| 1523 |
],
|
| 1524 |
+
"duration_minutes": None,
|
| 1525 |
"remote_testing": true,
|
| 1526 |
"adaptive": false
|
| 1527 |
},
|
|
|
|
| 1548 |
"Skills",
|
| 1549 |
"Technical"
|
| 1550 |
],
|
| 1551 |
+
"duration_minutes": None,
|
| 1552 |
"remote_testing": true,
|
| 1553 |
"adaptive": false
|
| 1554 |
},
|
|
|
|
| 1576 |
"Skills",
|
| 1577 |
"Technical"
|
| 1578 |
],
|
| 1579 |
+
"duration_minutes": None,
|
| 1580 |
"remote_testing": true,
|
| 1581 |
"adaptive": false
|
| 1582 |
},
|
|
|
|
| 1603 |
"Skills",
|
| 1604 |
"Technical"
|
| 1605 |
],
|
| 1606 |
+
"duration_minutes": None,
|
| 1607 |
"remote_testing": true,
|
| 1608 |
"adaptive": false
|
| 1609 |
},
|
|
|
|
| 1630 |
"Skills",
|
| 1631 |
"Technical"
|
| 1632 |
],
|
| 1633 |
+
"duration_minutes": None,
|
| 1634 |
"remote_testing": true,
|
| 1635 |
"adaptive": false
|
| 1636 |
},
|
|
|
|
| 1657 |
"Skills",
|
| 1658 |
"Technical"
|
| 1659 |
],
|
| 1660 |
+
"duration_minutes": None,
|
| 1661 |
"remote_testing": true,
|
| 1662 |
"adaptive": false
|
| 1663 |
},
|
|
|
|
| 1684 |
"Skills",
|
| 1685 |
"Technical"
|
| 1686 |
],
|
| 1687 |
+
"duration_minutes": None,
|
| 1688 |
"remote_testing": true,
|
| 1689 |
"adaptive": false
|
| 1690 |
},
|
|
|
|
| 1712 |
"Skills",
|
| 1713 |
"Technical"
|
| 1714 |
],
|
| 1715 |
+
"duration_minutes": None,
|
| 1716 |
"remote_testing": true,
|
| 1717 |
"adaptive": true
|
| 1718 |
},
|
|
|
|
| 1739 |
"Skills",
|
| 1740 |
"Technical"
|
| 1741 |
],
|
| 1742 |
+
"duration_minutes": None,
|
| 1743 |
"remote_testing": true,
|
| 1744 |
"adaptive": true
|
| 1745 |
},
|
|
|
|
| 1766 |
"Skills",
|
| 1767 |
"Technical"
|
| 1768 |
],
|
| 1769 |
+
"duration_minutes": None,
|
| 1770 |
"remote_testing": true,
|
| 1771 |
"adaptive": false
|
| 1772 |
},
|
|
|
|
| 1793 |
"Skills",
|
| 1794 |
"Technical"
|
| 1795 |
],
|
| 1796 |
+
"duration_minutes": None,
|
| 1797 |
"remote_testing": true,
|
| 1798 |
"adaptive": false
|
| 1799 |
},
|
|
|
|
| 1820 |
"Skills",
|
| 1821 |
"Technical"
|
| 1822 |
],
|
| 1823 |
+
"duration_minutes": None,
|
| 1824 |
"remote_testing": true,
|
| 1825 |
"adaptive": false
|
| 1826 |
},
|
|
|
|
| 1847 |
"Skills",
|
| 1848 |
"Technical"
|
| 1849 |
],
|
| 1850 |
+
"duration_minutes": None,
|
| 1851 |
"remote_testing": true,
|
| 1852 |
"adaptive": false
|
| 1853 |
},
|
|
|
|
| 1874 |
"Skills",
|
| 1875 |
"Technical"
|
| 1876 |
],
|
| 1877 |
+
"duration_minutes": None,
|
| 1878 |
"remote_testing": true,
|
| 1879 |
"adaptive": false
|
| 1880 |
},
|
|
|
|
| 1901 |
"Skills",
|
| 1902 |
"Technical"
|
| 1903 |
],
|
| 1904 |
+
"duration_minutes": None,
|
| 1905 |
"remote_testing": true,
|
| 1906 |
"adaptive": false
|
| 1907 |
},
|
|
|
|
| 1928 |
"Skills",
|
| 1929 |
"Technical"
|
| 1930 |
],
|
| 1931 |
+
"duration_minutes": None,
|
| 1932 |
"remote_testing": true,
|
| 1933 |
"adaptive": false
|
| 1934 |
},
|
|
|
|
| 1956 |
"Skills",
|
| 1957 |
"Technical"
|
| 1958 |
],
|
| 1959 |
+
"duration_minutes": None,
|
| 1960 |
"remote_testing": true,
|
| 1961 |
"adaptive": false
|
| 1962 |
},
|
|
|
|
| 1983 |
"Skills",
|
| 1984 |
"Technical"
|
| 1985 |
],
|
| 1986 |
+
"duration_minutes": None,
|
| 1987 |
"remote_testing": true,
|
| 1988 |
"adaptive": false
|
| 1989 |
},
|
|
|
|
| 2010 |
"Skills",
|
| 2011 |
"Technical"
|
| 2012 |
],
|
| 2013 |
+
"duration_minutes": None,
|
| 2014 |
"remote_testing": true,
|
| 2015 |
"adaptive": false
|
| 2016 |
},
|
|
|
|
| 2037 |
"Skills",
|
| 2038 |
"Technical"
|
| 2039 |
],
|
| 2040 |
+
"duration_minutes": None,
|
| 2041 |
"remote_testing": true,
|
| 2042 |
"adaptive": false
|
| 2043 |
},
|
|
|
|
| 2065 |
"Skills",
|
| 2066 |
"Technical"
|
| 2067 |
],
|
| 2068 |
+
"duration_minutes": None,
|
| 2069 |
"remote_testing": true,
|
| 2070 |
"adaptive": false
|
| 2071 |
},
|
|
|
|
| 2092 |
"Skills",
|
| 2093 |
"Technical"
|
| 2094 |
],
|
| 2095 |
+
"duration_minutes": None,
|
| 2096 |
"remote_testing": true,
|
| 2097 |
"adaptive": false
|
| 2098 |
},
|
|
|
|
| 2119 |
"Skills",
|
| 2120 |
"Technical"
|
| 2121 |
],
|
| 2122 |
+
"duration_minutes": None,
|
| 2123 |
"remote_testing": true,
|
| 2124 |
"adaptive": false
|
| 2125 |
},
|
|
|
|
| 2147 |
"Skills",
|
| 2148 |
"Technical"
|
| 2149 |
],
|
| 2150 |
+
"duration_minutes": None,
|
| 2151 |
"remote_testing": true,
|
| 2152 |
"adaptive": false
|
| 2153 |
},
|
|
|
|
| 2175 |
"Skills",
|
| 2176 |
"Technical"
|
| 2177 |
],
|
| 2178 |
+
"duration_minutes": None,
|
| 2179 |
"remote_testing": true,
|
| 2180 |
"adaptive": false
|
| 2181 |
},
|
|
|
|
| 2202 |
"Skills",
|
| 2203 |
"Technical"
|
| 2204 |
],
|
| 2205 |
+
"duration_minutes": None,
|
| 2206 |
"remote_testing": true,
|
| 2207 |
"adaptive": false
|
| 2208 |
},
|
|
|
|
| 2230 |
"Skills",
|
| 2231 |
"Technical"
|
| 2232 |
],
|
| 2233 |
+
"duration_minutes": None,
|
| 2234 |
"remote_testing": true,
|
| 2235 |
"adaptive": false
|
| 2236 |
},
|
|
|
|
| 2258 |
"Skills",
|
| 2259 |
"Technical"
|
| 2260 |
],
|
| 2261 |
+
"duration_minutes": None,
|
| 2262 |
"remote_testing": true,
|
| 2263 |
"adaptive": false
|
| 2264 |
},
|
|
|
|
| 2286 |
"Skills",
|
| 2287 |
"Technical"
|
| 2288 |
],
|
| 2289 |
+
"duration_minutes": None,
|
| 2290 |
"remote_testing": true,
|
| 2291 |
"adaptive": false
|
| 2292 |
},
|
|
|
|
| 2314 |
"Skills",
|
| 2315 |
"Technical"
|
| 2316 |
],
|
| 2317 |
+
"duration_minutes": None,
|
| 2318 |
"remote_testing": true,
|
| 2319 |
"adaptive": false
|
| 2320 |
},
|
|
|
|
| 2342 |
"Skills",
|
| 2343 |
"Technical"
|
| 2344 |
],
|
| 2345 |
+
"duration_minutes": None,
|
| 2346 |
"remote_testing": true,
|
| 2347 |
"adaptive": false
|
| 2348 |
},
|
|
|
|
| 2370 |
"Skills",
|
| 2371 |
"Technical"
|
| 2372 |
],
|
| 2373 |
+
"duration_minutes": None,
|
| 2374 |
"remote_testing": true,
|
| 2375 |
"adaptive": false
|
| 2376 |
},
|
|
|
|
| 2398 |
"Skills",
|
| 2399 |
"Technical"
|
| 2400 |
],
|
| 2401 |
+
"duration_minutes": None,
|
| 2402 |
"remote_testing": true,
|
| 2403 |
"adaptive": false
|
| 2404 |
},
|
|
|
|
| 2426 |
"Skills",
|
| 2427 |
"Technical"
|
| 2428 |
],
|
| 2429 |
+
"duration_minutes": None,
|
| 2430 |
"remote_testing": true,
|
| 2431 |
"adaptive": false
|
| 2432 |
},
|
|
|
|
| 2453 |
"Skills",
|
| 2454 |
"Technical"
|
| 2455 |
],
|
| 2456 |
+
"duration_minutes": None,
|
| 2457 |
"remote_testing": true,
|
| 2458 |
"adaptive": false
|
| 2459 |
},
|
|
|
|
| 2480 |
"Skills",
|
| 2481 |
"Technical"
|
| 2482 |
],
|
| 2483 |
+
"duration_minutes": None,
|
| 2484 |
"remote_testing": true,
|
| 2485 |
"adaptive": false
|
| 2486 |
},
|
|
|
|
| 2508 |
"Skills",
|
| 2509 |
"Technical"
|
| 2510 |
],
|
| 2511 |
+
"duration_minutes": None,
|
| 2512 |
"remote_testing": true,
|
| 2513 |
"adaptive": false
|
| 2514 |
},
|
|
|
|
| 2535 |
"Skills",
|
| 2536 |
"Technical"
|
| 2537 |
],
|
| 2538 |
+
"duration_minutes": None,
|
| 2539 |
"remote_testing": true,
|
| 2540 |
"adaptive": false
|
| 2541 |
},
|
|
|
|
| 2562 |
"Skills",
|
| 2563 |
"Technical"
|
| 2564 |
],
|
| 2565 |
+
"duration_minutes": None,
|
| 2566 |
"remote_testing": true,
|
| 2567 |
"adaptive": false
|
| 2568 |
},
|
|
|
|
| 2590 |
"Skills",
|
| 2591 |
"Technical"
|
| 2592 |
],
|
| 2593 |
+
"duration_minutes": None,
|
| 2594 |
"remote_testing": true,
|
| 2595 |
"adaptive": false
|
| 2596 |
},
|
|
|
|
| 2619 |
"Skills",
|
| 2620 |
"Technical"
|
| 2621 |
],
|
| 2622 |
+
"duration_minutes": None,
|
| 2623 |
"remote_testing": true,
|
| 2624 |
"adaptive": false
|
| 2625 |
},
|
|
|
|
| 2648 |
"Skills",
|
| 2649 |
"Technical"
|
| 2650 |
],
|
| 2651 |
+
"duration_minutes": None,
|
| 2652 |
"remote_testing": true,
|
| 2653 |
"adaptive": false
|
| 2654 |
},
|
|
|
|
| 2675 |
"Skills",
|
| 2676 |
"Technical"
|
| 2677 |
],
|
| 2678 |
+
"duration_minutes": None,
|
| 2679 |
"remote_testing": true,
|
| 2680 |
"adaptive": false
|
| 2681 |
},
|
|
|
|
| 2702 |
"Skills",
|
| 2703 |
"Technical"
|
| 2704 |
],
|
| 2705 |
+
"duration_minutes": None,
|
| 2706 |
"remote_testing": true,
|
| 2707 |
"adaptive": false
|
| 2708 |
},
|
|
|
|
| 2729 |
"Skills",
|
| 2730 |
"Technical"
|
| 2731 |
],
|
| 2732 |
+
"duration_minutes": None,
|
| 2733 |
"remote_testing": true,
|
| 2734 |
"adaptive": false
|
| 2735 |
},
|
|
|
|
| 2756 |
"Skills",
|
| 2757 |
"Technical"
|
| 2758 |
],
|
| 2759 |
+
"duration_minutes": None,
|
| 2760 |
"remote_testing": true,
|
| 2761 |
"adaptive": false
|
| 2762 |
},
|
|
|
|
| 2783 |
"Skills",
|
| 2784 |
"Technical"
|
| 2785 |
],
|
| 2786 |
+
"duration_minutes": None,
|
| 2787 |
"remote_testing": true,
|
| 2788 |
"adaptive": false
|
| 2789 |
},
|
|
|
|
| 2810 |
"Skills",
|
| 2811 |
"Technical"
|
| 2812 |
],
|
| 2813 |
+
"duration_minutes": None,
|
| 2814 |
"remote_testing": true,
|
| 2815 |
"adaptive": false
|
| 2816 |
},
|
|
|
|
| 2837 |
"Skills",
|
| 2838 |
"Technical"
|
| 2839 |
],
|
| 2840 |
+
"duration_minutes": None,
|
| 2841 |
"remote_testing": true,
|
| 2842 |
"adaptive": false
|
| 2843 |
},
|
|
|
|
| 2864 |
"Skills",
|
| 2865 |
"Technical"
|
| 2866 |
],
|
| 2867 |
+
"duration_minutes": None,
|
| 2868 |
"remote_testing": true,
|
| 2869 |
"adaptive": false
|
| 2870 |
},
|
|
|
|
| 2891 |
"Skills",
|
| 2892 |
"Technical"
|
| 2893 |
],
|
| 2894 |
+
"duration_minutes": None,
|
| 2895 |
"remote_testing": true,
|
| 2896 |
"adaptive": false
|
| 2897 |
},
|
|
|
|
| 2918 |
"Skills",
|
| 2919 |
"Technical"
|
| 2920 |
],
|
| 2921 |
+
"duration_minutes": None,
|
| 2922 |
"remote_testing": true,
|
| 2923 |
"adaptive": false
|
| 2924 |
},
|
|
|
|
| 2945 |
"Skills",
|
| 2946 |
"Technical"
|
| 2947 |
],
|
| 2948 |
+
"duration_minutes": None,
|
| 2949 |
"remote_testing": true,
|
| 2950 |
"adaptive": false
|
| 2951 |
},
|
|
|
|
| 2973 |
"Skills",
|
| 2974 |
"Technical"
|
| 2975 |
],
|
| 2976 |
+
"duration_minutes": None,
|
| 2977 |
"remote_testing": true,
|
| 2978 |
"adaptive": false
|
| 2979 |
},
|
|
|
|
| 3000 |
"Skills",
|
| 3001 |
"Technical"
|
| 3002 |
],
|
| 3003 |
+
"duration_minutes": None,
|
| 3004 |
"remote_testing": true,
|
| 3005 |
"adaptive": false
|
| 3006 |
},
|
|
|
|
| 3029 |
"Skills",
|
| 3030 |
"Technical"
|
| 3031 |
],
|
| 3032 |
+
"duration_minutes": None,
|
| 3033 |
"remote_testing": true,
|
| 3034 |
"adaptive": false
|
| 3035 |
},
|
|
|
|
| 3058 |
"Skills",
|
| 3059 |
"Technical"
|
| 3060 |
],
|
| 3061 |
+
"duration_minutes": None,
|
| 3062 |
"remote_testing": true,
|
| 3063 |
"adaptive": false
|
| 3064 |
},
|
|
|
|
| 3086 |
"Skills",
|
| 3087 |
"Technical"
|
| 3088 |
],
|
| 3089 |
+
"duration_minutes": None,
|
| 3090 |
"remote_testing": true,
|
| 3091 |
"adaptive": false
|
| 3092 |
},
|
|
|
|
| 3114 |
"Skills",
|
| 3115 |
"Technical"
|
| 3116 |
],
|
| 3117 |
+
"duration_minutes": None,
|
| 3118 |
"remote_testing": true,
|
| 3119 |
"adaptive": false
|
| 3120 |
},
|
|
|
|
| 3142 |
"Skills",
|
| 3143 |
"Technical"
|
| 3144 |
],
|
| 3145 |
+
"duration_minutes": None,
|
| 3146 |
"remote_testing": true,
|
| 3147 |
"adaptive": false
|
| 3148 |
},
|
|
|
|
| 3170 |
"Skills",
|
| 3171 |
"Technical"
|
| 3172 |
],
|
| 3173 |
+
"duration_minutes": None,
|
| 3174 |
"remote_testing": true,
|
| 3175 |
"adaptive": false
|
| 3176 |
},
|
|
|
|
| 3198 |
"Skills",
|
| 3199 |
"Technical"
|
| 3200 |
],
|
| 3201 |
+
"duration_minutes": None,
|
| 3202 |
"remote_testing": true,
|
| 3203 |
"adaptive": false
|
| 3204 |
},
|
|
|
|
| 3226 |
"Skills",
|
| 3227 |
"Technical"
|
| 3228 |
],
|
| 3229 |
+
"duration_minutes": None,
|
| 3230 |
"remote_testing": true,
|
| 3231 |
"adaptive": false
|
| 3232 |
},
|
|
|
|
| 3253 |
"Skills",
|
| 3254 |
"Technical"
|
| 3255 |
],
|
| 3256 |
+
"duration_minutes": None,
|
| 3257 |
"remote_testing": true,
|
| 3258 |
"adaptive": false
|
| 3259 |
},
|
|
|
|
| 3282 |
"Skills",
|
| 3283 |
"Technical"
|
| 3284 |
],
|
| 3285 |
+
"duration_minutes": None,
|
| 3286 |
"remote_testing": true,
|
| 3287 |
"adaptive": false
|
| 3288 |
},
|
|
|
|
| 3311 |
"Skills",
|
| 3312 |
"Technical"
|
| 3313 |
],
|
| 3314 |
+
"duration_minutes": None,
|
| 3315 |
"remote_testing": true,
|
| 3316 |
"adaptive": false
|
| 3317 |
},
|
|
|
|
| 3340 |
"Skills",
|
| 3341 |
"Technical"
|
| 3342 |
],
|
| 3343 |
+
"duration_minutes": None,
|
| 3344 |
"remote_testing": true,
|
| 3345 |
"adaptive": false
|
| 3346 |
},
|
|
|
|
| 3367 |
"Skills",
|
| 3368 |
"Technical"
|
| 3369 |
],
|
| 3370 |
+
"duration_minutes": None,
|
| 3371 |
"remote_testing": true,
|
| 3372 |
"adaptive": false
|
| 3373 |
},
|
|
|
|
| 3395 |
"Skills",
|
| 3396 |
"Technical"
|
| 3397 |
],
|
| 3398 |
+
"duration_minutes": None,
|
| 3399 |
"remote_testing": true,
|
| 3400 |
"adaptive": false
|
| 3401 |
},
|
|
|
|
| 3423 |
"Skills",
|
| 3424 |
"Technical"
|
| 3425 |
],
|
| 3426 |
+
"duration_minutes": None,
|
| 3427 |
"remote_testing": true,
|
| 3428 |
"adaptive": false
|
| 3429 |
},
|
|
|
|
| 3452 |
"Skills",
|
| 3453 |
"Technical"
|
| 3454 |
],
|
| 3455 |
+
"duration_minutes": None,
|
| 3456 |
"remote_testing": true,
|
| 3457 |
"adaptive": false
|
| 3458 |
},
|
|
|
|
| 3480 |
"Skills",
|
| 3481 |
"Technical"
|
| 3482 |
],
|
| 3483 |
+
"duration_minutes": None,
|
| 3484 |
"remote_testing": true,
|
| 3485 |
"adaptive": false
|
| 3486 |
},
|
|
|
|
| 3507 |
"Skills",
|
| 3508 |
"Technical"
|
| 3509 |
],
|
| 3510 |
+
"duration_minutes": None,
|
| 3511 |
"remote_testing": true,
|
| 3512 |
"adaptive": false
|
| 3513 |
},
|
|
|
|
| 3535 |
"Skills",
|
| 3536 |
"Technical"
|
| 3537 |
],
|
| 3538 |
+
"duration_minutes": None,
|
| 3539 |
"remote_testing": true,
|
| 3540 |
"adaptive": false
|
| 3541 |
},
|
|
|
|
| 3563 |
"Skills",
|
| 3564 |
"Technical"
|
| 3565 |
],
|
| 3566 |
+
"duration_minutes": None,
|
| 3567 |
"remote_testing": true,
|
| 3568 |
"adaptive": false
|
| 3569 |
},
|
|
|
|
| 3591 |
"Skills",
|
| 3592 |
"Technical"
|
| 3593 |
],
|
| 3594 |
+
"duration_minutes": None,
|
| 3595 |
"remote_testing": true,
|
| 3596 |
"adaptive": false
|
| 3597 |
},
|
|
|
|
| 3618 |
"Skills",
|
| 3619 |
"Technical"
|
| 3620 |
],
|
| 3621 |
+
"duration_minutes": None,
|
| 3622 |
"remote_testing": true,
|
| 3623 |
"adaptive": false
|
| 3624 |
},
|
|
|
|
| 3646 |
"Skills",
|
| 3647 |
"Technical"
|
| 3648 |
],
|
| 3649 |
+
"duration_minutes": None,
|
| 3650 |
"remote_testing": true,
|
| 3651 |
"adaptive": false
|
| 3652 |
},
|
|
|
|
| 3673 |
"Skills",
|
| 3674 |
"Technical"
|
| 3675 |
],
|
| 3676 |
+
"duration_minutes": None,
|
| 3677 |
"remote_testing": true,
|
| 3678 |
"adaptive": false
|
| 3679 |
},
|
|
|
|
| 3700 |
"Skills",
|
| 3701 |
"Technical"
|
| 3702 |
],
|
| 3703 |
+
"duration_minutes": None,
|
| 3704 |
"remote_testing": true,
|
| 3705 |
"adaptive": false
|
| 3706 |
},
|
|
|
|
| 3727 |
"Skills",
|
| 3728 |
"Technical"
|
| 3729 |
],
|
| 3730 |
+
"duration_minutes": None,
|
| 3731 |
"remote_testing": true,
|
| 3732 |
"adaptive": false
|
| 3733 |
},
|
|
|
|
| 3756 |
"Skills",
|
| 3757 |
"Technical"
|
| 3758 |
],
|
| 3759 |
+
"duration_minutes": None,
|
| 3760 |
"remote_testing": true,
|
| 3761 |
"adaptive": false
|
| 3762 |
},
|
|
|
|
| 3783 |
"Skills",
|
| 3784 |
"Technical"
|
| 3785 |
],
|
| 3786 |
+
"duration_minutes": None,
|
| 3787 |
"remote_testing": true,
|
| 3788 |
"adaptive": false
|
| 3789 |
},
|
|
|
|
| 3810 |
"Skills",
|
| 3811 |
"Technical"
|
| 3812 |
],
|
| 3813 |
+
"duration_minutes": None,
|
| 3814 |
"remote_testing": true,
|
| 3815 |
"adaptive": false
|
| 3816 |
},
|
|
|
|
| 3837 |
"Skills",
|
| 3838 |
"Technical"
|
| 3839 |
],
|
| 3840 |
+
"duration_minutes": None,
|
| 3841 |
"remote_testing": true,
|
| 3842 |
"adaptive": false
|
| 3843 |
},
|
|
|
|
| 3864 |
"Skills",
|
| 3865 |
"Technical"
|
| 3866 |
],
|
| 3867 |
+
"duration_minutes": None,
|
| 3868 |
"remote_testing": true,
|
| 3869 |
"adaptive": false
|
| 3870 |
},
|
|
|
|
| 3891 |
"Skills",
|
| 3892 |
"Technical"
|
| 3893 |
],
|
| 3894 |
+
"duration_minutes": None,
|
| 3895 |
"remote_testing": true,
|
| 3896 |
"adaptive": false
|
| 3897 |
},
|
|
|
|
| 3918 |
"Skills",
|
| 3919 |
"Technical"
|
| 3920 |
],
|
| 3921 |
+
"duration_minutes": None,
|
| 3922 |
"remote_testing": true,
|
| 3923 |
"adaptive": false
|
| 3924 |
},
|
|
|
|
| 3945 |
"Skills",
|
| 3946 |
"Technical"
|
| 3947 |
],
|
| 3948 |
+
"duration_minutes": None,
|
| 3949 |
"remote_testing": true,
|
| 3950 |
"adaptive": false
|
| 3951 |
},
|
|
|
|
| 3972 |
"Skills",
|
| 3973 |
"Technical"
|
| 3974 |
],
|
| 3975 |
+
"duration_minutes": None,
|
| 3976 |
"remote_testing": true,
|
| 3977 |
"adaptive": false
|
| 3978 |
},
|
|
|
|
| 3999 |
"Skills",
|
| 4000 |
"Technical"
|
| 4001 |
],
|
| 4002 |
+
"duration_minutes": None,
|
| 4003 |
"remote_testing": true,
|
| 4004 |
"adaptive": false
|
| 4005 |
},
|
|
|
|
| 4026 |
"Skills",
|
| 4027 |
"Technical"
|
| 4028 |
],
|
| 4029 |
+
"duration_minutes": None,
|
| 4030 |
"remote_testing": true,
|
| 4031 |
"adaptive": false
|
| 4032 |
},
|
|
|
|
| 4053 |
"Skills",
|
| 4054 |
"Technical"
|
| 4055 |
],
|
| 4056 |
+
"duration_minutes": None,
|
| 4057 |
"remote_testing": true,
|
| 4058 |
"adaptive": false
|
| 4059 |
},
|
|
|
|
| 4082 |
"Skills",
|
| 4083 |
"Technical"
|
| 4084 |
],
|
| 4085 |
+
"duration_minutes": None,
|
| 4086 |
"remote_testing": true,
|
| 4087 |
"adaptive": false
|
| 4088 |
},
|
|
|
|
| 4109 |
"Skills",
|
| 4110 |
"Technical"
|
| 4111 |
],
|
| 4112 |
+
"duration_minutes": None,
|
| 4113 |
"remote_testing": true,
|
| 4114 |
"adaptive": false
|
| 4115 |
},
|
|
|
|
| 4136 |
"Skills",
|
| 4137 |
"Technical"
|
| 4138 |
],
|
| 4139 |
+
"duration_minutes": None,
|
| 4140 |
"remote_testing": true,
|
| 4141 |
"adaptive": false
|
| 4142 |
},
|
|
|
|
| 4164 |
"Skills",
|
| 4165 |
"Technical"
|
| 4166 |
],
|
| 4167 |
+
"duration_minutes": None,
|
| 4168 |
"remote_testing": true,
|
| 4169 |
"adaptive": false
|
| 4170 |
},
|
|
|
|
| 4192 |
"Skills",
|
| 4193 |
"Technical"
|
| 4194 |
],
|
| 4195 |
+
"duration_minutes": None,
|
| 4196 |
"remote_testing": true,
|
| 4197 |
"adaptive": false
|
| 4198 |
},
|
|
|
|
| 4219 |
"Skills",
|
| 4220 |
"Technical"
|
| 4221 |
],
|
| 4222 |
+
"duration_minutes": None,
|
| 4223 |
"remote_testing": true,
|
| 4224 |
"adaptive": false
|
| 4225 |
},
|
|
|
|
| 4246 |
"Skills",
|
| 4247 |
"Technical"
|
| 4248 |
],
|
| 4249 |
+
"duration_minutes": None,
|
| 4250 |
"remote_testing": true,
|
| 4251 |
"adaptive": false
|
| 4252 |
},
|
|
|
|
| 4273 |
"Skills",
|
| 4274 |
"Technical"
|
| 4275 |
],
|
| 4276 |
+
"duration_minutes": None,
|
| 4277 |
"remote_testing": true,
|
| 4278 |
"adaptive": false
|
| 4279 |
},
|
|
|
|
| 4300 |
"Skills",
|
| 4301 |
"Technical"
|
| 4302 |
],
|
| 4303 |
+
"duration_minutes": None,
|
| 4304 |
"remote_testing": true,
|
| 4305 |
"adaptive": false
|
| 4306 |
},
|
|
|
|
| 4327 |
"Skills",
|
| 4328 |
"Technical"
|
| 4329 |
],
|
| 4330 |
+
"duration_minutes": None,
|
| 4331 |
"remote_testing": true,
|
| 4332 |
"adaptive": false
|
| 4333 |
},
|
|
|
|
| 4355 |
"Skills",
|
| 4356 |
"Technical"
|
| 4357 |
],
|
| 4358 |
+
"duration_minutes": None,
|
| 4359 |
"remote_testing": true,
|
| 4360 |
"adaptive": true
|
| 4361 |
},
|
|
|
|
| 4382 |
"Skills",
|
| 4383 |
"Technical"
|
| 4384 |
],
|
| 4385 |
+
"duration_minutes": None,
|
| 4386 |
"remote_testing": true,
|
| 4387 |
"adaptive": false
|
| 4388 |
},
|
|
|
|
| 4409 |
"Skills",
|
| 4410 |
"Technical"
|
| 4411 |
],
|
| 4412 |
+
"duration_minutes": None,
|
| 4413 |
"remote_testing": true,
|
| 4414 |
"adaptive": false
|
| 4415 |
},
|
|
|
|
| 4437 |
"Skills",
|
| 4438 |
"Technical"
|
| 4439 |
],
|
| 4440 |
+
"duration_minutes": None,
|
| 4441 |
"remote_testing": true,
|
| 4442 |
"adaptive": false
|
| 4443 |
},
|
|
|
|
| 4465 |
"Skills",
|
| 4466 |
"Technical"
|
| 4467 |
],
|
| 4468 |
+
"duration_minutes": None,
|
| 4469 |
"remote_testing": true,
|
| 4470 |
"adaptive": false
|
| 4471 |
},
|
|
|
|
| 4492 |
"Skills",
|
| 4493 |
"Technical"
|
| 4494 |
],
|
| 4495 |
+
"duration_minutes": None,
|
| 4496 |
"remote_testing": true,
|
| 4497 |
"adaptive": false
|
| 4498 |
},
|
|
|
|
| 4519 |
"Skills",
|
| 4520 |
"Technical"
|
| 4521 |
],
|
| 4522 |
+
"duration_minutes": None,
|
| 4523 |
"remote_testing": true,
|
| 4524 |
"adaptive": false
|
| 4525 |
},
|
|
|
|
| 4546 |
"Skills",
|
| 4547 |
"Technical"
|
| 4548 |
],
|
| 4549 |
+
"duration_minutes": None,
|
| 4550 |
"remote_testing": true,
|
| 4551 |
"adaptive": false
|
| 4552 |
},
|
|
|
|
| 4573 |
"Skills",
|
| 4574 |
"Technical"
|
| 4575 |
],
|
| 4576 |
+
"duration_minutes": None,
|
| 4577 |
"remote_testing": true,
|
| 4578 |
"adaptive": false
|
| 4579 |
},
|
|
|
|
| 4600 |
"Skills",
|
| 4601 |
"Technical"
|
| 4602 |
],
|
| 4603 |
+
"duration_minutes": None,
|
| 4604 |
"remote_testing": true,
|
| 4605 |
"adaptive": false
|
| 4606 |
},
|
|
|
|
| 4627 |
"Skills",
|
| 4628 |
"Technical"
|
| 4629 |
],
|
| 4630 |
+
"duration_minutes": None,
|
| 4631 |
"remote_testing": true,
|
| 4632 |
"adaptive": false
|
| 4633 |
},
|
|
|
|
| 4654 |
"Skills",
|
| 4655 |
"Technical"
|
| 4656 |
],
|
| 4657 |
+
"duration_minutes": None,
|
| 4658 |
"remote_testing": true,
|
| 4659 |
"adaptive": false
|
| 4660 |
},
|
|
|
|
| 4681 |
"Skills",
|
| 4682 |
"Technical"
|
| 4683 |
],
|
| 4684 |
+
"duration_minutes": None,
|
| 4685 |
"remote_testing": true,
|
| 4686 |
"adaptive": false
|
| 4687 |
},
|
|
|
|
| 4708 |
"Skills",
|
| 4709 |
"Technical"
|
| 4710 |
],
|
| 4711 |
+
"duration_minutes": None,
|
| 4712 |
"remote_testing": true,
|
| 4713 |
"adaptive": false
|
| 4714 |
},
|
|
|
|
| 4735 |
"Skills",
|
| 4736 |
"Technical"
|
| 4737 |
],
|
| 4738 |
+
"duration_minutes": None,
|
| 4739 |
"remote_testing": true,
|
| 4740 |
"adaptive": false
|
| 4741 |
},
|
|
|
|
| 4762 |
"Skills",
|
| 4763 |
"Technical"
|
| 4764 |
],
|
| 4765 |
+
"duration_minutes": None,
|
| 4766 |
"remote_testing": true,
|
| 4767 |
"adaptive": false
|
| 4768 |
},
|
|
|
|
| 4790 |
"Skills",
|
| 4791 |
"Technical"
|
| 4792 |
],
|
| 4793 |
+
"duration_minutes": None,
|
| 4794 |
"remote_testing": true,
|
| 4795 |
"adaptive": false
|
| 4796 |
},
|
|
|
|
| 4817 |
"Skills",
|
| 4818 |
"Technical"
|
| 4819 |
],
|
| 4820 |
+
"duration_minutes": None,
|
| 4821 |
"remote_testing": true,
|
| 4822 |
"adaptive": false
|
| 4823 |
},
|
|
|
|
| 4844 |
"Skills",
|
| 4845 |
"Technical"
|
| 4846 |
],
|
| 4847 |
+
"duration_minutes": None,
|
| 4848 |
"remote_testing": true,
|
| 4849 |
"adaptive": false
|
| 4850 |
},
|
|
|
|
| 4871 |
"Skills",
|
| 4872 |
"Technical"
|
| 4873 |
],
|
| 4874 |
+
"duration_minutes": None,
|
| 4875 |
"remote_testing": true,
|
| 4876 |
"adaptive": false
|
| 4877 |
},
|
|
|
|
| 4898 |
"Skills",
|
| 4899 |
"Technical"
|
| 4900 |
],
|
| 4901 |
+
"duration_minutes": None,
|
| 4902 |
"remote_testing": true,
|
| 4903 |
"adaptive": false
|
| 4904 |
},
|
|
|
|
| 4925 |
"Skills",
|
| 4926 |
"Technical"
|
| 4927 |
],
|
| 4928 |
+
"duration_minutes": None,
|
| 4929 |
"remote_testing": true,
|
| 4930 |
"adaptive": false
|
| 4931 |
},
|
|
|
|
| 4952 |
"Skills",
|
| 4953 |
"Technical"
|
| 4954 |
],
|
| 4955 |
+
"duration_minutes": None,
|
| 4956 |
"remote_testing": true,
|
| 4957 |
"adaptive": false
|
| 4958 |
},
|
|
|
|
| 4979 |
"Skills",
|
| 4980 |
"Technical"
|
| 4981 |
],
|
| 4982 |
+
"duration_minutes": None,
|
| 4983 |
"remote_testing": true,
|
| 4984 |
"adaptive": false
|
| 4985 |
},
|
|
|
|
| 5007 |
"Skills",
|
| 5008 |
"Technical"
|
| 5009 |
],
|
| 5010 |
+
"duration_minutes": None,
|
| 5011 |
"remote_testing": true,
|
| 5012 |
"adaptive": true
|
| 5013 |
},
|
|
|
|
| 5035 |
"Skills",
|
| 5036 |
"Technical"
|
| 5037 |
],
|
| 5038 |
+
"duration_minutes": None,
|
| 5039 |
"remote_testing": true,
|
| 5040 |
"adaptive": true
|
| 5041 |
},
|
|
|
|
| 5063 |
"Skills",
|
| 5064 |
"Technical"
|
| 5065 |
],
|
| 5066 |
+
"duration_minutes": None,
|
| 5067 |
"remote_testing": true,
|
| 5068 |
"adaptive": true
|
| 5069 |
},
|
|
|
|
| 5091 |
"Skills",
|
| 5092 |
"Technical"
|
| 5093 |
],
|
| 5094 |
+
"duration_minutes": None,
|
| 5095 |
"remote_testing": true,
|
| 5096 |
"adaptive": true
|
| 5097 |
},
|
|
|
|
| 5119 |
"Skills",
|
| 5120 |
"Technical"
|
| 5121 |
],
|
| 5122 |
+
"duration_minutes": None,
|
| 5123 |
"remote_testing": true,
|
| 5124 |
"adaptive": true
|
| 5125 |
},
|
|
|
|
| 5147 |
"Skills",
|
| 5148 |
"Technical"
|
| 5149 |
],
|
| 5150 |
+
"duration_minutes": None,
|
| 5151 |
"remote_testing": true,
|
| 5152 |
"adaptive": false
|
| 5153 |
},
|
|
|
|
| 5174 |
"Skills",
|
| 5175 |
"Technical"
|
| 5176 |
],
|
| 5177 |
+
"duration_minutes": None,
|
| 5178 |
"remote_testing": true,
|
| 5179 |
"adaptive": false
|
| 5180 |
},
|
|
|
|
| 5201 |
"Skills",
|
| 5202 |
"Technical"
|
| 5203 |
],
|
| 5204 |
+
"duration_minutes": None,
|
| 5205 |
"remote_testing": true,
|
| 5206 |
"adaptive": false
|
| 5207 |
},
|
|
|
|
| 5228 |
"Skills",
|
| 5229 |
"Technical"
|
| 5230 |
],
|
| 5231 |
+
"duration_minutes": None,
|
| 5232 |
"remote_testing": true,
|
| 5233 |
"adaptive": false
|
| 5234 |
},
|
|
|
|
| 5255 |
"Skills",
|
| 5256 |
"Technical"
|
| 5257 |
],
|
| 5258 |
+
"duration_minutes": None,
|
| 5259 |
"remote_testing": true,
|
| 5260 |
"adaptive": false
|
| 5261 |
},
|
|
|
|
| 5283 |
"Skills",
|
| 5284 |
"Technical"
|
| 5285 |
],
|
| 5286 |
+
"duration_minutes": None,
|
| 5287 |
"remote_testing": true,
|
| 5288 |
"adaptive": false
|
| 5289 |
},
|
|
|
|
| 5310 |
"Skills",
|
| 5311 |
"Technical"
|
| 5312 |
],
|
| 5313 |
+
"duration_minutes": None,
|
| 5314 |
"remote_testing": true,
|
| 5315 |
"adaptive": false
|
| 5316 |
},
|
|
|
|
| 5337 |
"Skills",
|
| 5338 |
"Technical"
|
| 5339 |
],
|
| 5340 |
+
"duration_minutes": None,
|
| 5341 |
"remote_testing": true,
|
| 5342 |
"adaptive": false
|
| 5343 |
},
|
|
|
|
| 5364 |
"Skills",
|
| 5365 |
"Technical"
|
| 5366 |
],
|
| 5367 |
+
"duration_minutes": None,
|
| 5368 |
"remote_testing": true,
|
| 5369 |
"adaptive": false
|
| 5370 |
},
|
|
|
|
| 5391 |
"Skills",
|
| 5392 |
"Technical"
|
| 5393 |
],
|
| 5394 |
+
"duration_minutes": None,
|
| 5395 |
"remote_testing": true,
|
| 5396 |
"adaptive": false
|
| 5397 |
},
|
|
|
|
| 5418 |
"Skills",
|
| 5419 |
"Technical"
|
| 5420 |
],
|
| 5421 |
+
"duration_minutes": None,
|
| 5422 |
"remote_testing": true,
|
| 5423 |
"adaptive": false
|
| 5424 |
},
|
|
|
|
| 5445 |
"Skills",
|
| 5446 |
"Technical"
|
| 5447 |
],
|
| 5448 |
+
"duration_minutes": None,
|
| 5449 |
"remote_testing": true,
|
| 5450 |
"adaptive": false
|
| 5451 |
},
|
|
|
|
| 5472 |
"Skills",
|
| 5473 |
"Technical"
|
| 5474 |
],
|
| 5475 |
+
"duration_minutes": None,
|
| 5476 |
"remote_testing": true,
|
| 5477 |
"adaptive": false
|
| 5478 |
},
|
|
|
|
| 5500 |
"Skills",
|
| 5501 |
"Technical"
|
| 5502 |
],
|
| 5503 |
+
"duration_minutes": None,
|
| 5504 |
"remote_testing": true,
|
| 5505 |
"adaptive": false
|
| 5506 |
},
|
|
|
|
| 5528 |
"Skills",
|
| 5529 |
"Technical"
|
| 5530 |
],
|
| 5531 |
+
"duration_minutes": None,
|
| 5532 |
"remote_testing": true,
|
| 5533 |
"adaptive": false
|
| 5534 |
},
|
|
|
|
| 5555 |
"Skills",
|
| 5556 |
"Technical"
|
| 5557 |
],
|
| 5558 |
+
"duration_minutes": None,
|
| 5559 |
"remote_testing": true,
|
| 5560 |
"adaptive": true
|
| 5561 |
},
|
|
|
|
| 5583 |
"Skills",
|
| 5584 |
"Technical"
|
| 5585 |
],
|
| 5586 |
+
"duration_minutes": None,
|
| 5587 |
"remote_testing": true,
|
| 5588 |
"adaptive": false
|
| 5589 |
},
|
|
|
|
| 5610 |
"Skills",
|
| 5611 |
"Technical"
|
| 5612 |
],
|
| 5613 |
+
"duration_minutes": None,
|
| 5614 |
"remote_testing": true,
|
| 5615 |
"adaptive": false
|
| 5616 |
},
|
|
|
|
| 5638 |
"Skills",
|
| 5639 |
"Technical"
|
| 5640 |
],
|
| 5641 |
+
"duration_minutes": None,
|
| 5642 |
"remote_testing": true,
|
| 5643 |
"adaptive": false
|
| 5644 |
},
|
|
|
|
| 5666 |
"Skills",
|
| 5667 |
"Technical"
|
| 5668 |
],
|
| 5669 |
+
"duration_minutes": None,
|
| 5670 |
"remote_testing": true,
|
| 5671 |
"adaptive": false
|
| 5672 |
},
|
|
|
|
| 5694 |
"Skills",
|
| 5695 |
"Technical"
|
| 5696 |
],
|
| 5697 |
+
"duration_minutes": None,
|
| 5698 |
"remote_testing": true,
|
| 5699 |
"adaptive": false
|
| 5700 |
},
|
|
|
|
| 5722 |
"Skills",
|
| 5723 |
"Technical"
|
| 5724 |
],
|
| 5725 |
+
"duration_minutes": None,
|
| 5726 |
"remote_testing": true,
|
| 5727 |
"adaptive": false
|
| 5728 |
},
|
|
|
|
| 5750 |
"Skills",
|
| 5751 |
"Technical"
|
| 5752 |
],
|
| 5753 |
+
"duration_minutes": None,
|
| 5754 |
"remote_testing": true,
|
| 5755 |
"adaptive": false
|
| 5756 |
},
|
|
|
|
| 5777 |
"Skills",
|
| 5778 |
"Technical"
|
| 5779 |
],
|
| 5780 |
+
"duration_minutes": None,
|
| 5781 |
"remote_testing": true,
|
| 5782 |
"adaptive": false
|
| 5783 |
},
|
|
|
|
| 5804 |
"Skills",
|
| 5805 |
"Technical"
|
| 5806 |
],
|
| 5807 |
+
"duration_minutes": None,
|
| 5808 |
"remote_testing": true,
|
| 5809 |
"adaptive": false
|
| 5810 |
},
|
|
|
|
| 5831 |
"Skills",
|
| 5832 |
"Technical"
|
| 5833 |
],
|
| 5834 |
+
"duration_minutes": None,
|
| 5835 |
"remote_testing": true,
|
| 5836 |
"adaptive": false
|
| 5837 |
},
|
|
|
|
| 5860 |
"Skills",
|
| 5861 |
"Technical"
|
| 5862 |
],
|
| 5863 |
+
"duration_minutes": None,
|
| 5864 |
"remote_testing": true,
|
| 5865 |
"adaptive": false
|
| 5866 |
},
|
|
|
|
| 5889 |
"Skills",
|
| 5890 |
"Technical"
|
| 5891 |
],
|
| 5892 |
+
"duration_minutes": None,
|
| 5893 |
"remote_testing": true,
|
| 5894 |
"adaptive": false
|
| 5895 |
},
|
|
|
|
| 5918 |
"Skills",
|
| 5919 |
"Technical"
|
| 5920 |
],
|
| 5921 |
+
"duration_minutes": None,
|
| 5922 |
"remote_testing": true,
|
| 5923 |
"adaptive": false
|
| 5924 |
},
|
|
|
|
| 5947 |
"Skills",
|
| 5948 |
"Technical"
|
| 5949 |
],
|
| 5950 |
+
"duration_minutes": None,
|
| 5951 |
"remote_testing": true,
|
| 5952 |
"adaptive": false
|
| 5953 |
},
|
|
|
|
| 5976 |
"Skills",
|
| 5977 |
"Technical"
|
| 5978 |
],
|
| 5979 |
+
"duration_minutes": None,
|
| 5980 |
"remote_testing": true,
|
| 5981 |
"adaptive": false
|
| 5982 |
},
|
|
|
|
| 6005 |
"Skills",
|
| 6006 |
"Technical"
|
| 6007 |
],
|
| 6008 |
+
"duration_minutes": None,
|
| 6009 |
"remote_testing": true,
|
| 6010 |
"adaptive": false
|
| 6011 |
},
|
|
|
|
| 6034 |
"Skills",
|
| 6035 |
"Technical"
|
| 6036 |
],
|
| 6037 |
+
"duration_minutes": None,
|
| 6038 |
"remote_testing": true,
|
| 6039 |
"adaptive": false
|
| 6040 |
},
|
|
|
|
| 6061 |
"Skills",
|
| 6062 |
"Technical"
|
| 6063 |
],
|
| 6064 |
+
"duration_minutes": None,
|
| 6065 |
"remote_testing": true,
|
| 6066 |
"adaptive": false
|
| 6067 |
},
|
|
|
|
| 6090 |
"Skills",
|
| 6091 |
"Technical"
|
| 6092 |
],
|
| 6093 |
+
"duration_minutes": None,
|
| 6094 |
"remote_testing": true,
|
| 6095 |
"adaptive": false
|
| 6096 |
},
|
|
|
|
| 6119 |
"Skills",
|
| 6120 |
"Technical"
|
| 6121 |
],
|
| 6122 |
+
"duration_minutes": None,
|
| 6123 |
"remote_testing": true,
|
| 6124 |
"adaptive": false
|
| 6125 |
},
|
|
|
|
| 6148 |
"Skills",
|
| 6149 |
"Technical"
|
| 6150 |
],
|
| 6151 |
+
"duration_minutes": None,
|
| 6152 |
"remote_testing": true,
|
| 6153 |
"adaptive": false
|
| 6154 |
},
|
|
|
|
| 6175 |
"Skills",
|
| 6176 |
"Technical"
|
| 6177 |
],
|
| 6178 |
+
"duration_minutes": None,
|
| 6179 |
"remote_testing": true,
|
| 6180 |
"adaptive": false
|
| 6181 |
},
|
|
|
|
| 6204 |
"Skills",
|
| 6205 |
"Technical"
|
| 6206 |
],
|
| 6207 |
+
"duration_minutes": None,
|
| 6208 |
"remote_testing": true,
|
| 6209 |
"adaptive": false
|
| 6210 |
},
|
|
|
|
| 6231 |
"Skills",
|
| 6232 |
"Technical"
|
| 6233 |
],
|
| 6234 |
+
"duration_minutes": None,
|
| 6235 |
"remote_testing": true,
|
| 6236 |
"adaptive": false
|
| 6237 |
},
|
|
|
|
| 6258 |
"Skills",
|
| 6259 |
"Technical"
|
| 6260 |
],
|
| 6261 |
+
"duration_minutes": None,
|
| 6262 |
"remote_testing": true,
|
| 6263 |
"adaptive": false
|
| 6264 |
},
|
|
|
|
| 6286 |
"Skills",
|
| 6287 |
"Technical"
|
| 6288 |
],
|
| 6289 |
+
"duration_minutes": None,
|
| 6290 |
"remote_testing": true,
|
| 6291 |
"adaptive": false
|
| 6292 |
},
|
|
|
|
| 6315 |
"Skills",
|
| 6316 |
"Technical"
|
| 6317 |
],
|
| 6318 |
+
"duration_minutes": None,
|
| 6319 |
"remote_testing": true,
|
| 6320 |
"adaptive": false
|
| 6321 |
},
|
|
|
|
| 6343 |
"Skills",
|
| 6344 |
"Technical"
|
| 6345 |
],
|
| 6346 |
+
"duration_minutes": None,
|
| 6347 |
"remote_testing": true,
|
| 6348 |
"adaptive": false
|
| 6349 |
},
|
|
|
|
| 6372 |
"Skills",
|
| 6373 |
"Technical"
|
| 6374 |
],
|
| 6375 |
+
"duration_minutes": None,
|
| 6376 |
"remote_testing": true,
|
| 6377 |
"adaptive": false
|
| 6378 |
},
|
|
|
|
| 6399 |
"Skills",
|
| 6400 |
"Technical"
|
| 6401 |
],
|
| 6402 |
+
"duration_minutes": None,
|
| 6403 |
"remote_testing": true,
|
| 6404 |
"adaptive": false
|
| 6405 |
},
|
|
|
|
| 6428 |
"Skills",
|
| 6429 |
"Technical"
|
| 6430 |
],
|
| 6431 |
+
"duration_minutes": None,
|
| 6432 |
"remote_testing": true,
|
| 6433 |
"adaptive": false
|
| 6434 |
},
|
|
|
|
| 6457 |
"Skills",
|
| 6458 |
"Technical"
|
| 6459 |
],
|
| 6460 |
+
"duration_minutes": None,
|
| 6461 |
"remote_testing": true,
|
| 6462 |
"adaptive": false
|
| 6463 |
},
|
|
|
|
| 6486 |
"Skills",
|
| 6487 |
"Technical"
|
| 6488 |
],
|
| 6489 |
+
"duration_minutes": None,
|
| 6490 |
"remote_testing": true,
|
| 6491 |
"adaptive": false
|
| 6492 |
},
|
|
|
|
| 6515 |
"Skills",
|
| 6516 |
"Technical"
|
| 6517 |
],
|
| 6518 |
+
"duration_minutes": None,
|
| 6519 |
"remote_testing": true,
|
| 6520 |
"adaptive": false
|
| 6521 |
},
|
|
|
|
| 6544 |
"Skills",
|
| 6545 |
"Technical"
|
| 6546 |
],
|
| 6547 |
+
"duration_minutes": None,
|
| 6548 |
"remote_testing": true,
|
| 6549 |
"adaptive": false
|
| 6550 |
},
|
|
|
|
| 6573 |
"Skills",
|
| 6574 |
"Technical"
|
| 6575 |
],
|
| 6576 |
+
"duration_minutes": None,
|
| 6577 |
"remote_testing": true,
|
| 6578 |
"adaptive": false
|
| 6579 |
},
|
|
|
|
| 6602 |
"Skills",
|
| 6603 |
"Technical"
|
| 6604 |
],
|
| 6605 |
+
"duration_minutes": None,
|
| 6606 |
"remote_testing": true,
|
| 6607 |
"adaptive": false
|
| 6608 |
},
|
|
|
|
| 6631 |
"Skills",
|
| 6632 |
"Technical"
|
| 6633 |
],
|
| 6634 |
+
"duration_minutes": None,
|
| 6635 |
"remote_testing": true,
|
| 6636 |
"adaptive": false
|
| 6637 |
},
|
|
|
|
| 6660 |
"Skills",
|
| 6661 |
"Technical"
|
| 6662 |
],
|
| 6663 |
+
"duration_minutes": None,
|
| 6664 |
"remote_testing": true,
|
| 6665 |
"adaptive": false
|
| 6666 |
},
|
|
|
|
| 6689 |
"Skills",
|
| 6690 |
"Technical"
|
| 6691 |
],
|
| 6692 |
+
"duration_minutes": None,
|
| 6693 |
"remote_testing": true,
|
| 6694 |
"adaptive": false
|
| 6695 |
},
|
|
|
|
| 6718 |
"Skills",
|
| 6719 |
"Technical"
|
| 6720 |
],
|
| 6721 |
+
"duration_minutes": None,
|
| 6722 |
"remote_testing": true,
|
| 6723 |
"adaptive": false
|
| 6724 |
},
|
|
|
|
| 6747 |
"Skills",
|
| 6748 |
"Technical"
|
| 6749 |
],
|
| 6750 |
+
"duration_minutes": None,
|
| 6751 |
"remote_testing": true,
|
| 6752 |
"adaptive": false
|
| 6753 |
},
|
|
|
|
| 6776 |
"Skills",
|
| 6777 |
"Technical"
|
| 6778 |
],
|
| 6779 |
+
"duration_minutes": None,
|
| 6780 |
"remote_testing": true,
|
| 6781 |
"adaptive": false
|
| 6782 |
},
|
|
|
|
| 6805 |
"Skills",
|
| 6806 |
"Technical"
|
| 6807 |
],
|
| 6808 |
+
"duration_minutes": None,
|
| 6809 |
"remote_testing": true,
|
| 6810 |
"adaptive": false
|
| 6811 |
},
|
|
|
|
| 6834 |
"Skills",
|
| 6835 |
"Technical"
|
| 6836 |
],
|
| 6837 |
+
"duration_minutes": None,
|
| 6838 |
"remote_testing": true,
|
| 6839 |
"adaptive": false
|
| 6840 |
},
|
|
|
|
| 6863 |
"Skills",
|
| 6864 |
"Technical"
|
| 6865 |
],
|
| 6866 |
+
"duration_minutes": None,
|
| 6867 |
"remote_testing": true,
|
| 6868 |
"adaptive": false
|
| 6869 |
},
|
|
|
|
| 6892 |
"Skills",
|
| 6893 |
"Technical"
|
| 6894 |
],
|
| 6895 |
+
"duration_minutes": None,
|
| 6896 |
"remote_testing": true,
|
| 6897 |
"adaptive": false
|
| 6898 |
},
|
|
|
|
| 6921 |
"Skills",
|
| 6922 |
"Technical"
|
| 6923 |
],
|
| 6924 |
+
"duration_minutes": None,
|
| 6925 |
"remote_testing": true,
|
| 6926 |
"adaptive": false
|
| 6927 |
},
|
|
|
|
| 6950 |
"Skills",
|
| 6951 |
"Technical"
|
| 6952 |
],
|
| 6953 |
+
"duration_minutes": None,
|
| 6954 |
"remote_testing": true,
|
| 6955 |
"adaptive": false
|
| 6956 |
},
|
|
|
|
| 6979 |
"Skills",
|
| 6980 |
"Technical"
|
| 6981 |
],
|
| 6982 |
+
"duration_minutes": None,
|
| 6983 |
"remote_testing": true,
|
| 6984 |
"adaptive": false
|
| 6985 |
},
|
|
|
|
| 7006 |
"Skills",
|
| 7007 |
"Technical"
|
| 7008 |
],
|
| 7009 |
+
"duration_minutes": None,
|
| 7010 |
"remote_testing": true,
|
| 7011 |
"adaptive": false
|
| 7012 |
},
|
|
|
|
| 7034 |
"Skills",
|
| 7035 |
"Technical"
|
| 7036 |
],
|
| 7037 |
+
"duration_minutes": None,
|
| 7038 |
"remote_testing": true,
|
| 7039 |
"adaptive": false
|
| 7040 |
},
|
|
|
|
| 7061 |
"Skills",
|
| 7062 |
"Technical"
|
| 7063 |
],
|
| 7064 |
+
"duration_minutes": None,
|
| 7065 |
"remote_testing": true,
|
| 7066 |
"adaptive": false
|
| 7067 |
},
|
|
|
|
| 7088 |
"Skills",
|
| 7089 |
"Technical"
|
| 7090 |
],
|
| 7091 |
+
"duration_minutes": None,
|
| 7092 |
"remote_testing": true,
|
| 7093 |
"adaptive": false
|
| 7094 |
},
|
|
|
|
| 7115 |
"Skills",
|
| 7116 |
"Technical"
|
| 7117 |
],
|
| 7118 |
+
"duration_minutes": None,
|
| 7119 |
"remote_testing": true,
|
| 7120 |
"adaptive": false
|
| 7121 |
},
|
|
|
|
| 7142 |
"Skills",
|
| 7143 |
"Technical"
|
| 7144 |
],
|
| 7145 |
+
"duration_minutes": None,
|
| 7146 |
"remote_testing": true,
|
| 7147 |
"adaptive": false
|
| 7148 |
},
|
|
|
|
| 7169 |
"Skills",
|
| 7170 |
"Technical"
|
| 7171 |
],
|
| 7172 |
+
"duration_minutes": None,
|
| 7173 |
"remote_testing": true,
|
| 7174 |
"adaptive": false
|
| 7175 |
},
|
|
|
|
| 7196 |
"Skills",
|
| 7197 |
"Technical"
|
| 7198 |
],
|
| 7199 |
+
"duration_minutes": None,
|
| 7200 |
"remote_testing": true,
|
| 7201 |
"adaptive": false
|
| 7202 |
},
|
|
|
|
| 7223 |
"Skills",
|
| 7224 |
"Technical"
|
| 7225 |
],
|
| 7226 |
+
"duration_minutes": None,
|
| 7227 |
"remote_testing": true,
|
| 7228 |
"adaptive": false
|
| 7229 |
},
|
|
|
|
| 7250 |
"Skills",
|
| 7251 |
"Technical"
|
| 7252 |
],
|
| 7253 |
+
"duration_minutes": None,
|
| 7254 |
"remote_testing": true,
|
| 7255 |
"adaptive": false
|
| 7256 |
},
|
|
|
|
| 7277 |
"Skills",
|
| 7278 |
"Technical"
|
| 7279 |
],
|
| 7280 |
+
"duration_minutes": None,
|
| 7281 |
"remote_testing": true,
|
| 7282 |
"adaptive": false
|
| 7283 |
},
|
|
|
|
| 7304 |
"Skills",
|
| 7305 |
"Technical"
|
| 7306 |
],
|
| 7307 |
+
"duration_minutes": None,
|
| 7308 |
"remote_testing": true,
|
| 7309 |
"adaptive": false
|
| 7310 |
},
|
|
|
|
| 7331 |
"Skills",
|
| 7332 |
"Technical"
|
| 7333 |
],
|
| 7334 |
+
"duration_minutes": None,
|
| 7335 |
"remote_testing": true,
|
| 7336 |
"adaptive": false
|
| 7337 |
},
|
|
|
|
| 7358 |
"Skills",
|
| 7359 |
"Technical"
|
| 7360 |
],
|
| 7361 |
+
"duration_minutes": None,
|
| 7362 |
"remote_testing": true,
|
| 7363 |
"adaptive": false
|
| 7364 |
},
|
|
|
|
| 7385 |
"Skills",
|
| 7386 |
"Technical"
|
| 7387 |
],
|
| 7388 |
+
"duration_minutes": None,
|
| 7389 |
"remote_testing": true,
|
| 7390 |
"adaptive": false
|
| 7391 |
},
|
|
|
|
| 7412 |
"Skills",
|
| 7413 |
"Technical"
|
| 7414 |
],
|
| 7415 |
+
"duration_minutes": None,
|
| 7416 |
"remote_testing": true,
|
| 7417 |
"adaptive": false
|
| 7418 |
},
|
|
|
|
| 7439 |
"Skills",
|
| 7440 |
"Technical"
|
| 7441 |
],
|
| 7442 |
+
"duration_minutes": None,
|
| 7443 |
"remote_testing": true,
|
| 7444 |
"adaptive": false
|
| 7445 |
},
|
|
|
|
| 7466 |
"Skills",
|
| 7467 |
"Technical"
|
| 7468 |
],
|
| 7469 |
+
"duration_minutes": None,
|
| 7470 |
"remote_testing": true,
|
| 7471 |
"adaptive": false
|
| 7472 |
},
|
|
|
|
| 7493 |
"Skills",
|
| 7494 |
"Technical"
|
| 7495 |
],
|
| 7496 |
+
"duration_minutes": None,
|
| 7497 |
"remote_testing": true,
|
| 7498 |
"adaptive": false
|
| 7499 |
},
|
|
|
|
| 7520 |
"Skills",
|
| 7521 |
"Technical"
|
| 7522 |
],
|
| 7523 |
+
"duration_minutes": None,
|
| 7524 |
"remote_testing": true,
|
| 7525 |
"adaptive": false
|
| 7526 |
},
|
|
|
|
| 7547 |
"Skills",
|
| 7548 |
"Technical"
|
| 7549 |
],
|
| 7550 |
+
"duration_minutes": None,
|
| 7551 |
"remote_testing": true,
|
| 7552 |
"adaptive": false
|
| 7553 |
},
|
|
|
|
| 7574 |
"Skills",
|
| 7575 |
"Technical"
|
| 7576 |
],
|
| 7577 |
+
"duration_minutes": None,
|
| 7578 |
"remote_testing": true,
|
| 7579 |
"adaptive": false
|
| 7580 |
},
|
|
|
|
| 7601 |
"Skills",
|
| 7602 |
"Technical"
|
| 7603 |
],
|
| 7604 |
+
"duration_minutes": None,
|
| 7605 |
"remote_testing": true,
|
| 7606 |
"adaptive": false
|
| 7607 |
},
|
|
|
|
| 7628 |
"Skills",
|
| 7629 |
"Technical"
|
| 7630 |
],
|
| 7631 |
+
"duration_minutes": None,
|
| 7632 |
"remote_testing": true,
|
| 7633 |
"adaptive": false
|
| 7634 |
},
|
|
|
|
| 7655 |
"Skills",
|
| 7656 |
"Technical"
|
| 7657 |
],
|
| 7658 |
+
"duration_minutes": None,
|
| 7659 |
"remote_testing": true,
|
| 7660 |
"adaptive": false
|
| 7661 |
},
|
|
|
|
| 7682 |
"Skills",
|
| 7683 |
"Technical"
|
| 7684 |
],
|
| 7685 |
+
"duration_minutes": None,
|
| 7686 |
"remote_testing": true,
|
| 7687 |
"adaptive": false
|
| 7688 |
},
|
|
|
|
| 7709 |
"Skills",
|
| 7710 |
"Technical"
|
| 7711 |
],
|
| 7712 |
+
"duration_minutes": None,
|
| 7713 |
"remote_testing": true,
|
| 7714 |
"adaptive": false
|
| 7715 |
},
|
|
|
|
| 7737 |
"Skills",
|
| 7738 |
"Technical"
|
| 7739 |
],
|
| 7740 |
+
"duration_minutes": None,
|
| 7741 |
"remote_testing": true,
|
| 7742 |
"adaptive": false
|
| 7743 |
},
|
|
|
|
| 7764 |
"Skills",
|
| 7765 |
"Technical"
|
| 7766 |
],
|
| 7767 |
+
"duration_minutes": None,
|
| 7768 |
"remote_testing": true,
|
| 7769 |
"adaptive": false
|
| 7770 |
},
|
|
|
|
| 7791 |
"Skills",
|
| 7792 |
"Technical"
|
| 7793 |
],
|
| 7794 |
+
"duration_minutes": None,
|
| 7795 |
"remote_testing": true,
|
| 7796 |
"adaptive": false
|
| 7797 |
},
|
|
|
|
| 7818 |
"Skills",
|
| 7819 |
"Technical"
|
| 7820 |
],
|
| 7821 |
+
"duration_minutes": None,
|
| 7822 |
"remote_testing": true,
|
| 7823 |
"adaptive": false
|
| 7824 |
},
|
|
|
|
| 7846 |
"Skills",
|
| 7847 |
"Technical"
|
| 7848 |
],
|
| 7849 |
+
"duration_minutes": None,
|
| 7850 |
"remote_testing": true,
|
| 7851 |
"adaptive": false
|
| 7852 |
},
|
|
|
|
| 7874 |
"Skills",
|
| 7875 |
"Technical"
|
| 7876 |
],
|
| 7877 |
+
"duration_minutes": None,
|
| 7878 |
"remote_testing": true,
|
| 7879 |
"adaptive": false
|
| 7880 |
},
|
|
|
|
| 7902 |
"Skills",
|
| 7903 |
"Technical"
|
| 7904 |
],
|
| 7905 |
+
"duration_minutes": None,
|
| 7906 |
"remote_testing": true,
|
| 7907 |
"adaptive": false
|
| 7908 |
},
|
|
|
|
| 7931 |
"Skills",
|
| 7932 |
"Technical"
|
| 7933 |
],
|
| 7934 |
+
"duration_minutes": None,
|
| 7935 |
"remote_testing": true,
|
| 7936 |
"adaptive": false
|
| 7937 |
},
|
|
|
|
| 7960 |
"Skills",
|
| 7961 |
"Technical"
|
| 7962 |
],
|
| 7963 |
+
"duration_minutes": None,
|
| 7964 |
"remote_testing": true,
|
| 7965 |
"adaptive": false
|
| 7966 |
},
|
|
|
|
| 7989 |
"Skills",
|
| 7990 |
"Technical"
|
| 7991 |
],
|
| 7992 |
+
"duration_minutes": None,
|
| 7993 |
"remote_testing": true,
|
| 7994 |
"adaptive": false
|
| 7995 |
},
|
|
|
|
| 8016 |
"Skills",
|
| 8017 |
"Technical"
|
| 8018 |
],
|
| 8019 |
+
"duration_minutes": None,
|
| 8020 |
"remote_testing": true,
|
| 8021 |
"adaptive": false
|
| 8022 |
},
|
|
|
|
| 8044 |
"Skills",
|
| 8045 |
"Technical"
|
| 8046 |
],
|
| 8047 |
+
"duration_minutes": None,
|
| 8048 |
"remote_testing": true,
|
| 8049 |
"adaptive": false
|
| 8050 |
},
|
|
|
|
| 8072 |
"Skills",
|
| 8073 |
"Technical"
|
| 8074 |
],
|
| 8075 |
+
"duration_minutes": None,
|
| 8076 |
"remote_testing": true,
|
| 8077 |
"adaptive": false
|
| 8078 |
},
|
|
|
|
| 8099 |
"Skills",
|
| 8100 |
"Technical"
|
| 8101 |
],
|
| 8102 |
+
"duration_minutes": None,
|
| 8103 |
"remote_testing": true,
|
| 8104 |
"adaptive": false
|
| 8105 |
},
|
|
|
|
| 8126 |
"Skills",
|
| 8127 |
"Technical"
|
| 8128 |
],
|
| 8129 |
+
"duration_minutes": None,
|
| 8130 |
"remote_testing": true,
|
| 8131 |
"adaptive": false
|
| 8132 |
},
|
|
|
|
| 8154 |
"Skills",
|
| 8155 |
"Technical"
|
| 8156 |
],
|
| 8157 |
+
"duration_minutes": None,
|
| 8158 |
"remote_testing": true,
|
| 8159 |
"adaptive": false
|
| 8160 |
},
|
|
|
|
| 8182 |
"Skills",
|
| 8183 |
"Technical"
|
| 8184 |
],
|
| 8185 |
+
"duration_minutes": None,
|
| 8186 |
"remote_testing": true,
|
| 8187 |
"adaptive": false
|
| 8188 |
},
|
|
|
|
| 8211 |
"Skills",
|
| 8212 |
"Technical"
|
| 8213 |
],
|
| 8214 |
+
"duration_minutes": None,
|
| 8215 |
"remote_testing": true,
|
| 8216 |
"adaptive": false
|
| 8217 |
},
|
|
|
|
| 8240 |
"Skills",
|
| 8241 |
"Technical"
|
| 8242 |
],
|
| 8243 |
+
"duration_minutes": None,
|
| 8244 |
"remote_testing": true,
|
| 8245 |
"adaptive": false
|
| 8246 |
},
|
|
|
|
| 8268 |
"Skills",
|
| 8269 |
"Technical"
|
| 8270 |
],
|
| 8271 |
+
"duration_minutes": None,
|
| 8272 |
"remote_testing": true,
|
| 8273 |
"adaptive": false
|
| 8274 |
},
|
|
|
|
| 8296 |
"Skills",
|
| 8297 |
"Technical"
|
| 8298 |
],
|
| 8299 |
+
"duration_minutes": None,
|
| 8300 |
"remote_testing": true,
|
| 8301 |
"adaptive": false
|
| 8302 |
},
|
|
|
|
| 8325 |
"Skills",
|
| 8326 |
"Technical"
|
| 8327 |
],
|
| 8328 |
+
"duration_minutes": None,
|
| 8329 |
"remote_testing": true,
|
| 8330 |
"adaptive": false
|
| 8331 |
},
|
|
|
|
| 8354 |
"Skills",
|
| 8355 |
"Technical"
|
| 8356 |
],
|
| 8357 |
+
"duration_minutes": None,
|
| 8358 |
"remote_testing": true,
|
| 8359 |
"adaptive": false
|
| 8360 |
},
|
|
|
|
| 8381 |
"Skills",
|
| 8382 |
"Technical"
|
| 8383 |
],
|
| 8384 |
+
"duration_minutes": None,
|
| 8385 |
"remote_testing": true,
|
| 8386 |
"adaptive": false
|
| 8387 |
},
|
|
|
|
| 8408 |
"Skills",
|
| 8409 |
"Technical"
|
| 8410 |
],
|
| 8411 |
+
"duration_minutes": None,
|
| 8412 |
"remote_testing": true,
|
| 8413 |
"adaptive": false
|
| 8414 |
},
|
|
|
|
| 8435 |
"Skills",
|
| 8436 |
"Technical"
|
| 8437 |
],
|
| 8438 |
+
"duration_minutes": None,
|
| 8439 |
"remote_testing": true,
|
| 8440 |
"adaptive": false
|
| 8441 |
},
|
|
|
|
| 8462 |
"Skills",
|
| 8463 |
"Technical"
|
| 8464 |
],
|
| 8465 |
+
"duration_minutes": None,
|
| 8466 |
"remote_testing": true,
|
| 8467 |
"adaptive": false
|
| 8468 |
},
|
|
|
|
| 8489 |
"Skills",
|
| 8490 |
"Technical"
|
| 8491 |
],
|
| 8492 |
+
"duration_minutes": None,
|
| 8493 |
"remote_testing": true,
|
| 8494 |
"adaptive": false
|
| 8495 |
},
|
|
|
|
| 8516 |
"Skills",
|
| 8517 |
"Technical"
|
| 8518 |
],
|
| 8519 |
+
"duration_minutes": None,
|
| 8520 |
"remote_testing": true,
|
| 8521 |
"adaptive": false
|
| 8522 |
},
|
|
|
|
| 8543 |
"Skills",
|
| 8544 |
"Technical"
|
| 8545 |
],
|
| 8546 |
+
"duration_minutes": None,
|
| 8547 |
"remote_testing": true,
|
| 8548 |
"adaptive": false
|
| 8549 |
},
|
|
|
|
| 8570 |
"Skills",
|
| 8571 |
"Technical"
|
| 8572 |
],
|
| 8573 |
+
"duration_minutes": None,
|
| 8574 |
"remote_testing": true,
|
| 8575 |
"adaptive": false
|
| 8576 |
},
|
|
|
|
| 8597 |
"Skills",
|
| 8598 |
"Technical"
|
| 8599 |
],
|
| 8600 |
+
"duration_minutes": None,
|
| 8601 |
"remote_testing": true,
|
| 8602 |
"adaptive": false
|
| 8603 |
},
|
|
|
|
| 8624 |
"Skills",
|
| 8625 |
"Technical"
|
| 8626 |
],
|
| 8627 |
+
"duration_minutes": None,
|
| 8628 |
"remote_testing": true,
|
| 8629 |
"adaptive": false
|
| 8630 |
},
|
|
|
|
| 8651 |
"Skills",
|
| 8652 |
"Technical"
|
| 8653 |
],
|
| 8654 |
+
"duration_minutes": None,
|
| 8655 |
"remote_testing": true,
|
| 8656 |
"adaptive": false
|
| 8657 |
},
|
|
|
|
| 8678 |
"Skills",
|
| 8679 |
"Technical"
|
| 8680 |
],
|
| 8681 |
+
"duration_minutes": None,
|
| 8682 |
"remote_testing": true,
|
| 8683 |
"adaptive": false
|
| 8684 |
},
|
|
|
|
| 8705 |
"Skills",
|
| 8706 |
"Technical"
|
| 8707 |
],
|
| 8708 |
+
"duration_minutes": None,
|
| 8709 |
"remote_testing": true,
|
| 8710 |
"adaptive": false
|
| 8711 |
},
|
|
|
|
| 8732 |
"Skills",
|
| 8733 |
"Technical"
|
| 8734 |
],
|
| 8735 |
+
"duration_minutes": None,
|
| 8736 |
"remote_testing": true,
|
| 8737 |
"adaptive": false
|
| 8738 |
},
|
|
|
|
| 8759 |
"Skills",
|
| 8760 |
"Technical"
|
| 8761 |
],
|
| 8762 |
+
"duration_minutes": None,
|
| 8763 |
"remote_testing": true,
|
| 8764 |
"adaptive": false
|
| 8765 |
},
|
|
|
|
| 8786 |
"Skills",
|
| 8787 |
"Technical"
|
| 8788 |
],
|
| 8789 |
+
"duration_minutes": None,
|
| 8790 |
"remote_testing": true,
|
| 8791 |
"adaptive": false
|
| 8792 |
},
|
|
|
|
| 8841 |
"Skills",
|
| 8842 |
"Technical"
|
| 8843 |
],
|
| 8844 |
+
"duration_minutes": None,
|
| 8845 |
"remote_testing": true,
|
| 8846 |
"adaptive": true
|
| 8847 |
},
|
|
|
|
| 8868 |
"Skills",
|
| 8869 |
"Technical"
|
| 8870 |
],
|
| 8871 |
+
"duration_minutes": None,
|
| 8872 |
"remote_testing": true,
|
| 8873 |
"adaptive": false
|
| 8874 |
},
|
|
|
|
| 8897 |
"Skills",
|
| 8898 |
"Technical"
|
| 8899 |
],
|
| 8900 |
+
"duration_minutes": None,
|
| 8901 |
"remote_testing": true,
|
| 8902 |
"adaptive": false
|
| 8903 |
},
|
|
|
|
| 8925 |
"Skills",
|
| 8926 |
"Technical"
|
| 8927 |
],
|
| 8928 |
+
"duration_minutes": None,
|
| 8929 |
"remote_testing": true,
|
| 8930 |
"adaptive": false
|
| 8931 |
},
|
|
|
|
| 8942 |
"test_type": [
|
| 8943 |
"Behavioral"
|
| 8944 |
],
|
| 8945 |
+
"duration_minutes": None,
|
| 8946 |
"remote_testing": true,
|
| 8947 |
"adaptive": false
|
| 8948 |
},
|
|
|
|
| 8959 |
"test_type": [
|
| 8960 |
"Behavioral"
|
| 8961 |
],
|
| 8962 |
+
"duration_minutes": None,
|
| 8963 |
"remote_testing": true,
|
| 8964 |
"adaptive": false
|
| 8965 |
},
|
|
|
|
| 8976 |
"test_type": [
|
| 8977 |
"Behavioral"
|
| 8978 |
],
|
| 8979 |
+
"duration_minutes": None,
|
| 8980 |
"remote_testing": true,
|
| 8981 |
"adaptive": false
|
| 8982 |
},
|
|
|
|
| 8993 |
"test_type": [
|
| 8994 |
"Behavioral"
|
| 8995 |
],
|
| 8996 |
+
"duration_minutes": None,
|
| 8997 |
"remote_testing": true,
|
| 8998 |
"adaptive": false
|
| 8999 |
},
|
|
|
|
| 9021 |
"Skills",
|
| 9022 |
"Technical"
|
| 9023 |
],
|
| 9024 |
+
"duration_minutes": None,
|
| 9025 |
"remote_testing": true,
|
| 9026 |
"adaptive": false
|
| 9027 |
},
|
|
|
|
| 9049 |
"Skills",
|
| 9050 |
"Technical"
|
| 9051 |
],
|
| 9052 |
+
"duration_minutes": None,
|
| 9053 |
"remote_testing": true,
|
| 9054 |
"adaptive": false
|
| 9055 |
},
|
|
|
|
| 9076 |
"Skills",
|
| 9077 |
"Technical"
|
| 9078 |
],
|
| 9079 |
+
"duration_minutes": None,
|
| 9080 |
"remote_testing": true,
|
| 9081 |
"adaptive": false
|
| 9082 |
},
|
|
|
|
| 9103 |
"Skills",
|
| 9104 |
"Technical"
|
| 9105 |
],
|
| 9106 |
+
"duration_minutes": None,
|
| 9107 |
"remote_testing": true,
|
| 9108 |
"adaptive": false
|
| 9109 |
},
|
|
|
|
| 9130 |
"Skills",
|
| 9131 |
"Technical"
|
| 9132 |
],
|
| 9133 |
+
"duration_minutes": None,
|
| 9134 |
"remote_testing": true,
|
| 9135 |
"adaptive": false
|
| 9136 |
},
|
|
|
|
| 9157 |
"Skills",
|
| 9158 |
"Technical"
|
| 9159 |
],
|
| 9160 |
+
"duration_minutes": None,
|
| 9161 |
"remote_testing": true,
|
| 9162 |
"adaptive": false
|
| 9163 |
},
|
|
|
|
| 9184 |
"Skills",
|
| 9185 |
"Technical"
|
| 9186 |
],
|
| 9187 |
+
"duration_minutes": None,
|
| 9188 |
"remote_testing": true,
|
| 9189 |
"adaptive": false
|
| 9190 |
},
|
|
|
|
| 9211 |
"Skills",
|
| 9212 |
"Technical"
|
| 9213 |
],
|
| 9214 |
+
"duration_minutes": None,
|
| 9215 |
"remote_testing": true,
|
| 9216 |
"adaptive": false
|
| 9217 |
},
|
|
|
|
| 9238 |
"Skills",
|
| 9239 |
"Technical"
|
| 9240 |
],
|
| 9241 |
+
"duration_minutes": None,
|
| 9242 |
"remote_testing": true,
|
| 9243 |
"adaptive": false
|
| 9244 |
},
|
|
|
|
| 9265 |
"Skills",
|
| 9266 |
"Technical"
|
| 9267 |
],
|
| 9268 |
+
"duration_minutes": None,
|
| 9269 |
"remote_testing": true,
|
| 9270 |
"adaptive": false
|
| 9271 |
},
|
|
|
|
| 9293 |
"Skills",
|
| 9294 |
"Technical"
|
| 9295 |
],
|
| 9296 |
+
"duration_minutes": None,
|
| 9297 |
"remote_testing": true,
|
| 9298 |
"adaptive": false
|
| 9299 |
},
|
|
|
|
| 9321 |
"Skills",
|
| 9322 |
"Technical"
|
| 9323 |
],
|
| 9324 |
+
"duration_minutes": None,
|
| 9325 |
"remote_testing": true,
|
| 9326 |
"adaptive": false
|
| 9327 |
},
|
|
|
|
| 9349 |
"Skills",
|
| 9350 |
"Technical"
|
| 9351 |
],
|
| 9352 |
+
"duration_minutes": None,
|
| 9353 |
"remote_testing": true,
|
| 9354 |
"adaptive": false
|
| 9355 |
},
|
|
|
|
| 9377 |
"Skills",
|
| 9378 |
"Technical"
|
| 9379 |
],
|
| 9380 |
+
"duration_minutes": None,
|
| 9381 |
"remote_testing": true,
|
| 9382 |
"adaptive": false
|
| 9383 |
},
|
|
|
|
| 9405 |
"Skills",
|
| 9406 |
"Technical"
|
| 9407 |
],
|
| 9408 |
+
"duration_minutes": None,
|
| 9409 |
"remote_testing": true,
|
| 9410 |
"adaptive": false
|
| 9411 |
},
|
|
|
|
| 9433 |
"Skills",
|
| 9434 |
"Technical"
|
| 9435 |
],
|
| 9436 |
+
"duration_minutes": None,
|
| 9437 |
"remote_testing": true,
|
| 9438 |
"adaptive": false
|
| 9439 |
},
|
|
|
|
| 9461 |
"Skills",
|
| 9462 |
"Technical"
|
| 9463 |
],
|
| 9464 |
+
"duration_minutes": None,
|
| 9465 |
"remote_testing": true,
|
| 9466 |
"adaptive": false
|
| 9467 |
},
|
|
|
|
| 9489 |
"Skills",
|
| 9490 |
"Technical"
|
| 9491 |
],
|
| 9492 |
+
"duration_minutes": None,
|
| 9493 |
"remote_testing": true,
|
| 9494 |
"adaptive": false
|
| 9495 |
},
|
|
|
|
| 9516 |
"Skills",
|
| 9517 |
"Technical"
|
| 9518 |
],
|
| 9519 |
+
"duration_minutes": None,
|
| 9520 |
"remote_testing": true,
|
| 9521 |
"adaptive": false
|
| 9522 |
},
|
|
|
|
| 9543 |
"Skills",
|
| 9544 |
"Technical"
|
| 9545 |
],
|
| 9546 |
+
"duration_minutes": None,
|
| 9547 |
"remote_testing": true,
|
| 9548 |
"adaptive": false
|
| 9549 |
},
|
|
|
|
| 9571 |
"Skills",
|
| 9572 |
"Technical"
|
| 9573 |
],
|
| 9574 |
+
"duration_minutes": None,
|
| 9575 |
"remote_testing": true,
|
| 9576 |
"adaptive": false
|
| 9577 |
},
|
|
|
|
| 9598 |
"Skills",
|
| 9599 |
"Technical"
|
| 9600 |
],
|
| 9601 |
+
"duration_minutes": None,
|
| 9602 |
"remote_testing": true,
|
| 9603 |
"adaptive": false
|
| 9604 |
},
|
|
|
|
| 9626 |
"Skills",
|
| 9627 |
"Technical"
|
| 9628 |
],
|
| 9629 |
+
"duration_minutes": None,
|
| 9630 |
"remote_testing": true,
|
| 9631 |
"adaptive": true
|
| 9632 |
},
|
|
|
|
| 9653 |
"Skills",
|
| 9654 |
"Technical"
|
| 9655 |
],
|
| 9656 |
+
"duration_minutes": None,
|
| 9657 |
"remote_testing": true,
|
| 9658 |
"adaptive": false
|
| 9659 |
},
|
|
|
|
| 9681 |
"Skills",
|
| 9682 |
"Technical"
|
| 9683 |
],
|
| 9684 |
+
"duration_minutes": None,
|
| 9685 |
"remote_testing": true,
|
| 9686 |
"adaptive": false
|
| 9687 |
},
|
|
|
|
| 9708 |
"Skills",
|
| 9709 |
"Technical"
|
| 9710 |
],
|
| 9711 |
+
"duration_minutes": None,
|
| 9712 |
"remote_testing": true,
|
| 9713 |
"adaptive": false
|
| 9714 |
},
|
|
|
|
| 9737 |
"Skills",
|
| 9738 |
"Technical"
|
| 9739 |
],
|
| 9740 |
+
"duration_minutes": None,
|
| 9741 |
"remote_testing": true,
|
| 9742 |
"adaptive": false
|
| 9743 |
},
|
|
|
|
| 9766 |
"Skills",
|
| 9767 |
"Technical"
|
| 9768 |
],
|
| 9769 |
+
"duration_minutes": None,
|
| 9770 |
"remote_testing": true,
|
| 9771 |
"adaptive": false
|
| 9772 |
},
|
|
|
|
| 9795 |
"Skills",
|
| 9796 |
"Technical"
|
| 9797 |
],
|
| 9798 |
+
"duration_minutes": None,
|
| 9799 |
"remote_testing": true,
|
| 9800 |
"adaptive": false
|
| 9801 |
},
|
|
|
|
| 9822 |
"Skills",
|
| 9823 |
"Technical"
|
| 9824 |
],
|
| 9825 |
+
"duration_minutes": None,
|
| 9826 |
"remote_testing": true,
|
| 9827 |
"adaptive": false
|
| 9828 |
},
|
|
|
|
| 9849 |
"Skills",
|
| 9850 |
"Technical"
|
| 9851 |
],
|
| 9852 |
+
"duration_minutes": None,
|
| 9853 |
"remote_testing": true,
|
| 9854 |
"adaptive": false
|
| 9855 |
},
|
|
|
|
| 9906 |
"Skills",
|
| 9907 |
"Technical"
|
| 9908 |
],
|
| 9909 |
+
"duration_minutes": None,
|
| 9910 |
"remote_testing": true,
|
| 9911 |
"adaptive": false
|
| 9912 |
},
|
|
|
|
| 9935 |
"Skills",
|
| 9936 |
"Technical"
|
| 9937 |
],
|
| 9938 |
+
"duration_minutes": None,
|
| 9939 |
"remote_testing": true,
|
| 9940 |
"adaptive": true
|
| 9941 |
},
|
|
|
|
| 9963 |
"Skills",
|
| 9964 |
"Technical"
|
| 9965 |
],
|
| 9966 |
+
"duration_minutes": None,
|
| 9967 |
"remote_testing": true,
|
| 9968 |
"adaptive": false
|
| 9969 |
},
|
|
|
|
| 9992 |
"Skills",
|
| 9993 |
"Technical"
|
| 9994 |
],
|
| 9995 |
+
"duration_minutes": None,
|
| 9996 |
"remote_testing": true,
|
| 9997 |
"adaptive": false
|
| 9998 |
},
|
|
|
|
| 10049 |
"Skills",
|
| 10050 |
"Technical"
|
| 10051 |
],
|
| 10052 |
+
"duration_minutes": None,
|
| 10053 |
"remote_testing": true,
|
| 10054 |
"adaptive": false
|
| 10055 |
},
|
|
|
|
| 10106 |
"Skills",
|
| 10107 |
"Technical"
|
| 10108 |
],
|
| 10109 |
+
"duration_minutes": None,
|
| 10110 |
"remote_testing": true,
|
| 10111 |
"adaptive": false
|
| 10112 |
},
|
|
|
|
| 10133 |
"Skills",
|
| 10134 |
"Technical"
|
| 10135 |
],
|
| 10136 |
+
"duration_minutes": None,
|
| 10137 |
"remote_testing": true,
|
| 10138 |
"adaptive": false
|
| 10139 |
},
|
|
|
|
| 10160 |
"Skills",
|
| 10161 |
"Technical"
|
| 10162 |
],
|
| 10163 |
+
"duration_minutes": None,
|
| 10164 |
"remote_testing": true,
|
| 10165 |
"adaptive": false
|
| 10166 |
},
|
|
|
|
| 10187 |
"Skills",
|
| 10188 |
"Technical"
|
| 10189 |
],
|
| 10190 |
+
"duration_minutes": None,
|
| 10191 |
"remote_testing": true,
|
| 10192 |
"adaptive": false
|
| 10193 |
},
|
|
|
|
| 10214 |
"Skills",
|
| 10215 |
"Technical"
|
| 10216 |
],
|
| 10217 |
+
"duration_minutes": None,
|
| 10218 |
"remote_testing": true,
|
| 10219 |
"adaptive": false
|
| 10220 |
},
|
|
|
|
| 10241 |
"Skills",
|
| 10242 |
"Technical"
|
| 10243 |
],
|
| 10244 |
+
"duration_minutes": None,
|
| 10245 |
"remote_testing": true,
|
| 10246 |
"adaptive": false
|
| 10247 |
},
|
|
|
|
| 10268 |
"Skills",
|
| 10269 |
"Technical"
|
| 10270 |
],
|
| 10271 |
+
"duration_minutes": None,
|
| 10272 |
"remote_testing": true,
|
| 10273 |
"adaptive": false
|
| 10274 |
},
|
|
|
|
| 10297 |
"Skills",
|
| 10298 |
"Technical"
|
| 10299 |
],
|
| 10300 |
+
"duration_minutes": None,
|
| 10301 |
"remote_testing": true,
|
| 10302 |
"adaptive": false
|
| 10303 |
},
|
|
|
|
| 10324 |
"Skills",
|
| 10325 |
"Technical"
|
| 10326 |
],
|
| 10327 |
+
"duration_minutes": None,
|
| 10328 |
"remote_testing": true,
|
| 10329 |
"adaptive": false
|
| 10330 |
},
|
|
|
|
| 10352 |
"Skills",
|
| 10353 |
"Technical"
|
| 10354 |
],
|
| 10355 |
+
"duration_minutes": None,
|
| 10356 |
"remote_testing": true,
|
| 10357 |
"adaptive": false
|
| 10358 |
},
|
|
|
|
| 10380 |
"Skills",
|
| 10381 |
"Technical"
|
| 10382 |
],
|
| 10383 |
+
"duration_minutes": None,
|
| 10384 |
"remote_testing": true,
|
| 10385 |
"adaptive": false
|
| 10386 |
},
|
|
|
|
| 10407 |
"Skills",
|
| 10408 |
"Technical"
|
| 10409 |
],
|
| 10410 |
+
"duration_minutes": None,
|
| 10411 |
"remote_testing": true,
|
| 10412 |
"adaptive": false
|
| 10413 |
},
|
|
|
|
| 10435 |
"Skills",
|
| 10436 |
"Technical"
|
| 10437 |
],
|
| 10438 |
+
"duration_minutes": None,
|
| 10439 |
"remote_testing": true,
|
| 10440 |
"adaptive": false
|
| 10441 |
},
|
|
|
|
| 10463 |
"Skills",
|
| 10464 |
"Technical"
|
| 10465 |
],
|
| 10466 |
+
"duration_minutes": None,
|
| 10467 |
"remote_testing": true,
|
| 10468 |
"adaptive": false
|
| 10469 |
},
|
|
|
|
| 10492 |
"Skills",
|
| 10493 |
"Technical"
|
| 10494 |
],
|
| 10495 |
+
"duration_minutes": None,
|
| 10496 |
"remote_testing": true,
|
| 10497 |
"adaptive": false
|
| 10498 |
},
|
|
|
|
| 10521 |
"Skills",
|
| 10522 |
"Technical"
|
| 10523 |
],
|
| 10524 |
+
"duration_minutes": None,
|
| 10525 |
"remote_testing": true,
|
| 10526 |
"adaptive": false
|
| 10527 |
},
|
|
|
|
| 10550 |
"Skills",
|
| 10551 |
"Technical"
|
| 10552 |
],
|
| 10553 |
+
"duration_minutes": None,
|
| 10554 |
"remote_testing": true,
|
| 10555 |
"adaptive": false
|
| 10556 |
},
|
|
|
|
| 10579 |
"Skills",
|
| 10580 |
"Technical"
|
| 10581 |
],
|
| 10582 |
+
"duration_minutes": None,
|
| 10583 |
"remote_testing": true,
|
| 10584 |
"adaptive": false
|
| 10585 |
},
|
|
|
|
| 10607 |
"Skills",
|
| 10608 |
"Technical"
|
| 10609 |
],
|
| 10610 |
+
"duration_minutes": None,
|
| 10611 |
"remote_testing": true,
|
| 10612 |
"adaptive": false
|
| 10613 |
},
|
|
|
|
| 10635 |
"Skills",
|
| 10636 |
"Technical"
|
| 10637 |
],
|
| 10638 |
+
"duration_minutes": None,
|
| 10639 |
"remote_testing": true,
|
| 10640 |
"adaptive": false
|
| 10641 |
},
|
|
|
|
| 10662 |
"Skills",
|
| 10663 |
"Technical"
|
| 10664 |
],
|
| 10665 |
+
"duration_minutes": None,
|
| 10666 |
"remote_testing": true,
|
| 10667 |
"adaptive": false
|
| 10668 |
},
|
|
|
|
| 10691 |
"Skills",
|
| 10692 |
"Technical"
|
| 10693 |
],
|
| 10694 |
+
"duration_minutes": None,
|
| 10695 |
"remote_testing": true,
|
| 10696 |
"adaptive": false
|
| 10697 |
},
|
|
|
|
| 10720 |
"Skills",
|
| 10721 |
"Technical"
|
| 10722 |
],
|
| 10723 |
+
"duration_minutes": None,
|
| 10724 |
"remote_testing": true,
|
| 10725 |
"adaptive": false
|
| 10726 |
}
|