Exam

Top 10 Participated

RESULT SHEET

Name Question Answered Right Wrong Pass M. Obtain M. Position
30 24 18 6 12 16.50 31
30 26 20 6 12 18.50 32
30 17 16 1 12 15.75 33
30 25 19 6 12 17.50 34
30 20 16 4 12 15.00 35
30 21 15 6 12 13.50 36
30 29 18 11 12 15.25 37
30 22 18 4 12 17.00 38
30 27 20 7 12 18.25 39
30 24 20 4 12 19.00 40
30 22 18 4 12 17.00 41
30 28 14 14 12 10.50 42
30 11 11 0 12 11.00 43
30 26 15 11 12 12.25 44
30 30 15 15 12 11.25 45
30 7 2 5 12 0.75 46
30 30 17 13 12 13.75 47
30 26 19 7 12 17.25 48
30 24 20 4 12 19.00 49
30 28 21 7 12 19.25 50
30 21 21 0 12 21.00 51
30 30 17 13 12 13.75 52
30 24 18 6 12 16.50 53
30 15 11 4 12 10.00 54
30 16 15 1 12 14.75 55
30 16 12 4 12 11.00 56
30 30 30 0 12 30.00 57
30 23 22 1 12 21.75 58
30 25 21 4 12 20.00 59
30 21 20 1 12 19.75 60

Showing 31 - 60 of 409 entries

Page 2 of 14

টপ রেটেড অ্যাপ

স্যাট অ্যাকাডেমী অ্যাপ

আমাদের অল-ইন-ওয়ান মোবাইল অ্যাপের মাধ্যমে সীমাহীন শেখার সুযোগ উপভোগ করুন।

