{"problem": {"id": 1745, "resource_id": "prog.2021.topsecret", "title": "Problem Set 1: Top Secret"}, "student": {"id": 5609, "resource_id": "1DIYiK", "name": "Richard Dzurik", "email": "richard.dzurik@student.tuke.sk"}, "score": 63.0, "percentage": 63.0, "testcases": [{"id": 10138774, "title": "Structure Check", "description": null, "duration": 0.057863712310791016, "score": null, "hint": null, "strict": true, "passed": true, "type": "ws", "render": "normal", "submission": 363424, "parent": null}, {"id": 10138775, "title": "Globals", "description": "Searching for global variables\n", "duration": 0.09494423866271973, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": null}, {"id": 10138776, "title": "Static Code Analysis", "description": "Checks style of your code with cppcheck with following command:\n`cppcheck --enable=warning,performance,unusedFunction --error-exitcode=1 bmp.c playfair.c main.c`\n", "duration": 0.14555120468139648, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": null}, {"id": 10138777, "title": "Compilation", "description": "Compiles your code with the following command:\n`gcc -std=c11 -Wall -Werror source_files.c -lm`\n", "duration": 0.33069872856140137, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": null}, {"id": 10138778, "title": "Makefile Checks", "description": null, "duration": 0.18095922470092773, "score": 0.0, "hint": null, "strict": true, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": null}, {"id": 10138779, "title": "make all", "description": "Test target \"all\"", "duration": 0.0894007682800293, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138778}, {"id": 10138780, "title": "make clean", "description": "Test target \"clean\"", "duration": 0.09155845642089844, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138778}, {"id": 10138781, "title": "Module BMP", "description": null, "duration": 37.477895736694336, "score": 63.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": null}, {"id": 10138782, "title": "Dry Run for `reverse()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 1.6479649543762207, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138783, "title": "Dry Run for `reverse()` - unit test", "description": null, "duration": 0.15050864219665527, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138782}, {"id": 10138784, "title": "Dry Run for `reverse()` - memory test", "description": null, "duration": 1.4974563121795654, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138782}, {"id": 10138785, "title": "Random word test for `reverse()`", "description": "This is a functionality test. It checks the function with a random word.\n", "duration": 1.669992446899414, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138786, "title": "Random word test for `reverse()` - unit test", "description": null, "duration": 0.16029810905456543, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138785}, {"id": 10138787, "title": "Random word test for `reverse()` - memory test", "description": null, "duration": 1.5096943378448486, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138785}, {"id": 10138788, "title": "Random sentence test for `reverse()`", "description": "This is a functionality test. It checks the function with a random sentence.\n", "duration": 1.6445837020874023, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138789, "title": "Random sentence test for `reverse()` - unit test", "description": null, "duration": 0.11820530891418457, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138788}, {"id": 10138790, "title": "Random sentence test for `reverse()` - memory test", "description": null, "duration": 1.5263783931732178, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138788}, {"id": 10138791, "title": "All ascii letters test for `reverse()`", "description": "This is a functionality test. It checks the function with all ascii letters.\n", "duration": 1.7640798091888428, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138792, "title": "All ascii letters test for `reverse()` - unit test", "description": null, "duration": 0.17914819717407227, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138791}, {"id": 10138793, "title": "All ascii letters test for `reverse()` - memory test", "description": null, "duration": 1.5849316120147705, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138791}, {"id": 10138794, "title": "Dry Run for `vigenere_encrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 0.26523447036743164, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138795, "title": "Dry Run for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.26523447036743164, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138794}, {"id": 10138796, "title": "Key param test for `vigenere_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.6529910564422607, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138797, "title": "Key param test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.12521600723266602, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138796}, {"id": 10138798, "title": "Key param test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.5277750492095947, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138796}, {"id": 10138799, "title": "Random long text test for `vigenere_encrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 1.743229627609253, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138800, "title": "Random long text test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.13932228088378906, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138799}, {"id": 10138801, "title": "Random long text test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.6039073467254639, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138799}, {"id": 10138802, "title": "Random short word test for `vigenere_encrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 1.7165608406066895, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138803, "title": "Random short word test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.10938429832458496, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138802}, {"id": 10138804, "title": "Random short word test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.6071765422821045, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138802}, {"id": 10138805, "title": "Dry Run for `vigenere_decrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 0.23441576957702637, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138806, "title": "Dry Run for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.23441576957702637, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138805}, {"id": 10138807, "title": "Key param test for `vigenere_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.6348838806152344, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138808, "title": "Key param test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.11800765991210938, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138807}, {"id": 10138809, "title": "Key param test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.516876220703125, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138807}, {"id": 10138810, "title": "Random long text test for `vigenere_decrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 1.697054386138916, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138811, "title": "Random long text test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.12990117073059082, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138810}, {"id": 10138812, "title": "Random long text test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.5671532154083252, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138810}, {"id": 10138813, "title": "Random short word test for `vigenere_decrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 1.6460740566253662, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138814, "title": "Random short word test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.11050128936767578, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138813}, {"id": 10138815, "title": "Random short word test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.5355727672576904, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138813}, {"id": 10138816, "title": "Dry Run for `bit_encrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 1.6795916557312012, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138817, "title": "Dry Run for `bit_encrypt()` - unit test", "description": null, "duration": 0.13320326805114746, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138816}, {"id": 10138818, "title": "Dry Run for `bit_encrypt()` - memory test", "description": null, "duration": 1.5463883876800537, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138816}, {"id": 10138819, "title": "Random long text test for `bit_encrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 0.11613130569458008, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138820, "title": "Random long text test for `bit_encrypt()` - unit test", "description": null, "duration": 0.11613130569458008, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138819}, {"id": 10138821, "title": "Random short word test for `bit_encrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 1.7097194194793701, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138822, "title": "Random short word test for `bit_encrypt()` - unit test", "description": null, "duration": 0.12194967269897461, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138821}, {"id": 10138823, "title": "Random short word test for `bit_encrypt()` - memory test", "description": null, "duration": 1.5877697467803955, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138821}, {"id": 10138824, "title": "Dry Run for `bit_decrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 1.611051082611084, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138825, "title": "Dry Run for `bit_decrypt()` - unit test", "description": null, "duration": 0.1102755069732666, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138824}, {"id": 10138826, "title": "Dry Run for `bit_decrypt()` - memory test", "description": null, "duration": 1.5007755756378174, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138824}, {"id": 10138827, "title": "Random long text test for `bit_decrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 1.6947007179260254, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138828, "title": "Random long text test for `bit_decrypt()` - unit test", "description": null, "duration": 0.11357283592224121, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138827}, {"id": 10138829, "title": "Random long text test for `bit_decrypt()` - memory test", "description": null, "duration": 1.5811278820037842, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138827}, {"id": 10138830, "title": "Random short word test for `bit_decrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 1.6465108394622803, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138831, "title": "Random short word test for `bit_decrypt()` - unit test", "description": null, "duration": 0.12660694122314453, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138830}, {"id": 10138832, "title": "Random short word test for `bit_decrypt()` - memory test", "description": null, "duration": 1.5199038982391357, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138830}, {"id": 10138833, "title": "Dry Run for `bmp_encrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 0.3123319149017334, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138834, "title": "Dry Run for `bmp_encrypt()` - unit test", "description": null, "duration": 0.3123319149017334, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138833}, {"id": 10138835, "title": "Key param test for `bmp_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.9718043804168701, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138836, "title": "Key param test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.13053131103515625, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138835}, {"id": 10138837, "title": "Key param test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.8412730693817139, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138835}, {"id": 10138838, "title": "Random long text test for `bmp_encrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 0.11685562133789062, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138839, "title": "Random long text test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.11685562133789062, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138838}, {"id": 10138840, "title": "Random short word test for `bmp_encrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 1.831782341003418, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138841, "title": "Random short word test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.1339409351348877, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138840}, {"id": 10138842, "title": "Random short word test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.6978414058685303, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138840}, {"id": 10138843, "title": "Dry Run for `bmp_decrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 0.27243852615356445, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138844, "title": "Dry Run for `bmp_decrypt()` - unit test", "description": null, "duration": 0.27243852615356445, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138843}, {"id": 10138845, "title": "Key param test for `bmp_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.730659008026123, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138846, "title": "Key param test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.14116859436035156, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138845}, {"id": 10138847, "title": "Key param test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.5894904136657715, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138845}, {"id": 10138848, "title": "Random long text test for `bmp_decrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 1.7624485492706299, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138849, "title": "Random long text test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.18477463722229004, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138848}, {"id": 10138850, "title": "Random long text test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.5776739120483398, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138848}, {"id": 10138851, "title": "Random short word test for `bmp_decrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 2.2098937034606934, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138781}, {"id": 10138852, "title": "Random short word test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.13212370872497559, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138851}, {"id": 10138853, "title": "Random short word test for `bmp_decrypt()` - memory test", "description": null, "duration": 2.0777699947357178, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138851}, {"id": 10138854, "title": "Module Playfair", "description": null, "duration": 1.7253148555755615, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": null}, {"id": 10138855, "title": "Dry Run for `playfair_encrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 0.15298223495483398, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138854}, {"id": 10138856, "title": "Dry Run for `playfair_encrypt()` - unit test", "description": null, "duration": 0.15298223495483398, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138855}, {"id": 10138857, "title": "Key param test for `playfair_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 0.19965672492980957, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138854}, {"id": 10138858, "title": "Key param test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.19965672492980957, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138857}, {"id": 10138859, "title": "Random long text test for `playfair_encrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 0.13159656524658203, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138854}, {"id": 10138860, "title": "Random long text test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.13159656524658203, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138859}, {"id": 10138861, "title": "Random short word test for `playfair_encrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 0.12314295768737793, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138854}, {"id": 10138862, "title": "Random short word test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.12314295768737793, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138861}, {"id": 10138863, "title": "Dry Run for `playfair_decrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 0.15137386322021484, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138854}, {"id": 10138864, "title": "Dry Run for `playfair_decrypt()` - unit test", "description": null, "duration": 0.15137386322021484, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138863}, {"id": 10138865, "title": "Key param test for `playfair_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 0.16922283172607422, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138854}, {"id": 10138866, "title": "Key param test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.16922283172607422, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138865}, {"id": 10138867, "title": "Random long text test for `playfair_decrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 0.15548920631408691, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138854}, {"id": 10138868, "title": "Random long text test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.15548920631408691, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138867}, {"id": 10138869, "title": "Random short word test for `playfair_decrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 0.1319892406463623, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363424, "parent": 10138854}, {"id": 10138870, "title": "Random short word test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.1319892406463623, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363424, "parent": 10138869}], "id": 363424, "resource_id": "495e83dc-06d2-4211-9543-e019745d65c1", "date_submitted": "2021-03-09T10:56:39Z", "date_evaluated": "2021-03-09T11:08:46.571Z", "max_score": 100.0}