{"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": 53.0, "percentage": 53.0, "testcases": [{"id": 10115665, "title": "Structure Check", "description": null, "duration": 0.05334329605102539, "score": null, "hint": null, "strict": true, "passed": true, "type": "ws", "render": "normal", "submission": 363037, "parent": null}, {"id": 10115666, "title": "Globals", "description": "Searching for global variables\n", "duration": 0.14585280418395996, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": null}, {"id": 10115667, "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.2343125343322754, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": null}, {"id": 10115668, "title": "Compilation", "description": "Compiles your code with the following command:\n`gcc -std=c11 -Wall -Werror source_files.c -lm`\n", "duration": 0.43585991859436035, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": null}, {"id": 10115669, "title": "Makefile Checks", "description": null, "duration": 0.36904454231262207, "score": 0.0, "hint": null, "strict": true, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": null}, {"id": 10115670, "title": "make all", "description": "Test target \"all\"", "duration": 0.19608283042907715, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115669}, {"id": 10115671, "title": "make clean", "description": "Test target \"clean\"", "duration": 0.17296171188354492, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115669}, {"id": 10115672, "title": "Module BMP", "description": null, "duration": 35.73122978210449, "score": 53.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": null}, {"id": 10115673, "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.9928898811340332, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115674, "title": "Dry Run for `reverse()` - unit test", "description": null, "duration": 0.2927374839782715, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115673}, {"id": 10115675, "title": "Dry Run for `reverse()` - memory test", "description": null, "duration": 1.7001523971557617, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115673}, {"id": 10115676, "title": "Random word test for `reverse()`", "description": "This is a functionality test. It checks the function with a random word.\n", "duration": 1.8448824882507324, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115677, "title": "Random word test for `reverse()` - unit test", "description": null, "duration": 0.20188450813293457, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115676}, {"id": 10115678, "title": "Random word test for `reverse()` - memory test", "description": null, "duration": 1.6429979801177979, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115676}, {"id": 10115679, "title": "Random sentence test for `reverse()`", "description": "This is a functionality test. It checks the function with a random sentence.\n", "duration": 1.8354339599609375, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115680, "title": "Random sentence test for `reverse()` - unit test", "description": null, "duration": 0.21958422660827637, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115679}, {"id": 10115681, "title": "Random sentence test for `reverse()` - memory test", "description": null, "duration": 1.6158497333526611, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115679}, {"id": 10115682, "title": "All ascii letters test for `reverse()`", "description": "This is a functionality test. It checks the function with all ascii letters.\n", "duration": 1.8792133331298828, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115683, "title": "All ascii letters test for `reverse()` - unit test", "description": null, "duration": 0.21863532066345215, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115682}, {"id": 10115684, "title": "All ascii letters test for `reverse()` - memory test", "description": null, "duration": 1.6605780124664307, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115682}, {"id": 10115685, "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.39501285552978516, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115686, "title": "Dry Run for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.39501285552978516, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115685}, {"id": 10115687, "title": "Key param test for `vigenere_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.8402626514434814, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115688, "title": "Key param test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.19023394584655762, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115687}, {"id": 10115689, "title": "Key param test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.6500287055969238, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115687}, {"id": 10115690, "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": 0.17824554443359375, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115691, "title": "Random long text test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.17824554443359375, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115690}, {"id": 10115692, "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.9211273193359375, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115693, "title": "Random short word test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.20472264289855957, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115692}, {"id": 10115694, "title": "Random short word test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.716404676437378, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115692}, {"id": 10115695, "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.40035319328308105, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115696, "title": "Dry Run for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.40035319328308105, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115695}, {"id": 10115697, "title": "Key param test for `vigenere_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.8928215503692627, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115698, "title": "Key param test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.19943642616271973, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115697}, {"id": 10115699, "title": "Key param test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.693385124206543, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115697}, {"id": 10115700, "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": 0.2463541030883789, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115701, "title": "Random long text test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.2463541030883789, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115700}, {"id": 10115702, "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.8388469219207764, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115703, "title": "Random short word test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.20160412788391113, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115702}, {"id": 10115704, "title": "Random short word test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.6372427940368652, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115702}, {"id": 10115705, "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.7749574184417725, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115706, "title": "Dry Run for `bit_encrypt()` - unit test", "description": null, "duration": 0.1688370704650879, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115705}, {"id": 10115707, "title": "Dry Run for `bit_encrypt()` - memory test", "description": null, "duration": 1.6061203479766846, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115705}, {"id": 10115708, "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.15855622291564941, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115709, "title": "Random long text test for `bit_encrypt()` - unit test", "description": null, "duration": 0.15855622291564941, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115708}, {"id": 10115710, "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.7964749336242676, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115711, "title": "Random short word test for `bit_encrypt()` - unit test", "description": null, "duration": 0.18668460845947266, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115710}, {"id": 10115712, "title": "Random short word test for `bit_encrypt()` - memory test", "description": null, "duration": 1.609790325164795, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115710}, {"id": 10115713, "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.7883563041687012, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115714, "title": "Dry Run for `bit_decrypt()` - unit test", "description": null, "duration": 0.1992933750152588, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115713}, {"id": 10115715, "title": "Dry Run for `bit_decrypt()` - memory test", "description": null, "duration": 1.5890629291534424, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115713}, {"id": 10115716, "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.7737164497375488, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115717, "title": "Random long text test for `bit_decrypt()` - unit test", "description": null, "duration": 0.18594622611999512, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115716}, {"id": 10115718, "title": "Random long text test for `bit_decrypt()` - memory test", "description": null, "duration": 1.5877702236175537, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115716}, {"id": 10115719, "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.7991273403167725, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115720, "title": "Random short word test for `bit_decrypt()` - unit test", "description": null, "duration": 0.1940310001373291, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115719}, {"id": 10115721, "title": "Random short word test for `bit_decrypt()` - memory test", "description": null, "duration": 1.6050963401794434, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115719}, {"id": 10115722, "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.4501516819000244, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115723, "title": "Dry Run for `bmp_encrypt()` - unit test", "description": null, "duration": 0.4501516819000244, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115722}, {"id": 10115724, "title": "Key param test for `bmp_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.9421186447143555, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115725, "title": "Key param test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.23680520057678223, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115724}, {"id": 10115726, "title": "Key param test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.7053134441375732, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115724}, {"id": 10115727, "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.17115402221679688, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115728, "title": "Random long text test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.17115402221679688, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115727}, {"id": 10115729, "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.9473967552185059, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115730, "title": "Random short word test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.23723411560058594, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115729}, {"id": 10115731, "title": "Random short word test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.71016263961792, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115729}, {"id": 10115732, "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.42336511611938477, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115733, "title": "Dry Run for `bmp_decrypt()` - unit test", "description": null, "duration": 0.42336511611938477, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115732}, {"id": 10115734, "title": "Key param test for `bmp_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.7972097396850586, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115735, "title": "Key param test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.19775128364562988, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115734}, {"id": 10115736, "title": "Key param test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.5994584560394287, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115734}, {"id": 10115737, "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": 0.188401460647583, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115738, "title": "Random long text test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.188401460647583, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115737}, {"id": 10115739, "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": 1.814192533493042, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115672}, {"id": 10115740, "title": "Random short word test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.1794428825378418, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115739}, {"id": 10115741, "title": "Random short word test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.6347496509552002, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115739}, {"id": 10115742, "title": "Module Playfair", "description": null, "duration": 2.8988640308380127, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": null}, {"id": 10115743, "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.4452660083770752, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115742}, {"id": 10115744, "title": "Dry Run for `playfair_encrypt()` - unit test", "description": null, "duration": 0.4452660083770752, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115743}, {"id": 10115745, "title": "Key param test for `playfair_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 0.39492082595825195, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115742}, {"id": 10115746, "title": "Key param test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.39492082595825195, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115745}, {"id": 10115747, "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.14593839645385742, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115742}, {"id": 10115748, "title": "Random long text test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.14593839645385742, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115747}, {"id": 10115749, "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.18902134895324707, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115742}, {"id": 10115750, "title": "Random short word test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.18902134895324707, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115749}, {"id": 10115751, "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.38933253288269043, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115742}, {"id": 10115752, "title": "Dry Run for `playfair_decrypt()` - unit test", "description": null, "duration": 0.38933253288269043, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115751}, {"id": 10115753, "title": "Key param test for `playfair_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 0.3919539451599121, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115742}, {"id": 10115754, "title": "Key param test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.3919539451599121, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115753}, {"id": 10115755, "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.1655409336090088, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115742}, {"id": 10115756, "title": "Random long text test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.1655409336090088, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115755}, {"id": 10115757, "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.20376205444335938, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363037, "parent": 10115742}, {"id": 10115758, "title": "Random short word test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.20376205444335938, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363037, "parent": 10115757}], "id": 363037, "resource_id": "2311924d-9f90-49dd-83b0-1afa00c72961", "date_submitted": "2021-03-08T19:35:10Z", "date_evaluated": "2021-03-08T20:08:45.340Z", "max_score": 100.0}