{"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": 44.0, "percentage": 44.0, "testcases": [{"id": 10092268, "title": "Structure Check", "description": null, "duration": 0.05686688423156738, "score": null, "hint": null, "strict": true, "passed": true, "type": "ws", "render": "normal", "submission": 362626, "parent": null}, {"id": 10092269, "title": "Globals", "description": "Searching for global variables\n", "duration": 0.10896182060241699, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": null}, {"id": 10092270, "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.14528393745422363, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": null}, {"id": 10092271, "title": "Compilation", "description": "Compiles your code with the following command:\n`gcc -std=c11 -Wall -Werror source_files.c -lm`\n", "duration": 0.3386197090148926, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": null}, {"id": 10092272, "title": "Makefile Checks", "description": null, "duration": 0.20934271812438965, "score": 0.0, "hint": null, "strict": true, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": null}, {"id": 10092273, "title": "make all", "description": "Test target \"all\"", "duration": 0.09128928184509277, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092272}, {"id": 10092274, "title": "make clean", "description": "Test target \"clean\"", "duration": 0.11805343627929688, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092272}, {"id": 10092275, "title": "Module BMP", "description": null, "duration": 27.582696199417114, "score": 44.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": null}, {"id": 10092276, "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.5618889331817627, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092277, "title": "Dry Run for `reverse()` - unit test", "description": null, "duration": 0.10690832138061523, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092276}, {"id": 10092278, "title": "Dry Run for `reverse()` - memory test", "description": null, "duration": 1.4549806118011475, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092276}, {"id": 10092279, "title": "Random word test for `reverse()`", "description": "This is a functionality test. It checks the function with a random word.\n", "duration": 1.5393884181976318, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092280, "title": "Random word test for `reverse()` - unit test", "description": null, "duration": 0.10552835464477539, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092279}, {"id": 10092281, "title": "Random word test for `reverse()` - memory test", "description": null, "duration": 1.4338600635528564, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092279}, {"id": 10092282, "title": "Random sentence test for `reverse()`", "description": "This is a functionality test. It checks the function with a random sentence.\n", "duration": 1.6082420349121094, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092283, "title": "Random sentence test for `reverse()` - unit test", "description": null, "duration": 0.11020207405090332, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092282}, {"id": 10092284, "title": "Random sentence test for `reverse()` - memory test", "description": null, "duration": 1.498039960861206, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092282}, {"id": 10092285, "title": "All ascii letters test for `reverse()`", "description": "This is a functionality test. It checks the function with all ascii letters.\n", "duration": 1.7461042404174805, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092286, "title": "All ascii letters test for `reverse()` - unit test", "description": null, "duration": 0.1254732608795166, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092285}, {"id": 10092287, "title": "All ascii letters test for `reverse()` - memory test", "description": null, "duration": 1.6206309795379639, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092285}, {"id": 10092288, "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.11081552505493164, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092289, "title": "Dry Run for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.11081552505493164, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092288}, {"id": 10092290, "title": "Key param test for `vigenere_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 0.0957193374633789, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092291, "title": "Key param test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.0957193374633789, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092290}, {"id": 10092292, "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.10520792007446289, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092293, "title": "Random long text test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.10520792007446289, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092292}, {"id": 10092294, "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.6498103141784668, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092295, "title": "Random short word test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.10670757293701172, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092294}, {"id": 10092296, "title": "Random short word test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.543102741241455, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092294}, {"id": 10092297, "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.2825958728790283, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092298, "title": "Dry Run for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.2825958728790283, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092297}, {"id": 10092299, "title": "Key param test for `vigenere_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.9780657291412354, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092300, "title": "Key param test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.14441370964050293, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092299}, {"id": 10092301, "title": "Key param test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.8336520195007324, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092299}, {"id": 10092302, "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.1467123031616211, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092303, "title": "Random long text test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.1467123031616211, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092302}, {"id": 10092304, "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.7609238624572754, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092305, "title": "Random short word test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.14828944206237793, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092304}, {"id": 10092306, "title": "Random short word test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.6126344203948975, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092304}, {"id": 10092307, "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.6913847923278809, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092308, "title": "Dry Run for `bit_encrypt()` - unit test", "description": null, "duration": 0.11403775215148926, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092307}, {"id": 10092309, "title": "Dry Run for `bit_encrypt()` - memory test", "description": null, "duration": 1.5773470401763916, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092307}, {"id": 10092310, "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.21634316444396973, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092311, "title": "Random long text test for `bit_encrypt()` - unit test", "description": null, "duration": 0.21634316444396973, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092310}, {"id": 10092312, "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.8086516857147217, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092313, "title": "Random short word test for `bit_encrypt()` - unit test", "description": null, "duration": 0.17842817306518555, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092312}, {"id": 10092314, "title": "Random short word test for `bit_encrypt()` - memory test", "description": null, "duration": 1.6302235126495361, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092312}, {"id": 10092315, "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": 0.2490530014038086, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092316, "title": "Dry Run for `bit_decrypt()` - unit test", "description": null, "duration": 0.2490530014038086, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092315}, {"id": 10092317, "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": 0.1302332878112793, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092318, "title": "Random long text test for `bit_decrypt()` - unit test", "description": null, "duration": 0.1302332878112793, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092317}, {"id": 10092319, "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.9038927555084229, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092320, "title": "Random short word test for `bit_decrypt()` - unit test", "description": null, "duration": 0.1621236801147461, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092319}, {"id": 10092321, "title": "Random short word test for `bit_decrypt()` - memory test", "description": null, "duration": 1.7417690753936768, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092319}, {"id": 10092322, "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.2428281307220459, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092323, "title": "Dry Run for `bmp_encrypt()` - unit test", "description": null, "duration": 0.2428281307220459, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092322}, {"id": 10092324, "title": "Key param test for `bmp_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.68049955368042, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092325, "title": "Key param test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.13199281692504883, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092324}, {"id": 10092326, "title": "Key param test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.548506736755371, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092324}, {"id": 10092327, "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.12149310111999512, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092328, "title": "Random long text test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.12149310111999512, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092327}, {"id": 10092329, "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.7317967414855957, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092330, "title": "Random short word test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.1229560375213623, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092329}, {"id": 10092331, "title": "Random short word test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.6088407039642334, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092329}, {"id": 10092332, "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.25957822799682617, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092333, "title": "Dry Run for `bmp_decrypt()` - unit test", "description": null, "duration": 0.25957822799682617, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092332}, {"id": 10092334, "title": "Key param test for `bmp_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.7900564670562744, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092335, "title": "Key param test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.18508601188659668, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092334}, {"id": 10092336, "title": "Key param test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.6049704551696777, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092334}, {"id": 10092337, "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.1173698902130127, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092338, "title": "Random long text test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.1173698902130127, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092337}, {"id": 10092339, "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.6953022480010986, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092275}, {"id": 10092340, "title": "Random short word test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.15041375160217285, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092339}, {"id": 10092341, "title": "Random short word test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.5448884963989258, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092339}, {"id": 10092342, "title": "Module Playfair", "description": null, "duration": 2.1216275691986084, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": null}, {"id": 10092343, "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.26041483879089355, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092342}, {"id": 10092344, "title": "Dry Run for `playfair_encrypt()` - unit test", "description": null, "duration": 0.26041483879089355, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092343}, {"id": 10092345, "title": "Key param test for `playfair_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 0.2779974937438965, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092342}, {"id": 10092346, "title": "Key param test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.2779974937438965, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092345}, {"id": 10092347, "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.13488149642944336, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092342}, {"id": 10092348, "title": "Random long text test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.13488149642944336, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092347}, {"id": 10092349, "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.17137670516967773, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092342}, {"id": 10092350, "title": "Random short word test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.17137670516967773, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092349}, {"id": 10092351, "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.280963659286499, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092342}, {"id": 10092352, "title": "Dry Run for `playfair_decrypt()` - unit test", "description": null, "duration": 0.280963659286499, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092351}, {"id": 10092353, "title": "Key param test for `playfair_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 0.2634849548339844, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092342}, {"id": 10092354, "title": "Key param test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.2634849548339844, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092353}, {"id": 10092355, "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.12632417678833008, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092342}, {"id": 10092356, "title": "Random long text test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.12632417678833008, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092355}, {"id": 10092357, "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.12060880661010742, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362626, "parent": 10092342}, {"id": 10092358, "title": "Random short word test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.12060880661010742, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362626, "parent": 10092357}], "id": 362626, "resource_id": "ca18bf49-4b74-4508-9771-69047ea746b9", "date_submitted": "2021-03-08T09:41:04Z", "date_evaluated": "2021-03-08T11:07:54.857Z", "max_score": 100.0}