{"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": 57.0, "percentage": 56.99999999999999, "testcases": [{"id": 10107057, "title": "Structure Check", "description": null, "duration": 0.04526042938232422, "score": null, "hint": null, "strict": true, "passed": true, "type": "ws", "render": "normal", "submission": 362883, "parent": null}, {"id": 10107058, "title": "Globals", "description": "Searching for global variables\n", "duration": 0.1527385711669922, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": null}, {"id": 10107059, "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.21071147918701172, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": null}, {"id": 10107060, "title": "Compilation", "description": "Compiles your code with the following command:\n`gcc -std=c11 -Wall -Werror source_files.c -lm`\n", "duration": 0.3711578845977783, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": null}, {"id": 10107061, "title": "Makefile Checks", "description": null, "duration": 0.2788560390472412, "score": 0.0, "hint": null, "strict": true, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": null}, {"id": 10107062, "title": "make all", "description": "Test target \"all\"", "duration": 0.14196109771728516, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107061}, {"id": 10107063, "title": "make clean", "description": "Test target \"clean\"", "duration": 0.13689494132995605, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107061}, {"id": 10107064, "title": "Module BMP", "description": null, "duration": 39.16057872772217, "score": 57.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": null}, {"id": 10107065, "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.6332659721374512, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107066, "title": "Dry Run for `reverse()` - unit test", "description": null, "duration": 0.20381689071655273, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107065}, {"id": 10107067, "title": "Dry Run for `reverse()` - memory test", "description": null, "duration": 1.4294490814208984, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107065}, {"id": 10107068, "title": "Random word test for `reverse()`", "description": "This is a functionality test. It checks the function with a random word.\n", "duration": 1.6453020572662354, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107069, "title": "Random word test for `reverse()` - unit test", "description": null, "duration": 0.19207477569580078, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107068}, {"id": 10107070, "title": "Random word test for `reverse()` - memory test", "description": null, "duration": 1.4532272815704346, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107068}, {"id": 10107071, "title": "Random sentence test for `reverse()`", "description": "This is a functionality test. It checks the function with a random sentence.\n", "duration": 1.896794080734253, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107072, "title": "Random sentence test for `reverse()` - unit test", "description": null, "duration": 0.2284090518951416, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107071}, {"id": 10107073, "title": "Random sentence test for `reverse()` - memory test", "description": null, "duration": 1.6683850288391113, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107071}, {"id": 10107074, "title": "All ascii letters test for `reverse()`", "description": "This is a functionality test. It checks the function with all ascii letters.\n", "duration": 1.7912635803222656, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107075, "title": "All ascii letters test for `reverse()` - unit test", "description": null, "duration": 0.17934727668762207, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107074}, {"id": 10107076, "title": "All ascii letters test for `reverse()` - memory test", "description": null, "duration": 1.6119163036346436, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107074}, {"id": 10107077, "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": 1.7898967266082764, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107078, "title": "Dry Run for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.17790532112121582, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107077}, {"id": 10107079, "title": "Dry Run for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.6119914054870605, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107077}, {"id": 10107080, "title": "Key param test for `vigenere_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.8148436546325684, "score": 2.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107081, "title": "Key param test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.18619751930236816, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107080}, {"id": 10107082, "title": "Key param test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.6286461353302002, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107080}, {"id": 10107083, "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.17173027992248535, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107084, "title": "Random long text test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.17173027992248535, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107083}, {"id": 10107085, "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.7067484855651855, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107086, "title": "Random short word test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.17866230010986328, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107085}, {"id": 10107087, "title": "Random short word test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.5280861854553223, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107085}, {"id": 10107088, "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.40839719772338867, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107089, "title": "Dry Run for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.40839719772338867, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107088}, {"id": 10107090, "title": "Key param test for `vigenere_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.793686866760254, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107091, "title": "Key param test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.1747300624847412, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107090}, {"id": 10107092, "title": "Key param test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.6189568042755127, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107090}, {"id": 10107093, "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.9371318817138672, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107094, "title": "Random long text test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.21799087524414062, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107093}, {"id": 10107095, "title": "Random long text test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.7191410064697266, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107093}, {"id": 10107096, "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.7909960746765137, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107097, "title": "Random short word test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.1895132064819336, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107096}, {"id": 10107098, "title": "Random short word test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.60148286819458, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107096}, {"id": 10107099, "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.8414106369018555, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107100, "title": "Dry Run for `bit_encrypt()` - unit test", "description": null, "duration": 0.24566268920898438, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107099}, {"id": 10107101, "title": "Dry Run for `bit_encrypt()` - memory test", "description": null, "duration": 1.595747947692871, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107099}, {"id": 10107102, "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.15662908554077148, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107103, "title": "Random long text test for `bit_encrypt()` - unit test", "description": null, "duration": 0.15662908554077148, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107102}, {"id": 10107104, "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.8348016738891602, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107105, "title": "Random short word test for `bit_encrypt()` - unit test", "description": null, "duration": 0.20281028747558594, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107104}, {"id": 10107106, "title": "Random short word test for `bit_encrypt()` - memory test", "description": null, "duration": 1.6319913864135742, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107104}, {"id": 10107107, "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.844799518585205, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107108, "title": "Dry Run for `bit_decrypt()` - unit test", "description": null, "duration": 0.18192195892333984, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107107}, {"id": 10107109, "title": "Dry Run for `bit_decrypt()` - memory test", "description": null, "duration": 1.6628775596618652, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107107}, {"id": 10107110, "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.8160760402679443, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107111, "title": "Random long text test for `bit_decrypt()` - unit test", "description": null, "duration": 0.21202921867370605, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107110}, {"id": 10107112, "title": "Random long text test for `bit_decrypt()` - memory test", "description": null, "duration": 1.6040468215942383, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107110}, {"id": 10107113, "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.9012634754180908, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107114, "title": "Random short word test for `bit_decrypt()` - unit test", "description": null, "duration": 0.17186856269836426, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107113}, {"id": 10107115, "title": "Random short word test for `bit_decrypt()` - memory test", "description": null, "duration": 1.7293949127197266, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107113}, {"id": 10107116, "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.4060523509979248, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107117, "title": "Dry Run for `bmp_encrypt()` - unit test", "description": null, "duration": 0.4060523509979248, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107116}, {"id": 10107118, "title": "Key param test for `bmp_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.9427788257598877, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107119, "title": "Key param test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.21672320365905762, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107118}, {"id": 10107120, "title": "Key param test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.72605562210083, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107118}, {"id": 10107121, "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.1608588695526123, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107122, "title": "Random long text test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.1608588695526123, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107121}, {"id": 10107123, "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.9249601364135742, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107124, "title": "Random short word test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.23266124725341797, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107123}, {"id": 10107125, "title": "Random short word test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.6922988891601562, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107123}, {"id": 10107126, "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.4366140365600586, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107127, "title": "Dry Run for `bmp_decrypt()` - unit test", "description": null, "duration": 0.4366140365600586, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107126}, {"id": 10107128, "title": "Key param test for `bmp_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.93414306640625, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107129, "title": "Key param test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.19599485397338867, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107128}, {"id": 10107130, "title": "Key param test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.7381482124328613, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107128}, {"id": 10107131, "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.20438694953918457, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107132, "title": "Random long text test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.20438694953918457, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107131}, {"id": 10107133, "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.8608012199401855, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107064}, {"id": 10107134, "title": "Random short word test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.18940281867980957, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107133}, {"id": 10107135, "title": "Random short word test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.671398401260376, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107133}, {"id": 10107136, "title": "Module Playfair", "description": null, "duration": 3.1002743244171143, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": null}, {"id": 10107137, "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.4262828826904297, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107136}, {"id": 10107138, "title": "Dry Run for `playfair_encrypt()` - unit test", "description": null, "duration": 0.4262828826904297, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107137}, {"id": 10107139, "title": "Key param test for `playfair_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 0.5095155239105225, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107136}, {"id": 10107140, "title": "Key param test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.5095155239105225, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107139}, {"id": 10107141, "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.15666580200195312, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107136}, {"id": 10107142, "title": "Random long text test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.15666580200195312, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107141}, {"id": 10107143, "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.22381234169006348, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107136}, {"id": 10107144, "title": "Random short word test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.22381234169006348, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107143}, {"id": 10107145, "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.4504239559173584, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107136}, {"id": 10107146, "title": "Dry Run for `playfair_decrypt()` - unit test", "description": null, "duration": 0.4504239559173584, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107145}, {"id": 10107147, "title": "Key param test for `playfair_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 0.41701674461364746, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107136}, {"id": 10107148, "title": "Key param test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.41701674461364746, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107147}, {"id": 10107149, "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.18885111808776855, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107136}, {"id": 10107150, "title": "Random long text test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.18885111808776855, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107149}, {"id": 10107151, "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.2299041748046875, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 362883, "parent": 10107136}, {"id": 10107152, "title": "Random short word test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.2299041748046875, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 362883, "parent": 10107151}], "id": 362883, "resource_id": "61be84da-98eb-4b51-8b63-96019247aaca", "date_submitted": "2021-03-08T16:08:50Z", "date_evaluated": "2021-03-08T17:08:31.712Z", "max_score": 100.0}