ভিডিও
লাইভ ক্লাস
এক্সাম
ডাউনলোড করুন
Promotion
Request history8.2.27PHP Version57.04msRequest Duration8MBMemory UsageGET modeltest/{id}/result-sheetRoute
    • Booting (26.94ms)time
    • Application (30.1ms)time
    • 1 x Application (52.76%)
      30.10ms
      1 x Booting (47.23%)
      26.94ms
      28 templates were rendered
      • modeltest.result.resultsheetresultsheet.blade.php#?blade
      • modeltest.result.result-tableresult-table.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • job_admission.include.sidebar_filter_show_hide_scriptsidebar_filter_show_hide_script.blade.php#?blade
      • common.script.activity_scriptactivity_script.blade.php#?blade
      • layouts.satt-appsatt-app.blade.php#?blade
      • includes.header_link2header_link2.blade.php#?blade
      • laravelpwa::metameta.blade.php#?blade
      • layouts.headerheader.blade.php#?blade
      • layouts.toolbartoolbar.blade.php#?blade
      • frontend.downloadourappdownloadourapp.blade.php#?blade
      • frontend.referralreferral.blade.php#?blade
      • auth.user_type_modaluser_type_modal.blade.php#?blade
      • layouts.footerfooter.blade.php#?blade
      • common.login_modallogin_modal.blade.php#?blade
      • components.authentication-card-logoauthentication-card-logo.blade.php#?blade
      • common.includes.promotion_modalpromotion_modal.blade.php#?blade
      • common.includes.notification_item_modalnotification_item_modal.blade.php#?blade
      • common.includes.notification_item_list_modalnotification_item_list_modal.blade.php#?blade
      • common.includes.promotion_offcanvaspromotion_offcanvas.blade.php#?blade
      • includes.footer_link2footer_link2.blade.php#?blade
      • includes.restrictrestrict.blade.php#?blade
      • livewire-alert::components.scriptsscripts.blade.php#?blade
      • livewire-alert::components.flashflash.blade.php#?blade
      • admin.include.toastrtoastr.blade.php#?blade
      • common.search.search_scriptsearch_script.blade.php#?blade
      • common.script.promotion_scriptpromotion_script.blade.php#?blade
      • common.script.promotion_functionspromotion_functions.blade.php#?blade
      uri
      GET modeltest/{id}/result-sheet
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\ModelTest\ModelTestResultController@modeltestResult
      namespace
      prefix
      where
      as
      modeltest.resultsheet
      file
      app/Http/Controllers/ModelTest/ModelTestResultController.php:186-275
      10 statements were executed5.42ms
      • ModelTestResultController.php#214debugerror_satt780μsselect `id`, `exam_starting_time`, `duration`, `exam_expiry_date`, `is_live`, `exam_mode`, EXISTS(SELECT 1 FROM exam_result_analytics AS e WHERE e.user_id = NULL AND e.exam_id = exams.id) AS participated, (SELECT COUNT(1) FROM subscriptions WHERE subscriptions.subscriptionable_id = exams.id AND subscriptions.subscriptionable_type = "App\\Models\\Exam" AND subscriptions.status = "active" AND subscriptions.user_id = NULL) as is_have_subscription, (SELECT COUNT(1) FROM subscriptions WHERE subscriptions.subscriptionable_id = exams.id AND subscriptions.subscriptionable_type = "App\\Models\\Exam" AND subscriptions.status = "pending" AND subscriptions.user_id = NULL) as is_have_pendingSubscription, (SELECT COUNT(1) FROM subscriptions WHERE subscriptions.subscriptionable_id = exams.id AND subscriptions.subscriptionable_type = "App\\Models\\Exam" AND subscriptions.status = "processing" AND subscriptions.user_id = NULL) as is_have_processingSubscription, (SELECT COUNT(*) FROM subscriptions WHERE subscriptions.subscriptionable_id = exams.exam_package_id AND subscriptions.subscriptionable_type = "App\\Models\\ExamPackage" AND subscriptions.status = "active" AND subscriptions.user_id = NULL) as is_have_packageSubscription from `exams` where `exams`.`id` = '127' and `exams`.`deleted_at` is null limit 1
        Bindings
        • 0: 127
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:214
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ModelTestResultController.php#218debugerror_satt350μsselect `id` from `exam_results` where `exam_id` = '127'
        Bindings
        • 0: 127
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:218
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ModelTestResultController.php#219debugerror_satt90μsselect `id` from `exam_results` where `user_id` is null and `exam_id` = '127'
        Bindings
        • 0: 127
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:219
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ModelTestResultController.php#246debugerror_satt1.83msselect count(*) as aggregate from (select DISTINCT user_id, MIN(id) as id, created_at, `obtain_mark`, `answered`, `right_ans`, `wrong_ans`, `total_question`, `total_mark`, `cut_mark` from `exam_result_analytics` where `id` in (38543, 41729, 38295, 39517, 46413, 40476, 40314, 39589, 40259, 40261, 80794, 53530, 40224, 43394, 38349, 38865, 36867, 36822, 36961, 37324, 37085, 39888, 38842, 86477, 39571, 38364, 38326, 75886, 40904, 44852, 36771, 42955, 40309, 89679, 38554, 38511, 37033, 38171, 39015, 36860, 40216, 39632, 40648, 63751, 38688, 40241, 84220, 51775, 39893, 48167, 36791, 92996, 88276, 75143, 73097, 38162, 44990, 39452, 77466, 36883, 39182, 39309, 37811, 78166, 40620, 38212, 38500, 40239, 39316, 37730, 38381, 42258, 38626, 89880, 69095, 57801, 38386, 81972, 41162, 38417, 37751, 38306, 39285, 38301, 39897, 38427, 38347, 41363, 38157, 74600, 38984, 46841, 89118, 41189, 68927, 37845, 46621, 46676, 48613, 52672, 39905, 38408, 38262, 38530, 39023, 40887, 56228, 36728, 40280, 36904, 38587, 57566, 43253, 37253, 39734, 88828, 38310, 38219, 40910, 41309, 76476, 40688, 39118, 38275, 72012, 44338, 66391, 38314, 38542, 40746, 39070, 38537, 39678, 36985, 39957, 36809, 49399, 39831, 37011, 52688, 52695, 39918, 38951, 40351, 39337, 38173, 36921, 40038, 46751, 47447, 39940, 45996, 39290, 40962, 41744, 63318, 38238, 40433, 40745, 71360, 41195, 38747, 42875, 63201, 40708, 38560, 44804, 40483, 66789, 40933, 38354, 40191, 54632, 54638, 40982, 40907, 40486, 38736, 38750, 38764, 39410, 38922, 40381, 164073, 39257, 39582, 38321, 38328, 38485, 37131, 39375, 36902, 38625, 41667, 36973, 39024, 38464, 63036, 38552, 36751, 38313, 37390, 36905, 37281, 50478, 38227, 37798, 36770, 39872, 40760, 38605, 42942, 37023, 37025, 40681, 39244, 39009, 41230, 39006, 40662, 49240, 38920, 70855, 49023, 49144, 39855, 38334, 43554, 38420, 38426, 39060, 38293, 38182, 38845, 36816, 36802, 37342, 38418, 40663, 36878, 37271, 38258, 66740, 38447, 39850, 37664, 48900, 39019, 39021, 39054, 36891, 43095, 38648, 37082, 41201, 37346, 40210, 38621, 38639, 39665, 38265, 40488, 40412, 40405, 39498, 40558, 37448, 39692, 39679, 49270, 40538, 39212, 38742, 39421, 37982, 36756, 36729, 36738, 47986, 36845, 40059, 38304, 40981, 38257, 45835, 37978, 39650, 42533, 38901, 45505, 40137, 40725, 38911, 36761, 36972, 41377, 39465, 38222, 36767, 36834, 37121, 82504, 37373, 37388, 38405, 39835, 37998, 37568, 38982, 39347, 38264, 39900, 40301, 72850, 38240, 38248, 38274, 38308, 38368, 38409, 39654, 38456, 38509, 41099, 38788, 40188, 40372, 38839, 41023, 40465, 39668, 39725, 39694, 40354, 40395, 39845, 40235, 40064, 40119, 42891, 40286, 40311, 40692, 41177, 40706, 40737, 40795, 40821, 43662, 45351, 42772, 55632, 55633, 43309, 45496, 42622, 46388, 44047, 43529, 44419, 74563, 57761, 48825, 49064, 50529, 63585, 53289, 53291, 53298, 61119, 50556, 51588, 62234, 57243, 94274, 56355, 79441, 56277, 57651, 91152, 72817, 61542, 79434, 81254, 62525, 71940, 64615, 63217, 70631, 72443, 64558, 67502, 67865, 67481, 86003, 70067, 68615, 68991, 82106, 70066, 81130, 75571, 70564, 71072, 89466, 73211, 87599, 92043, 77588, 74663, 75697, 76448, 77497, 82544, 82314, 80693, 80653, 89346, 82108, 81818, 95872, 86023, 92075, 89811, 91504, 93517, 94206, 94635, 157266, 171660) group by `user_id`) as `aggregate_table`
        Bindings
        • 0: 38543
        • 1: 41729
        • 2: 38295
        • 3: 39517
        • 4: 46413
        • 5: 40476
        • 6: 40314
        • 7: 39589
        • 8: 40259
        • 9: 40261
        • 10: 80794
        • 11: 53530
        • 12: 40224
        • 13: 43394
        • 14: 38349
        • 15: 38865
        • 16: 36867
        • 17: 36822
        • 18: 36961
        • 19: 37324
        • 20: 37085
        • 21: 39888
        • 22: 38842
        • 23: 86477
        • 24: 39571
        • 25: 38364
        • 26: 38326
        • 27: 75886
        • 28: 40904
        • 29: 44852
        • 30: 36771
        • 31: 42955
        • 32: 40309
        • 33: 89679
        • 34: 38554
        • 35: 38511
        • 36: 37033
        • 37: 38171
        • 38: 39015
        • 39: 36860
        • 40: 40216
        • 41: 39632
        • 42: 40648
        • 43: 63751
        • 44: 38688
        • 45: 40241
        • 46: 84220
        • 47: 51775
        • 48: 39893
        • 49: 48167
        • 50: 36791
        • 51: 92996
        • 52: 88276
        • 53: 75143
        • 54: 73097
        • 55: 38162
        • 56: 44990
        • 57: 39452
        • 58: 77466
        • 59: 36883
        • 60: 39182
        • 61: 39309
        • 62: 37811
        • 63: 78166
        • 64: 40620
        • 65: 38212
        • 66: 38500
        • 67: 40239
        • 68: 39316
        • 69: 37730
        • 70: 38381
        • 71: 42258
        • 72: 38626
        • 73: 89880
        • 74: 69095
        • 75: 57801
        • 76: 38386
        • 77: 81972
        • 78: 41162
        • 79: 38417
        • 80: 37751
        • 81: 38306
        • 82: 39285
        • 83: 38301
        • 84: 39897
        • 85: 38427
        • 86: 38347
        • 87: 41363
        • 88: 38157
        • 89: 74600
        • 90: 38984
        • 91: 46841
        • 92: 89118
        • 93: 41189
        • 94: 68927
        • 95: 37845
        • 96: 46621
        • 97: 46676
        • 98: 48613
        • 99: 52672
        • 100: 39905
        • 101: 38408
        • 102: 38262
        • 103: 38530
        • 104: 39023
        • 105: 40887
        • 106: 56228
        • 107: 36728
        • 108: 40280
        • 109: 36904
        • 110: 38587
        • 111: 57566
        • 112: 43253
        • 113: 37253
        • 114: 39734
        • 115: 88828
        • 116: 38310
        • 117: 38219
        • 118: 40910
        • 119: 41309
        • 120: 76476
        • 121: 40688
        • 122: 39118
        • 123: 38275
        • 124: 72012
        • 125: 44338
        • 126: 66391
        • 127: 38314
        • 128: 38542
        • 129: 40746
        • 130: 39070
        • 131: 38537
        • 132: 39678
        • 133: 36985
        • 134: 39957
        • 135: 36809
        • 136: 49399
        • 137: 39831
        • 138: 37011
        • 139: 52688
        • 140: 52695
        • 141: 39918
        • 142: 38951
        • 143: 40351
        • 144: 39337
        • 145: 38173
        • 146: 36921
        • 147: 40038
        • 148: 46751
        • 149: 47447
        • 150: 39940
        • 151: 45996
        • 152: 39290
        • 153: 40962
        • 154: 41744
        • 155: 63318
        • 156: 38238
        • 157: 40433
        • 158: 40745
        • 159: 71360
        • 160: 41195
        • 161: 38747
        • 162: 42875
        • 163: 63201
        • 164: 40708
        • 165: 38560
        • 166: 44804
        • 167: 40483
        • 168: 66789
        • 169: 40933
        • 170: 38354
        • 171: 40191
        • 172: 54632
        • 173: 54638
        • 174: 40982
        • 175: 40907
        • 176: 40486
        • 177: 38736
        • 178: 38750
        • 179: 38764
        • 180: 39410
        • 181: 38922
        • 182: 40381
        • 183: 164073
        • 184: 39257
        • 185: 39582
        • 186: 38321
        • 187: 38328
        • 188: 38485
        • 189: 37131
        • 190: 39375
        • 191: 36902
        • 192: 38625
        • 193: 41667
        • 194: 36973
        • 195: 39024
        • 196: 38464
        • 197: 63036
        • 198: 38552
        • 199: 36751
        • 200: 38313
        • 201: 37390
        • 202: 36905
        • 203: 37281
        • 204: 50478
        • 205: 38227
        • 206: 37798
        • 207: 36770
        • 208: 39872
        • 209: 40760
        • 210: 38605
        • 211: 42942
        • 212: 37023
        • 213: 37025
        • 214: 40681
        • 215: 39244
        • 216: 39009
        • 217: 41230
        • 218: 39006
        • 219: 40662
        • 220: 49240
        • 221: 38920
        • 222: 70855
        • 223: 49023
        • 224: 49144
        • 225: 39855
        • 226: 38334
        • 227: 43554
        • 228: 38420
        • 229: 38426
        • 230: 39060
        • 231: 38293
        • 232: 38182
        • 233: 38845
        • 234: 36816
        • 235: 36802
        • 236: 37342
        • 237: 38418
        • 238: 40663
        • 239: 36878
        • 240: 37271
        • 241: 38258
        • 242: 66740
        • 243: 38447
        • 244: 39850
        • 245: 37664
        • 246: 48900
        • 247: 39019
        • 248: 39021
        • 249: 39054
        • 250: 36891
        • 251: 43095
        • 252: 38648
        • 253: 37082
        • 254: 41201
        • 255: 37346
        • 256: 40210
        • 257: 38621
        • 258: 38639
        • 259: 39665
        • 260: 38265
        • 261: 40488
        • 262: 40412
        • 263: 40405
        • 264: 39498
        • 265: 40558
        • 266: 37448
        • 267: 39692
        • 268: 39679
        • 269: 49270
        • 270: 40538
        • 271: 39212
        • 272: 38742
        • 273: 39421
        • 274: 37982
        • 275: 36756
        • 276: 36729
        • 277: 36738
        • 278: 47986
        • 279: 36845
        • 280: 40059
        • 281: 38304
        • 282: 40981
        • 283: 38257
        • 284: 45835
        • 285: 37978
        • 286: 39650
        • 287: 42533
        • 288: 38901
        • 289: 45505
        • 290: 40137
        • 291: 40725
        • 292: 38911
        • 293: 36761
        • 294: 36972
        • 295: 41377
        • 296: 39465
        • 297: 38222
        • 298: 36767
        • 299: 36834
        • 300: 37121
        • 301: 82504
        • 302: 37373
        • 303: 37388
        • 304: 38405
        • 305: 39835
        • 306: 37998
        • 307: 37568
        • 308: 38982
        • 309: 39347
        • 310: 38264
        • 311: 39900
        • 312: 40301
        • 313: 72850
        • 314: 38240
        • 315: 38248
        • 316: 38274
        • 317: 38308
        • 318: 38368
        • 319: 38409
        • 320: 39654
        • 321: 38456
        • 322: 38509
        • 323: 41099
        • 324: 38788
        • 325: 40188
        • 326: 40372
        • 327: 38839
        • 328: 41023
        • 329: 40465
        • 330: 39668
        • 331: 39725
        • 332: 39694
        • 333: 40354
        • 334: 40395
        • 335: 39845
        • 336: 40235
        • 337: 40064
        • 338: 40119
        • 339: 42891
        • 340: 40286
        • 341: 40311
        • 342: 40692
        • 343: 41177
        • 344: 40706
        • 345: 40737
        • 346: 40795
        • 347: 40821
        • 348: 43662
        • 349: 45351
        • 350: 42772
        • 351: 55632
        • 352: 55633
        • 353: 43309
        • 354: 45496
        • 355: 42622
        • 356: 46388
        • 357: 44047
        • 358: 43529
        • 359: 44419
        • 360: 74563
        • 361: 57761
        • 362: 48825
        • 363: 49064
        • 364: 50529
        • 365: 63585
        • 366: 53289
        • 367: 53291
        • 368: 53298
        • 369: 61119
        • 370: 50556
        • 371: 51588
        • 372: 62234
        • 373: 57243
        • 374: 94274
        • 375: 56355
        • 376: 79441
        • 377: 56277
        • 378: 57651
        • 379: 91152
        • 380: 72817
        • 381: 61542
        • 382: 79434
        • 383: 81254
        • 384: 62525
        • 385: 71940
        • 386: 64615
        • 387: 63217
        • 388: 70631
        • 389: 72443
        • 390: 64558
        • 391: 67502
        • 392: 67865
        • 393: 67481
        • 394: 86003
        • 395: 70067
        • 396: 68615
        • 397: 68991
        • 398: 82106
        • 399: 70066
        • 400: 81130
        • 401: 75571
        • 402: 70564
        • 403: 71072
        • 404: 89466
        • 405: 73211
        • 406: 87599
        • 407: 92043
        • 408: 77588
        • 409: 74663
        • 410: 75697
        • 411: 76448
        • 412: 77497
        • 413: 82544
        • 414: 82314
        • 415: 80693
        • 416: 80653
        • 417: 89346
        • 418: 82108
        • 419: 81818
        • 420: 95872
        • 421: 86023
        • 422: 92075
        • 423: 89811
        • 424: 91504
        • 425: 93517
        • 426: 94206
        • 427: 94635
        • 428: 157266
        • 429: 171660
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:246
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ModelTestResultController.php#246debugerror_satt1.11msselect DISTINCT user_id, MIN(id) as id, created_at, `obtain_mark`, `answered`, `right_ans`, `wrong_ans`, `total_question`, `total_mark`, `cut_mark` from `exam_result_analytics` where `id` in (38543, 41729, 38295, 39517, 46413, 40476, 40314, 39589, 40259, 40261, 80794, 53530, 40224, 43394, 38349, 38865, 36867, 36822, 36961, 37324, 37085, 39888, 38842, 86477, 39571, 38364, 38326, 75886, 40904, 44852, 36771, 42955, 40309, 89679, 38554, 38511, 37033, 38171, 39015, 36860, 40216, 39632, 40648, 63751, 38688, 40241, 84220, 51775, 39893, 48167, 36791, 92996, 88276, 75143, 73097, 38162, 44990, 39452, 77466, 36883, 39182, 39309, 37811, 78166, 40620, 38212, 38500, 40239, 39316, 37730, 38381, 42258, 38626, 89880, 69095, 57801, 38386, 81972, 41162, 38417, 37751, 38306, 39285, 38301, 39897, 38427, 38347, 41363, 38157, 74600, 38984, 46841, 89118, 41189, 68927, 37845, 46621, 46676, 48613, 52672, 39905, 38408, 38262, 38530, 39023, 40887, 56228, 36728, 40280, 36904, 38587, 57566, 43253, 37253, 39734, 88828, 38310, 38219, 40910, 41309, 76476, 40688, 39118, 38275, 72012, 44338, 66391, 38314, 38542, 40746, 39070, 38537, 39678, 36985, 39957, 36809, 49399, 39831, 37011, 52688, 52695, 39918, 38951, 40351, 39337, 38173, 36921, 40038, 46751, 47447, 39940, 45996, 39290, 40962, 41744, 63318, 38238, 40433, 40745, 71360, 41195, 38747, 42875, 63201, 40708, 38560, 44804, 40483, 66789, 40933, 38354, 40191, 54632, 54638, 40982, 40907, 40486, 38736, 38750, 38764, 39410, 38922, 40381, 164073, 39257, 39582, 38321, 38328, 38485, 37131, 39375, 36902, 38625, 41667, 36973, 39024, 38464, 63036, 38552, 36751, 38313, 37390, 36905, 37281, 50478, 38227, 37798, 36770, 39872, 40760, 38605, 42942, 37023, 37025, 40681, 39244, 39009, 41230, 39006, 40662, 49240, 38920, 70855, 49023, 49144, 39855, 38334, 43554, 38420, 38426, 39060, 38293, 38182, 38845, 36816, 36802, 37342, 38418, 40663, 36878, 37271, 38258, 66740, 38447, 39850, 37664, 48900, 39019, 39021, 39054, 36891, 43095, 38648, 37082, 41201, 37346, 40210, 38621, 38639, 39665, 38265, 40488, 40412, 40405, 39498, 40558, 37448, 39692, 39679, 49270, 40538, 39212, 38742, 39421, 37982, 36756, 36729, 36738, 47986, 36845, 40059, 38304, 40981, 38257, 45835, 37978, 39650, 42533, 38901, 45505, 40137, 40725, 38911, 36761, 36972, 41377, 39465, 38222, 36767, 36834, 37121, 82504, 37373, 37388, 38405, 39835, 37998, 37568, 38982, 39347, 38264, 39900, 40301, 72850, 38240, 38248, 38274, 38308, 38368, 38409, 39654, 38456, 38509, 41099, 38788, 40188, 40372, 38839, 41023, 40465, 39668, 39725, 39694, 40354, 40395, 39845, 40235, 40064, 40119, 42891, 40286, 40311, 40692, 41177, 40706, 40737, 40795, 40821, 43662, 45351, 42772, 55632, 55633, 43309, 45496, 42622, 46388, 44047, 43529, 44419, 74563, 57761, 48825, 49064, 50529, 63585, 53289, 53291, 53298, 61119, 50556, 51588, 62234, 57243, 94274, 56355, 79441, 56277, 57651, 91152, 72817, 61542, 79434, 81254, 62525, 71940, 64615, 63217, 70631, 72443, 64558, 67502, 67865, 67481, 86003, 70067, 68615, 68991, 82106, 70066, 81130, 75571, 70564, 71072, 89466, 73211, 87599, 92043, 77588, 74663, 75697, 76448, 77497, 82544, 82314, 80693, 80653, 89346, 82108, 81818, 95872, 86023, 92075, 89811, 91504, 93517, 94206, 94635, 157266, 171660) group by `user_id` order by `created_at` asc limit 30 offset 30
        Bindings
        • 0: 38543
        • 1: 41729
        • 2: 38295
        • 3: 39517
        • 4: 46413
        • 5: 40476
        • 6: 40314
        • 7: 39589
        • 8: 40259
        • 9: 40261
        • 10: 80794
        • 11: 53530
        • 12: 40224
        • 13: 43394
        • 14: 38349
        • 15: 38865
        • 16: 36867
        • 17: 36822
        • 18: 36961
        • 19: 37324
        • 20: 37085
        • 21: 39888
        • 22: 38842
        • 23: 86477
        • 24: 39571
        • 25: 38364
        • 26: 38326
        • 27: 75886
        • 28: 40904
        • 29: 44852
        • 30: 36771
        • 31: 42955
        • 32: 40309
        • 33: 89679
        • 34: 38554
        • 35: 38511
        • 36: 37033
        • 37: 38171
        • 38: 39015
        • 39: 36860
        • 40: 40216
        • 41: 39632
        • 42: 40648
        • 43: 63751
        • 44: 38688
        • 45: 40241
        • 46: 84220
        • 47: 51775
        • 48: 39893
        • 49: 48167
        • 50: 36791
        • 51: 92996
        • 52: 88276
        • 53: 75143
        • 54: 73097
        • 55: 38162
        • 56: 44990
        • 57: 39452
        • 58: 77466
        • 59: 36883
        • 60: 39182
        • 61: 39309
        • 62: 37811
        • 63: 78166
        • 64: 40620
        • 65: 38212
        • 66: 38500
        • 67: 40239
        • 68: 39316
        • 69: 37730
        • 70: 38381
        • 71: 42258
        • 72: 38626
        • 73: 89880
        • 74: 69095
        • 75: 57801
        • 76: 38386
        • 77: 81972
        • 78: 41162
        • 79: 38417
        • 80: 37751
        • 81: 38306
        • 82: 39285
        • 83: 38301
        • 84: 39897
        • 85: 38427
        • 86: 38347
        • 87: 41363
        • 88: 38157
        • 89: 74600
        • 90: 38984
        • 91: 46841
        • 92: 89118
        • 93: 41189
        • 94: 68927
        • 95: 37845
        • 96: 46621
        • 97: 46676
        • 98: 48613
        • 99: 52672
        • 100: 39905
        • 101: 38408
        • 102: 38262
        • 103: 38530
        • 104: 39023
        • 105: 40887
        • 106: 56228
        • 107: 36728
        • 108: 40280
        • 109: 36904
        • 110: 38587
        • 111: 57566
        • 112: 43253
        • 113: 37253
        • 114: 39734
        • 115: 88828
        • 116: 38310
        • 117: 38219
        • 118: 40910
        • 119: 41309
        • 120: 76476
        • 121: 40688
        • 122: 39118
        • 123: 38275
        • 124: 72012
        • 125: 44338
        • 126: 66391
        • 127: 38314
        • 128: 38542
        • 129: 40746
        • 130: 39070
        • 131: 38537
        • 132: 39678
        • 133: 36985
        • 134: 39957
        • 135: 36809
        • 136: 49399
        • 137: 39831
        • 138: 37011
        • 139: 52688
        • 140: 52695
        • 141: 39918
        • 142: 38951
        • 143: 40351
        • 144: 39337
        • 145: 38173
        • 146: 36921
        • 147: 40038
        • 148: 46751
        • 149: 47447
        • 150: 39940
        • 151: 45996
        • 152: 39290
        • 153: 40962
        • 154: 41744
        • 155: 63318
        • 156: 38238
        • 157: 40433
        • 158: 40745
        • 159: 71360
        • 160: 41195
        • 161: 38747
        • 162: 42875
        • 163: 63201
        • 164: 40708
        • 165: 38560
        • 166: 44804
        • 167: 40483
        • 168: 66789
        • 169: 40933
        • 170: 38354
        • 171: 40191
        • 172: 54632
        • 173: 54638
        • 174: 40982
        • 175: 40907
        • 176: 40486
        • 177: 38736
        • 178: 38750
        • 179: 38764
        • 180: 39410
        • 181: 38922
        • 182: 40381
        • 183: 164073
        • 184: 39257
        • 185: 39582
        • 186: 38321
        • 187: 38328
        • 188: 38485
        • 189: 37131
        • 190: 39375
        • 191: 36902
        • 192: 38625
        • 193: 41667
        • 194: 36973
        • 195: 39024
        • 196: 38464
        • 197: 63036
        • 198: 38552
        • 199: 36751
        • 200: 38313
        • 201: 37390
        • 202: 36905
        • 203: 37281
        • 204: 50478
        • 205: 38227
        • 206: 37798
        • 207: 36770
        • 208: 39872
        • 209: 40760
        • 210: 38605
        • 211: 42942
        • 212: 37023
        • 213: 37025
        • 214: 40681
        • 215: 39244
        • 216: 39009
        • 217: 41230
        • 218: 39006
        • 219: 40662
        • 220: 49240
        • 221: 38920
        • 222: 70855
        • 223: 49023
        • 224: 49144
        • 225: 39855
        • 226: 38334
        • 227: 43554
        • 228: 38420
        • 229: 38426
        • 230: 39060
        • 231: 38293
        • 232: 38182
        • 233: 38845
        • 234: 36816
        • 235: 36802
        • 236: 37342
        • 237: 38418
        • 238: 40663
        • 239: 36878
        • 240: 37271
        • 241: 38258
        • 242: 66740
        • 243: 38447
        • 244: 39850
        • 245: 37664
        • 246: 48900
        • 247: 39019
        • 248: 39021
        • 249: 39054
        • 250: 36891
        • 251: 43095
        • 252: 38648
        • 253: 37082
        • 254: 41201
        • 255: 37346
        • 256: 40210
        • 257: 38621
        • 258: 38639
        • 259: 39665
        • 260: 38265
        • 261: 40488
        • 262: 40412
        • 263: 40405
        • 264: 39498
        • 265: 40558
        • 266: 37448
        • 267: 39692
        • 268: 39679
        • 269: 49270
        • 270: 40538
        • 271: 39212
        • 272: 38742
        • 273: 39421
        • 274: 37982
        • 275: 36756
        • 276: 36729
        • 277: 36738
        • 278: 47986
        • 279: 36845
        • 280: 40059
        • 281: 38304
        • 282: 40981
        • 283: 38257
        • 284: 45835
        • 285: 37978
        • 286: 39650
        • 287: 42533
        • 288: 38901
        • 289: 45505
        • 290: 40137
        • 291: 40725
        • 292: 38911
        • 293: 36761
        • 294: 36972
        • 295: 41377
        • 296: 39465
        • 297: 38222
        • 298: 36767
        • 299: 36834
        • 300: 37121
        • 301: 82504
        • 302: 37373
        • 303: 37388
        • 304: 38405
        • 305: 39835
        • 306: 37998
        • 307: 37568
        • 308: 38982
        • 309: 39347
        • 310: 38264
        • 311: 39900
        • 312: 40301
        • 313: 72850
        • 314: 38240
        • 315: 38248
        • 316: 38274
        • 317: 38308
        • 318: 38368
        • 319: 38409
        • 320: 39654
        • 321: 38456
        • 322: 38509
        • 323: 41099
        • 324: 38788
        • 325: 40188
        • 326: 40372
        • 327: 38839
        • 328: 41023
        • 329: 40465
        • 330: 39668
        • 331: 39725
        • 332: 39694
        • 333: 40354
        • 334: 40395
        • 335: 39845
        • 336: 40235
        • 337: 40064
        • 338: 40119
        • 339: 42891
        • 340: 40286
        • 341: 40311
        • 342: 40692
        • 343: 41177
        • 344: 40706
        • 345: 40737
        • 346: 40795
        • 347: 40821
        • 348: 43662
        • 349: 45351
        • 350: 42772
        • 351: 55632
        • 352: 55633
        • 353: 43309
        • 354: 45496
        • 355: 42622
        • 356: 46388
        • 357: 44047
        • 358: 43529
        • 359: 44419
        • 360: 74563
        • 361: 57761
        • 362: 48825
        • 363: 49064
        • 364: 50529
        • 365: 63585
        • 366: 53289
        • 367: 53291
        • 368: 53298
        • 369: 61119
        • 370: 50556
        • 371: 51588
        • 372: 62234
        • 373: 57243
        • 374: 94274
        • 375: 56355
        • 376: 79441
        • 377: 56277
        • 378: 57651
        • 379: 91152
        • 380: 72817
        • 381: 61542
        • 382: 79434
        • 383: 81254
        • 384: 62525
        • 385: 71940
        • 386: 64615
        • 387: 63217
        • 388: 70631
        • 389: 72443
        • 390: 64558
        • 391: 67502
        • 392: 67865
        • 393: 67481
        • 394: 86003
        • 395: 70067
        • 396: 68615
        • 397: 68991
        • 398: 82106
        • 399: 70066
        • 400: 81130
        • 401: 75571
        • 402: 70564
        • 403: 71072
        • 404: 89466
        • 405: 73211
        • 406: 87599
        • 407: 92043
        • 408: 77588
        • 409: 74663
        • 410: 75697
        • 411: 76448
        • 412: 77497
        • 413: 82544
        • 414: 82314
        • 415: 80693
        • 416: 80653
        • 417: 89346
        • 418: 82108
        • 419: 81818
        • 420: 95872
        • 421: 86023
        • 422: 92075
        • 423: 89811
        • 424: 91504
        • 425: 93517
        • 426: 94206
        • 427: 94635
        • 428: 157266
        • 429: 171660
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:246
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ModelTestResultController.php#246debugerror_satt280μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (16374, 18758, 25435, 25588, 29242, 31836, 33176, 34716, 35728, 36209, 39144, 46811, 47571, 47595, 47779, 48041, 48096, 48865, 48956, 49110, 49363, 49385, 49852, 50106, 50278, 50852, 50940, 50954, 50991, 50998) and `users`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:246
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ExamFunctionalityService.php#71debugerror_satt390μsselect `toppers`.`total_questions`, `toppers`.`total_marks`, `toppers`.`total_right_answers`, `toppers`.`percentage`, `toppers`.`level`, `toppers`.`position`, `users`.`id` as `user_id`, `users`.`name`, `users`.`avatar` from `toppers` inner join `users` on `toppers`.`toperable_id` = `users`.`id` where `toperable_type` = 'App\\Models\\User' order by `toppers`.`percentage` desc limit 10
        Bindings
        • 0: App\Models\User
        Backtrace
        • app/Services/ExamFunctionalityService.php:71
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Services/ExamFunctionalityService.php:54
        • view::modeltest.result.resultsheet:95
      • resultsheet.blade.php#280debugerror_satt110μsselect `live_exam_entry_percentage` from `settings` limit 1
        Backtrace
        • view::modeltest.result.resultsheet:280
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • resultsheet.blade.php#312debugerror_satt300μsselect * from `exam_details` where `exam_details`.`exam_id` = 127 and `exam_details`.`exam_id` is not null
        Bindings
        • 0: 127
        Backtrace
        • view::modeltest.result.resultsheet:312
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • restrict.blade.php#30debugerror_satt180μsselect * from `package_plans` where `status` = 'active' and `package_plans`.`deleted_at` is null
        Bindings
        • 0: active
        Backtrace
        • view::includes.restrict:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      App\Models\ExamResult
      430ExamResult.php#?
      App\Models\ExamResultAnalytic
      30ExamResultAnalytic.php#?
      App\Models\User
      30User.php#?
      App\Models\Toppers
      10Toppers.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\Exam
      1Exam.php#?
      App\Models\Setting
      1Setting.php#?
      App\Models\ExamDetail
      1ExamDetail.php#?
          _token
          HODOZaniy7hFRhkBuak7SGaWBLWWA5TaMaWI0yfE
          _previous
          array:1 [ "url" => "https://debugerror.xyz/modeltest/127/result-sheet?page=2" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /modeltest/127/result-sheet
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "2" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:20 [ "x-https" => array:1 [ 0 => "1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-real-ip" => array:1 [ 0 => "3.149.214.179" ] "x-forwarded-server" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-host" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-for" => array:1 [ 0 => "3.149.214.179" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Tue, 11 Mar 2025 14:01:58 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "57" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImU4YkN6d1QwUnhDVUd4akF5OGkvamc9PSIsInZhbHVlIjoiMUp2ditBRXp4K29Jc0Y3aHB3S1RNMkFkSjlqYXZGRjJnWFhHTGRXZCtNblVCU1FrZmRmTVBlRXQ2VzVjYS9IcUJwWExVbjhoMU1nSzYrbHJsZWphOE5wdlNoNkV2enV5N1JLd3paVzV1M293TklDM2JkWFUvQ3BMbXdUelY1QTEiLCJtYWMiOiIxZTdiZDI1MzE3NDkzMDUzNGI0MDQ4NDM5NmFjZmY2OTI0MWY3ZjUyYmVkYThkMTUwYWVlNjJlZjFlODBiOTkyIiwidGFnIjoiIn0%3D; expires=Wed, 12 Mar 2025 14:01:58 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6ImU4YkN6d1QwUnhDVUd4akF5OGkvamc9PSIsInZhbHVlIjoiMUp2ditBRXp4K29Jc0Y3aHB3S1RNMkFkSjlqYXZGRjJnWFhHTGRXZCtNblVCU1FrZmRmTVBlRXQ2VzVjYS9IcUJwWExVb" 1 => "satt_academy_session=eyJpdiI6IkZtbUhudmpnNmUvOGl0UThpYjVjU1E9PSIsInZhbHVlIjoiZkhDOGp1Nk5LSjRiS2pKR1V4WTVRYXNpaFl1amdmS3JManYxWmdyM0JIQ2hUWXAzaml0SVliTVZiTnRJMW53ZEUrMjZGNENNMVR1NDRzQTgvZDU3OTVoMzBoS21SZFFjOUE3TUtsNWJ1MTk1ZldZTmNJbEZRWVNYc2lKS0hTVGgiLCJtYWMiOiIyY2QxZThiM2RlMjhhMmQ1ZjY5MWE4N2E4MTVlNDc5MjMwOTFiM2ViZTUwNzcxMzc1MDlmZWNkOTVhYjhhOTZkIiwidGFnIjoiIn0%3D; expires=Wed, 12 Mar 2025 14:01:58 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkZtbUhudmpnNmUvOGl0UThpYjVjU1E9PSIsInZhbHVlIjoiZkhDOGp1Nk5LSjRiS2pKR1V4WTVRYXNpaFl1amdmS3JManYxWmdyM0JIQ2hUWXAzaml0SVliTVZiTnRJMW5" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImU4YkN6d1QwUnhDVUd4akF5OGkvamc9PSIsInZhbHVlIjoiMUp2ditBRXp4K29Jc0Y3aHB3S1RNMkFkSjlqYXZGRjJnWFhHTGRXZCtNblVCU1FrZmRmTVBlRXQ2VzVjYS9IcUJwWExVbjhoMU1nSzYrbHJsZWphOE5wdlNoNkV2enV5N1JLd3paVzV1M293TklDM2JkWFUvQ3BMbXdUelY1QTEiLCJtYWMiOiIxZTdiZDI1MzE3NDkzMDUzNGI0MDQ4NDM5NmFjZmY2OTI0MWY3ZjUyYmVkYThkMTUwYWVlNjJlZjFlODBiOTkyIiwidGFnIjoiIn0%3D; expires=Wed, 12-Mar-2025 14:01:58 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImU4YkN6d1QwUnhDVUd4akF5OGkvamc9PSIsInZhbHVlIjoiMUp2ditBRXp4K29Jc0Y3aHB3S1RNMkFkSjlqYXZGRjJnWFhHTGRXZCtNblVCU1FrZmRmTVBlRXQ2VzVjYS9IcUJwWExVb" 1 => "satt_academy_session=eyJpdiI6IkZtbUhudmpnNmUvOGl0UThpYjVjU1E9PSIsInZhbHVlIjoiZkhDOGp1Nk5LSjRiS2pKR1V4WTVRYXNpaFl1amdmS3JManYxWmdyM0JIQ2hUWXAzaml0SVliTVZiTnRJMW53ZEUrMjZGNENNMVR1NDRzQTgvZDU3OTVoMzBoS21SZFFjOUE3TUtsNWJ1MTk1ZldZTmNJbEZRWVNYc2lKS0hTVGgiLCJtYWMiOiIyY2QxZThiM2RlMjhhMmQ1ZjY5MWE4N2E4MTVlNDc5MjMwOTFiM2ViZTUwNzcxMzc1MDlmZWNkOTVhYjhhOTZkIiwidGFnIjoiIn0%3D; expires=Wed, 12-Mar-2025 14:01:58 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkZtbUhudmpnNmUvOGl0UThpYjVjU1E9PSIsInZhbHVlIjoiZkhDOGp1Nk5LSjRiS2pKR1V4WTVRYXNpaFl1amdmS3JManYxWmdyM0JIQ2hUWXAzaml0SVliTVZiTnRJMW5" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "HODOZaniy7hFRhkBuak7SGaWBLWWA5TaMaWI0yfE" "_previous" => array:1 [ "url" => "https://debugerror.xyz/modeltest/127/result-sheet?page=2" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-11 20:01:58GET/modeltest/127/result-sheet?page=22810507