{"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": 67.0, "percentage": 67.0, "testcases": [{"id": 10145558, "title": "Structure Check", "description": null, "duration": 0.06078362464904785, "score": null, "hint": null, "strict": true, "passed": true, "type": "ws", "render": "normal", "submission": 363547, "parent": null}, {"id": 10145559, "title": "Globals", "description": "Searching for global variables\n", "duration": 0.3181140422821045, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": null}, {"id": 10145560, "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.2774019241333008, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": null}, {"id": 10145561, "title": "Compilation", "description": "Compiles your code with the following command:\n`gcc -std=c11 -Wall -Werror source_files.c -lm`\n", "duration": 0.5834846496582031, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": null}, {"id": 10145562, "title": "Makefile Checks", "description": null, "duration": 0.47707509994506836, "score": 0.0, "hint": null, "strict": true, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": null}, {"id": 10145563, "title": "make all", "description": "Test target \"all\"", "duration": 0.207258939743042, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145562}, {"id": 10145564, "title": "make clean", "description": "Test target \"clean\"", "duration": 0.26981616020202637, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145562}, {"id": 10145565, "title": "Module BMP", "description": null, "duration": 41.26733469963074, "score": 61.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": null}, {"id": 10145566, "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.976994276046753, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145567, "title": "Dry Run for `reverse()` - unit test", "description": null, "duration": 0.26633620262145996, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145566}, {"id": 10145568, "title": "Dry Run for `reverse()` - memory test", "description": null, "duration": 1.710658073425293, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145566}, {"id": 10145569, "title": "Random word test for `reverse()`", "description": "This is a functionality test. It checks the function with a random word.\n", "duration": 1.900604486465454, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145570, "title": "Random word test for `reverse()` - unit test", "description": null, "duration": 0.2196505069732666, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145569}, {"id": 10145571, "title": "Random word test for `reverse()` - memory test", "description": null, "duration": 1.6809539794921875, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145569}, {"id": 10145572, "title": "Random sentence test for `reverse()`", "description": "This is a functionality test. It checks the function with a random sentence.\n", "duration": 1.8488116264343262, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145573, "title": "Random sentence test for `reverse()` - unit test", "description": null, "duration": 0.1891775131225586, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145572}, {"id": 10145574, "title": "Random sentence test for `reverse()` - memory test", "description": null, "duration": 1.6596341133117676, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145572}, {"id": 10145575, "title": "All ascii letters test for `reverse()`", "description": "This is a functionality test. It checks the function with all ascii letters.\n", "duration": 1.8518543243408203, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145576, "title": "All ascii letters test for `reverse()` - unit test", "description": null, "duration": 0.17632389068603516, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145575}, {"id": 10145577, "title": "All ascii letters test for `reverse()` - memory test", "description": null, "duration": 1.6755304336547852, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145575}, {"id": 10145578, "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.43703484535217285, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145579, "title": "Dry Run for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.43703484535217285, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145578}, {"id": 10145580, "title": "Key param test for `vigenere_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.9238500595092773, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145581, "title": "Key param test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.20479083061218262, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145580}, {"id": 10145582, "title": "Key param test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.7190592288970947, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145580}, {"id": 10145583, "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.8637032508850098, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145584, "title": "Random long text test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.18727517127990723, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145583}, {"id": 10145585, "title": "Random long text test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.6764280796051025, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145583}, {"id": 10145586, "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.9021093845367432, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145587, "title": "Random short word test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.23916912078857422, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145586}, {"id": 10145588, "title": "Random short word test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.662940263748169, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145586}, {"id": 10145589, "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.415895938873291, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145590, "title": "Dry Run for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.415895938873291, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145589}, {"id": 10145591, "title": "Key param test for `vigenere_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 2.0314559936523438, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145592, "title": "Key param test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.28250646591186523, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145591}, {"id": 10145593, "title": "Key param test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.7489495277404785, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145591}, {"id": 10145594, "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.9873828887939453, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145595, "title": "Random long text test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.27579641342163086, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145594}, {"id": 10145596, "title": "Random long text test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.7115864753723145, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145594}, {"id": 10145597, "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.9371922016143799, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145598, "title": "Random short word test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.22561144828796387, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145597}, {"id": 10145599, "title": "Random short word test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.711580753326416, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145597}, {"id": 10145600, "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": 0.4196903705596924, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145601, "title": "Dry Run for `bit_encrypt()` - unit test", "description": null, "duration": 0.4196903705596924, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145600}, {"id": 10145602, "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.1762697696685791, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145603, "title": "Random long text test for `bit_encrypt()` - unit test", "description": null, "duration": 0.1762697696685791, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145602}, {"id": 10145604, "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.9121885299682617, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145605, "title": "Random short word test for `bit_encrypt()` - unit test", "description": null, "duration": 0.19962620735168457, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145604}, {"id": 10145606, "title": "Random short word test for `bit_encrypt()` - memory test", "description": null, "duration": 1.7125623226165771, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145604}, {"id": 10145607, "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.9532277584075928, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145608, "title": "Dry Run for `bit_decrypt()` - unit test", "description": null, "duration": 0.23015332221984863, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145607}, {"id": 10145609, "title": "Dry Run for `bit_decrypt()` - memory test", "description": null, "duration": 1.7230744361877441, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145607}, {"id": 10145610, "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": 2.00978684425354, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145611, "title": "Random long text test for `bit_decrypt()` - unit test", "description": null, "duration": 0.25451111793518066, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145610}, {"id": 10145612, "title": "Random long text test for `bit_decrypt()` - memory test", "description": null, "duration": 1.7552757263183594, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145610}, {"id": 10145613, "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.8688840866088867, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145614, "title": "Random short word test for `bit_decrypt()` - unit test", "description": null, "duration": 0.20243430137634277, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145613}, {"id": 10145615, "title": "Random short word test for `bit_decrypt()` - memory test", "description": null, "duration": 1.666449785232544, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145613}, {"id": 10145616, "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.41216135025024414, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145617, "title": "Dry Run for `bmp_encrypt()` - unit test", "description": null, "duration": 0.41216135025024414, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145616}, {"id": 10145618, "title": "Key param test for `bmp_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.9533934593200684, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145619, "title": "Key param test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.22305917739868164, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145618}, {"id": 10145620, "title": "Key param test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.7303342819213867, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145618}, {"id": 10145621, "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.13881325721740723, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145622, "title": "Random long text test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.13881325721740723, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145621}, {"id": 10145623, "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.8688602447509766, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145624, "title": "Random short word test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.1847224235534668, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145623}, {"id": 10145625, "title": "Random short word test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.6841378211975098, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145623}, {"id": 10145626, "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.4464144706726074, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145627, "title": "Dry Run for `bmp_decrypt()` - unit test", "description": null, "duration": 0.4464144706726074, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145626}, {"id": 10145628, "title": "Key param test for `bmp_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.9829206466674805, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145629, "title": "Key param test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.23985075950622559, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145628}, {"id": 10145630, "title": "Key param test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.7430698871612549, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145628}, {"id": 10145631, "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": 2.047589063644409, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145632, "title": "Random long text test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.26523613929748535, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145631}, {"id": 10145633, "title": "Random long text test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.7823529243469238, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145631}, {"id": 10145634, "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.9526338577270508, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145565}, {"id": 10145635, "title": "Random short word test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.23402118682861328, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145634}, {"id": 10145636, "title": "Random short word test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.7186126708984375, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145634}, {"id": 10145637, "title": "Module Playfair", "description": null, "duration": 6.687141180038452, "score": 6.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": null}, {"id": 10145638, "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.4428532123565674, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145637}, {"id": 10145639, "title": "Dry Run for `playfair_encrypt()` - unit test", "description": null, "duration": 0.4428532123565674, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145638}, {"id": 10145640, "title": "Key param test for `playfair_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.970984935760498, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145637}, {"id": 10145641, "title": "Key param test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.21082758903503418, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145640}, {"id": 10145642, "title": "Key param test for `playfair_encrypt()` - memory test", "description": null, "duration": 1.7601573467254639, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145640}, {"id": 10145643, "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.20063519477844238, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145637}, {"id": 10145644, "title": "Random long text test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.20063519477844238, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145643}, {"id": 10145645, "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.23639464378356934, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145637}, {"id": 10145646, "title": "Random short word test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.23639464378356934, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145645}, {"id": 10145647, "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.5044798851013184, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145637}, {"id": 10145648, "title": "Dry Run for `playfair_decrypt()` - unit test", "description": null, "duration": 0.5044798851013184, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145647}, {"id": 10145649, "title": "Key param test for `playfair_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 2.1427018642425537, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145637}, {"id": 10145650, "title": "Key param test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.28631019592285156, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145649}, {"id": 10145651, "title": "Key param test for `playfair_decrypt()` - memory test", "description": null, "duration": 1.8563916683197021, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145649}, {"id": 10145652, "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.20077824592590332, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145637}, {"id": 10145653, "title": "Random long text test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.20077824592590332, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145652}, {"id": 10145654, "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.25095415115356445, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363547, "parent": 10145637}, {"id": 10145655, "title": "Random short word test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.25095415115356445, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363547, "parent": 10145654}], "id": 363547, "resource_id": "bafde22c-ffeb-46c8-8242-2796d948b89e", "date_submitted": "2021-03-09T11:56:45Z", "date_evaluated": "2021-03-09T14:08:21.973Z", "max_score": 100.0}