একটি বানর ১৩ মিটার উঁচু পিচ্ছিল বাঁশের উপর উঠতে প্রথম সেকেন্ডে ৩ মিটার ওঠে এবং পরবর্তী সেকেন্ডে ১ মিটার নেমে আসে। বানরটি কত সেকেন্ডে উক্ত বাঁশের মাথায় উঠবে?

Created: 7 years ago | Updated: 3 months ago
Updated: 3 months ago

.

Content added by
Content updated By
Promotion
Request history8.2.27PHP Version58.02msRequest Duration7MBMemory UsageGET job-solution/single-questionRoute
    • Booting (29.21ms)time
    • Application (28.81ms)time
    • 1 x Booting (50.34%)
      29.21ms
      1 x Application (49.65%)
      28.81ms
      33 templates were rendered
      • questions.mcq.single_questionsingle_question.blade.php#?blade
      • questions.include.show_timeshow_time.blade.php#?blade
      • questions.mode.readingreading.blade.php#?blade
      • questions.include.activity_layoutactivity_layout.blade.php#?blade
      • questions.mcq.sidebarsidebar.blade.php#?blade
      • common.modal.bookmark_modalbookmark_modal.blade.php#?blade
      • common.modal.tag_add_modaltag_add_modal.blade.php#?blade
      • common.modal.add_description_modaladd_description_modal.blade.php#?blade
      • common.modal.video_modalvideo_modal.blade.php#?blade
      • common.modal.edit_description_modaledit_description_modal.blade.php#?blade
      • common.modal.error_report_modalerror_report_modal.blade.php#?blade
      • job.job_include.job_scriptjob_script.blade.php#?blade
      • common.script.activity_scriptactivity_script.blade.php#?blade
      • common.script.navigator_sharenavigator_share.blade.php#?blade
      • common.script.follow_unfollow_scriptfollow_unfollow_script.blade.php#?blade
      • common.script.short_statistics_scriptshort_statistics_script.blade.php#?blade
      • layouts.single-question-appsingle-question-app.blade.php#?blade
      • includes.single_header_linksingle_header_link.blade.php#?blade
      • common.login_modallogin_modal.blade.php#?blade
      • components.authentication-card-logoauthentication-card-logo.blade.php#?blade
      • layouts.headerheader.blade.php#?blade
      • layouts.toolbartoolbar.blade.php#?blade
      • layouts.footerfooter.blade.php#?blade
      • common.includes.promotion_modalpromotion_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 job-solution/single-question
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\QuestionController@singleMcq
      namespace
      prefix
      where
      as
      job.single-question
      file
      app/Http/Controllers/Academy/QuestionController.php:62-98
      32 statements were executed6.3ms
      • QuestionController.php#150debugerror_satt210μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '10713' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 10713
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:150
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:145
        • app/Http/Controllers/Academy/QuestionController.php:66
      • QuestionController.php#150debugerror_satt180μsselect * from `question_options` where `question_options`.`question_id` in (10713) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:150
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:145
        • app/Http/Controllers/Academy/QuestionController.php:66
      • QuestionController.php#190debugerror_satt370μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 10713
        Bindings
        • 0: 10713
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:190
        • vendor/laravel/framework/src/Illuminate/Cache/Lock.php:95
        • app/Http/Controllers/Academy/QuestionController.php:187
        • app/Http/Controllers/Academy/QuestionController.php:79
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • QuestionController.php#256debugerror_satt200μsselect `id`, `view_count`, `vote`, `subject_id`, `category_id`, `sub_category_id`, `board_exam_id`, `passage_id`, `question_type`, `question`, `is_duplicate`, `status`, `image`, `meta_og_image`, `meta_og_title`, `meta_keyword`, `created_at`, `updated_at`, exists(select * from `review_contents` where `questions`.`id` = `review_contents`.`reviewable_id` and `review_contents`.`reviewable_type` = 'App\\Models\\Question') as `review_content_exists` from `questions` where `id` = '10713' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 10713
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt100μsselect `id`, `question_id`, `option_1`, `option_2`, `option_3`, `option_4`, `option_5`, `image_option`, `image_question`, `answer` from `question_options` where `question_options`.`question_id` in (10713) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt100μsselect `id`, `title`, `passage` from `passages` where `passages`.`id` in (0) and `passages`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt110μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (57) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt110μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (3) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt110μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (11269) and `users`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt90μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (82935) and `users`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt120μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (3) and `subject_descriptions`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt190μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (10713) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt120μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (10713)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt210μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (10713) and `descriptions`.`descriptionable_type` = 'App\\Models\\Question' and `status` in ('approve', 'active') and `descriptions`.`deleted_at` is null order by `vote` desc
        Bindings
        • 0: App\Models\Question
        • 1: approve
        • 2: active
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt100μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (1) and `users`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt100μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (10713) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt80μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (10713) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt80μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (10713) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • DynamicPrintService.php#99debugerror_satt680μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (193, 185)
        Bindings
        • 0: App\Models\Question
        • 1: 193
        • 2: 185
        Backtrace
        • app/Services/DynamicPrintService.php:99
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Services/DynamicPrintService.php:96
        • app/Http/Controllers/Academy/QuestionController.php:409
      • QuestionController.php#451debugerror_satt1.25msselect `id`, `view_count`, `vote`, `subject_id`, `category_id`, `sub_category_id`, `board_exam_id`, `passage_id`, `question_type`, `question`, `is_duplicate`, `status`, `image`, `created_at`, `updated_at` from `questions` where `id` in (7551, 7599, 7815, 7900, 8668, 8803, 10659, 10799, 13662, 13825, 14302, 14822, 16205, 16239, 17952, 18859, 20254, 20255, 20783, 21484, 22421, 22658, 23583, 24893, 25098, 25241, 25280, 25369, 25412, 25426, 25512, 25519, 25520, 25548, 25558, 25599, 25698, 25717, 25888, 25889, 25960, 26151, 26158, 26166, 26386, 26686, 26698, 27511, 27543, 27560, 27690, 27946, 27947, 28387, 28606, 28766, 29343, 29413, 29430, 29461, 29544, 29575, 29779, 29786, 29941, 30257, 30431, 30511, 30517, 30558, 30701, 30726, 30834, 30855, 31195, 31226, 31252, 31292, 31344, 31353, 31373, 31386, 31584, 31683, 31686, 31811, 31818, 35026, 39276, 39282, 39865, 40194, 40880, 40881, 41695, 41707, 41774, 41844, 41885, 42017, 42502, 42661, 42706, 42716, 43128, 46448, 46615, 46694, 47128, 47704, 47706, 49217, 49218, 49293, 50526, 50643, 50843, 51424, 51487, 52983, 53297, 53738, 54279, 54494, 54539, 54567, 54748, 55623, 55658, 55661, 55803, 55806, 56304, 56435, 56531, 57064, 57212, 57403, 58252, 58300, 58446, 58981, 59129, 59206, 59225, 59922, 60586, 60774, 60936, 64132, 64740, 64963, 65459, 65927, 66012, 66177, 66513, 66540, 66543, 66666, 66894, 67668, 67750, 67754, 67844, 67927, 68307, 69361, 69364, 72407, 72615, 73217, 73681, 74122, 74288, 75133, 75623, 75629, 75866, 76644, 76759, 77308, 77679, 78749, 79635, 80432, 80631, 81933, 83025, 7897, 8133, 8134, 8266, 9802, 27158, 30240, 30467, 30948, 31116, 33283, 33284, 33293, 34786, 34934, 35100, 35701, 37038, 37051, 37060, 37284, 37548, 38364, 39105, 40114, 40797, 41565, 41826, 42144, 43527, 45768, 46204, 46205, 47346, 48861, 49017, 51940, 52034, 57388, 60533, 60626, 62551, 63168, 63342, 63551, 65219, 65298, 10713, 12982, 14821, 15629, 28763, 29247, 37820, 10747, 10748, 11985, 13910, 15553, 15630, 18849, 19312, 25096, 25836, 25896, 26535, 28796, 28868, 31710, 32180, 34951, 35434, 35711, 36664, 37550, 38813, 39452, 39822, 41567, 42309, 42821, 43667, 44117, 44127, 44377, 44597, 44648, 45126, 45679, 46187, 46202, 46253, 46389, 46941, 46944, 47353, 47540, 47970, 48608, 48609, 48610, 49698, 50748, 51357, 51600, 52694, 59703, 62256, 64276, 64858, 65234, 65355, 68787, 68793, 69164, 72027, 73141, 75194, 75764, 75928, 77773, 79582, 54683, 8548, 28729, 29169, 29767, 31484, 41677, 50590, 57413, 64747, 67849, 76946, 8545, 8837, 11095, 25120, 27282, 29769, 30428, 30515, 30908, 31494, 35031, 39687, 39726, 43119, 47129, 48018, 51516, 51519, 53706, 53709, 54682, 55173, 55707, 56529, 56666, 59989, 66895, 72179, 63577, 36496, 9768, 10713) and `id` != 10713 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 7551
        • 1: 7599
        • 2: 7815
        • 3: 7900
        • 4: 8668
        • 5: 8803
        • 6: 10659
        • 7: 10799
        • 8: 13662
        • 9: 13825
        • 10: 14302
        • 11: 14822
        • 12: 16205
        • 13: 16239
        • 14: 17952
        • 15: 18859
        • 16: 20254
        • 17: 20255
        • 18: 20783
        • 19: 21484
        • 20: 22421
        • 21: 22658
        • 22: 23583
        • 23: 24893
        • 24: 25098
        • 25: 25241
        • 26: 25280
        • 27: 25369
        • 28: 25412
        • 29: 25426
        • 30: 25512
        • 31: 25519
        • 32: 25520
        • 33: 25548
        • 34: 25558
        • 35: 25599
        • 36: 25698
        • 37: 25717
        • 38: 25888
        • 39: 25889
        • 40: 25960
        • 41: 26151
        • 42: 26158
        • 43: 26166
        • 44: 26386
        • 45: 26686
        • 46: 26698
        • 47: 27511
        • 48: 27543
        • 49: 27560
        • 50: 27690
        • 51: 27946
        • 52: 27947
        • 53: 28387
        • 54: 28606
        • 55: 28766
        • 56: 29343
        • 57: 29413
        • 58: 29430
        • 59: 29461
        • 60: 29544
        • 61: 29575
        • 62: 29779
        • 63: 29786
        • 64: 29941
        • 65: 30257
        • 66: 30431
        • 67: 30511
        • 68: 30517
        • 69: 30558
        • 70: 30701
        • 71: 30726
        • 72: 30834
        • 73: 30855
        • 74: 31195
        • 75: 31226
        • 76: 31252
        • 77: 31292
        • 78: 31344
        • 79: 31353
        • 80: 31373
        • 81: 31386
        • 82: 31584
        • 83: 31683
        • 84: 31686
        • 85: 31811
        • 86: 31818
        • 87: 35026
        • 88: 39276
        • 89: 39282
        • 90: 39865
        • 91: 40194
        • 92: 40880
        • 93: 40881
        • 94: 41695
        • 95: 41707
        • 96: 41774
        • 97: 41844
        • 98: 41885
        • 99: 42017
        • 100: 42502
        • 101: 42661
        • 102: 42706
        • 103: 42716
        • 104: 43128
        • 105: 46448
        • 106: 46615
        • 107: 46694
        • 108: 47128
        • 109: 47704
        • 110: 47706
        • 111: 49217
        • 112: 49218
        • 113: 49293
        • 114: 50526
        • 115: 50643
        • 116: 50843
        • 117: 51424
        • 118: 51487
        • 119: 52983
        • 120: 53297
        • 121: 53738
        • 122: 54279
        • 123: 54494
        • 124: 54539
        • 125: 54567
        • 126: 54748
        • 127: 55623
        • 128: 55658
        • 129: 55661
        • 130: 55803
        • 131: 55806
        • 132: 56304
        • 133: 56435
        • 134: 56531
        • 135: 57064
        • 136: 57212
        • 137: 57403
        • 138: 58252
        • 139: 58300
        • 140: 58446
        • 141: 58981
        • 142: 59129
        • 143: 59206
        • 144: 59225
        • 145: 59922
        • 146: 60586
        • 147: 60774
        • 148: 60936
        • 149: 64132
        • 150: 64740
        • 151: 64963
        • 152: 65459
        • 153: 65927
        • 154: 66012
        • 155: 66177
        • 156: 66513
        • 157: 66540
        • 158: 66543
        • 159: 66666
        • 160: 66894
        • 161: 67668
        • 162: 67750
        • 163: 67754
        • 164: 67844
        • 165: 67927
        • 166: 68307
        • 167: 69361
        • 168: 69364
        • 169: 72407
        • 170: 72615
        • 171: 73217
        • 172: 73681
        • 173: 74122
        • 174: 74288
        • 175: 75133
        • 176: 75623
        • 177: 75629
        • 178: 75866
        • 179: 76644
        • 180: 76759
        • 181: 77308
        • 182: 77679
        • 183: 78749
        • 184: 79635
        • 185: 80432
        • 186: 80631
        • 187: 81933
        • 188: 83025
        • 189: 7897
        • 190: 8133
        • 191: 8134
        • 192: 8266
        • 193: 9802
        • 194: 27158
        • 195: 30240
        • 196: 30467
        • 197: 30948
        • 198: 31116
        • 199: 33283
        • 200: 33284
        • 201: 33293
        • 202: 34786
        • 203: 34934
        • 204: 35100
        • 205: 35701
        • 206: 37038
        • 207: 37051
        • 208: 37060
        • 209: 37284
        • 210: 37548
        • 211: 38364
        • 212: 39105
        • 213: 40114
        • 214: 40797
        • 215: 41565
        • 216: 41826
        • 217: 42144
        • 218: 43527
        • 219: 45768
        • 220: 46204
        • 221: 46205
        • 222: 47346
        • 223: 48861
        • 224: 49017
        • 225: 51940
        • 226: 52034
        • 227: 57388
        • 228: 60533
        • 229: 60626
        • 230: 62551
        • 231: 63168
        • 232: 63342
        • 233: 63551
        • 234: 65219
        • 235: 65298
        • 236: 10713
        • 237: 12982
        • 238: 14821
        • 239: 15629
        • 240: 28763
        • 241: 29247
        • 242: 37820
        • 243: 10747
        • 244: 10748
        • 245: 11985
        • 246: 13910
        • 247: 15553
        • 248: 15630
        • 249: 18849
        • 250: 19312
        • 251: 25096
        • 252: 25836
        • 253: 25896
        • 254: 26535
        • 255: 28796
        • 256: 28868
        • 257: 31710
        • 258: 32180
        • 259: 34951
        • 260: 35434
        • 261: 35711
        • 262: 36664
        • 263: 37550
        • 264: 38813
        • 265: 39452
        • 266: 39822
        • 267: 41567
        • 268: 42309
        • 269: 42821
        • 270: 43667
        • 271: 44117
        • 272: 44127
        • 273: 44377
        • 274: 44597
        • 275: 44648
        • 276: 45126
        • 277: 45679
        • 278: 46187
        • 279: 46202
        • 280: 46253
        • 281: 46389
        • 282: 46941
        • 283: 46944
        • 284: 47353
        • 285: 47540
        • 286: 47970
        • 287: 48608
        • 288: 48609
        • 289: 48610
        • 290: 49698
        • 291: 50748
        • 292: 51357
        • 293: 51600
        • 294: 52694
        • 295: 59703
        • 296: 62256
        • 297: 64276
        • 298: 64858
        • 299: 65234
        • 300: 65355
        • 301: 68787
        • 302: 68793
        • 303: 69164
        • 304: 72027
        • 305: 73141
        • 306: 75194
        • 307: 75764
        • 308: 75928
        • 309: 77773
        • 310: 79582
        • 311: 54683
        • 312: 8548
        • 313: 28729
        • 314: 29169
        • 315: 29767
        • 316: 31484
        • 317: 41677
        • 318: 50590
        • 319: 57413
        • 320: 64747
        • 321: 67849
        • 322: 76946
        • 323: 8545
        • 324: 8837
        • 325: 11095
        • 326: 25120
        • 327: 27282
        • 328: 29769
        • 329: 30428
        • 330: 30515
        • 331: 30908
        • 332: 31494
        • 333: 35031
        • 334: 39687
        • 335: 39726
        • 336: 43119
        • 337: 47129
        • 338: 48018
        • 339: 51516
        • 340: 51519
        • 341: 53706
        • 342: 53709
        • 343: 54682
        • 344: 55173
        • 345: 55707
        • 346: 56529
        • 347: 56666
        • 348: 59989
        • 349: 66895
        • 350: 72179
        • 351: 63577
        • 352: 36496
        • 353: 9768
        • 354: 10713
        • 355: 10713
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt180μsselect * from `question_options` where `question_options`.`question_id` in (79582, 79635, 80432, 80631, 81933, 83025) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt90μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (3) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt150μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (1035, 1036, 1049, 1051, 1068, 1084) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt110μsselect `id`, `name` from `categories` where `categories`.`id` in (8, 16) and `categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt210μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (79582, 79635, 80432, 80631, 81933, 83025) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt120μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (79582, 79635, 80432, 80631, 81933, 83025)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt80μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (79582, 79635, 80432, 80631, 81933, 83025) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt80μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (79582, 79635, 80432, 80631, 81933, 83025) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt140μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (79582, 79635, 80432, 80631, 81933, 83025) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • single_question.blade.php#85debugerror_satt320μsselect * from `categories` where `categories`.`id` = 2 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::questions.mcq.single_question:85
        • 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
      • single_question.blade.php#633debugerror_satt150μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 10713) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 10713
        Backtrace
        • view::questions.mcq.single_question:633
        • 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_satt160μ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\Subject
      10Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      8QuestionOption.php#?
      App\Models\SubCategory
      7SubCategory.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\User
      3User.php#?
      App\Models\Category
      3Category.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
      App\Models\Description
      1Description.php#?
          _token
          K6JTt22RNdwdmrPM9pjHCukfptdXzi6qfQXR8VHl
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=10713%20%20%20%20%...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /job-solution/single-question
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "ques_id" => "10713" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImhtQ1VmRk9RU0dOcTd1a1JPZ25uQUE9PSIsInZhbHVlIjoiZmNCWnN3b3dmaXdpQVdiTWM2ZFJ5bGIwSVllOFJaTFV2WnlNRUZuSDYxVDJYSVF4aTZVbmFjcnJORFU5d3ZWSkJ4QWpDdXBCTjVtcGczbGpUSUNiUVZVMzZubzYzcnlXcnZ6elM3QnRQTzhlaTZQRnQyYlByZ0RWTDNaTTdVOEUiLCJtYWMiOiI4YjFjNTBkNzFjZWRmZDg3N2ZkOTJmMTJmMmQ5MDVhZmVmYWM1OTkyMWE3MTNjOWFlNDE1YjQ3MWYwYzUzYjFmIiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6ImlwOFNJazRGREoxV2w4TGJEQzZNcmc9PSIsInZhbHVlIjoiS1AyMUJmRGhOVmJIdWhSSUljVGZTS3A0b2xyQTZvT3NKeU1iNnIrV205Nld3WGtnckhVZG1QbHB1Ryt4aGRwN2NSVVIvcTJqUURUNkhONHExSUZGcWE4TmsxLytJa0E1cDJJendFOXNBNjlkY0xSSnRMQ3ljWHk5eUpENTV5MWciLCJtYWMiOiIxZWNmN2NlZTlmYmEyZTkwMWVkMDU4ZDM5YTU5NGM5MDY4MTI3ZDIwZGZmYjc2NWM1OTEwN2QxZTM0MjcxZmI1IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImhtQ1VmRk9RU0dOcTd1a1JPZ25uQUE9PSIsInZhbHVlIjoiZmNCWnN3b3dmaXdpQVdiTWM2ZFJ5bGIwSVllOFJaTFV2WnlNRUZuSDYxVDJYSVF4aTZVbmFjcnJORFU5d3ZWSkJ4QWpDd" ] "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 => "18.191.37.140" ] "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 => "18.191.37.140" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "K6JTt22RNdwdmrPM9pjHCukfptdXzi6qfQXR8VHl" "satt_academy_session" => "tbIxuCv4fCvLJdgXd4vQeVZXNbVcjfGZ5V9KGMtd" ]
          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 => "Sun, 16 Mar 2025 05:13:25 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "33" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImxDQnpSS08xdGR6OVV0ajMrR3JZaUE9PSIsInZhbHVlIjoiNEhvVDVMdGVCWXNoUVFVV2ZReXFHRThXSjRGV2hPU1VzbU1PNHhYUzV5VDAxZkRnWHRFT29La3R1NDFNN2g2anEva1VNTllLejl6SG5ldUN6eC9hVzZxQVA1UVYwMVpNZkVvQ3V0Z2dEMWtmeDZiUmxUMGdXaStsQ2k5aGNTZWMiLCJtYWMiOiJkMmE3MDA4ZWQ1NjExNmNjMWM3Yjc4MjM5YTgyMmNhYWMwMzk0MzM0N2EzOWRmYzdhMjUyOGFlZDU3OGVhMTUxIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 05:13:25 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6ImxDQnpSS08xdGR6OVV0ajMrR3JZaUE9PSIsInZhbHVlIjoiNEhvVDVMdGVCWXNoUVFVV2ZReXFHRThXSjRGV2hPU1VzbU1PNHhYUzV5VDAxZkRnWHRFT29La3R1NDFNN2g2anEva1VNT" 1 => "satt_academy_session=eyJpdiI6IlZHWmE4M0p3NU5NUG8vN3Z3OXBiV2c9PSIsInZhbHVlIjoiT082RlY4WHVtNHUvdE5qbEIyNitVU1RzRVZ5N0lZRHNYV1ArMTQ4Vklvc2wzdS9QRTN4K3IrMzZlSFVuWHJnU04wREdLVnV6ZXgrVU83YVZqbWtnbW9XRHFmcFhoN0VjV1pJNEpJK1phZTRtOVJKZlVqenBCbTJoOXd6NGlYQnEiLCJtYWMiOiJmNjdhYmRmODdhNzQyZTlkZjZmMzdmZTNjZjIzZGUzZDdjYWJmMDAzNGVjYzVmOWNlNGFiYTc4ZGI3NmZkNWMwIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 05:13:25 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IlZHWmE4M0p3NU5NUG8vN3Z3OXBiV2c9PSIsInZhbHVlIjoiT082RlY4WHVtNHUvdE5qbEIyNitVU1RzRVZ5N0lZRHNYV1ArMTQ4Vklvc2wzdS9QRTN4K3IrMzZlSFVuWHJ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImxDQnpSS08xdGR6OVV0ajMrR3JZaUE9PSIsInZhbHVlIjoiNEhvVDVMdGVCWXNoUVFVV2ZReXFHRThXSjRGV2hPU1VzbU1PNHhYUzV5VDAxZkRnWHRFT29La3R1NDFNN2g2anEva1VNTllLejl6SG5ldUN6eC9hVzZxQVA1UVYwMVpNZkVvQ3V0Z2dEMWtmeDZiUmxUMGdXaStsQ2k5aGNTZWMiLCJtYWMiOiJkMmE3MDA4ZWQ1NjExNmNjMWM3Yjc4MjM5YTgyMmNhYWMwMzk0MzM0N2EzOWRmYzdhMjUyOGFlZDU3OGVhMTUxIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 05:13:25 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImxDQnpSS08xdGR6OVV0ajMrR3JZaUE9PSIsInZhbHVlIjoiNEhvVDVMdGVCWXNoUVFVV2ZReXFHRThXSjRGV2hPU1VzbU1PNHhYUzV5VDAxZkRnWHRFT29La3R1NDFNN2g2anEva1VNT" 1 => "satt_academy_session=eyJpdiI6IlZHWmE4M0p3NU5NUG8vN3Z3OXBiV2c9PSIsInZhbHVlIjoiT082RlY4WHVtNHUvdE5qbEIyNitVU1RzRVZ5N0lZRHNYV1ArMTQ4Vklvc2wzdS9QRTN4K3IrMzZlSFVuWHJnU04wREdLVnV6ZXgrVU83YVZqbWtnbW9XRHFmcFhoN0VjV1pJNEpJK1phZTRtOVJKZlVqenBCbTJoOXd6NGlYQnEiLCJtYWMiOiJmNjdhYmRmODdhNzQyZTlkZjZmMzdmZTNjZjIzZGUzZDdjYWJmMDAzNGVjYzVmOWNlNGFiYTc4ZGI3NmZkNWMwIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 05:13:25 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IlZHWmE4M0p3NU5NUG8vN3Z3OXBiV2c9PSIsInZhbHVlIjoiT082RlY4WHVtNHUvdE5qbEIyNitVU1RzRVZ5N0lZRHNYV1ArMTQ4Vklvc2wzdS9QRTN4K3IrMzZlSFVuWHJ" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "K6JTt22RNdwdmrPM9pjHCukfptdXzi6qfQXR8VHl" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=10713%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-16 11:13:25GET/job-solution/single-question?ques_id=10713++++++++++++++++++++++++++++333245