Processing math: 100%
নিচের তথ্যের আলোকে পরবর্তী প্রশ্নের উত্তর দাও:

মূলবিন্দু থেকে AB এর লম্ব দূরত্ব কত?

Created: 10 months ago | Updated: 3 months ago
Updated: 3 months ago
Vote Statistics
Option 1 : 0
Option 2 : 0
Option 3 : 0
Option 4 : 0
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version144msRequest Duration35MBMemory UsageGET academy/single-questionRoute
    • Booting (95.78ms)time
    • Application (47.72ms)time
    • 1 x Booting (66.74%)
      95.78ms
      1 x Application (33.25%)
      47.72ms
      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 academy/single-question
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\QuestionController@singleMcq
      namespace
      prefix
      where
      as
      academy.single-question
      file
      app/Http/Controllers/Academy/QuestionController.php:62-98
      27 statements were executed6.89ms
      • QuestionController.php#150debugerror_satt300μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '445862' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 445862
        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_satt450μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 445862
        Bindings
        • 0: 445862
        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_satt210μ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` = '445862' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 445862
        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_satt320μ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 (445862) 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_satt160μsselect `id`, `title`, `passage` from `passages` where `passages`.`id` in (10478) 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_satt130μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (4878) 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_satt130μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (74) 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_satt140μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (74) 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_satt200μ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 (445862) 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_satt130μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (445862)
        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_satt200μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (445862) 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`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (445862) 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_satt100μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (445862) 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_satt90μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (445862) 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_satt1.2msselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (2121)
        Bindings
        • 0: App\Models\Question
        • 1: 2121
        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.4msselect `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 (84125, 84556, 84739, 84746, 85238, 85483, 94359, 94466, 94469, 99128, 99603, 100189, 121949, 155690, 169657, 185026, 196143, 199961, 206736, 207570, 212283, 231149, 234514, 234784, 245971, 255978, 95364, 95693, 95696, 98052, 98059, 122166, 130948, 131544, 145646, 169587, 180736, 180985, 181074, 181747, 197712, 198042, 206044, 207580, 210156, 231451, 143561, 180882, 181357, 181616, 158600, 181796, 184438, 207869, 154835, 219443, 195670, 181369, 216082, 181612, 181365, 180573, 169828, 158608, 181875, 231205, 252284, 178828, 185236, 192925, 212045, 144000, 154934, 160653, 167483, 180110, 185235, 191705, 205678, 205761, 208578, 213512, 231222, 232796, 144058, 145363, 145400, 168922, 169268, 174896, 180568, 181206, 181691, 183483, 205866, 206444, 215911, 234977, 237051, 445189, 445190, 445191, 445192, 445193, 445194, 445195, 445196, 445197, 445198, 445199, 445200, 445201, 445202, 445203, 445204, 445205, 445206, 445207, 445208, 445231, 445232, 445233, 445234, 445235, 445236, 445237, 445238, 445239, 445240, 445241, 445242, 445243, 445244, 445245, 445246, 445247, 445248, 445249, 445250, 445333, 445334, 445335, 445336, 445337, 445338, 445339, 445340, 445341, 445342, 445343, 445344, 445345, 445346, 445347, 445348, 445349, 445350, 445351, 445352, 445535, 445536, 445537, 445538, 445539, 445540, 445541, 445542, 445543, 445544, 445545, 445546, 445547, 445548, 445549, 445550, 445551, 445552, 445553, 445554, 445694, 445695, 445696, 445697, 445698, 445699, 445700, 445701, 445702, 445703, 445704, 445705, 445706, 445707, 445708, 445709, 445710, 445711, 445712, 445713, 445714, 445715, 445716, 445717, 445718, 445719, 445720, 445721, 445722, 445723, 445724, 445725, 445726, 445727, 445728, 445729, 445730, 445731, 445732, 445733, 445734, 445735, 445736, 445737, 445738, 445739, 445740, 445741, 445742, 445743, 445744, 445745, 445746, 445747, 445748, 445749, 445750, 445751, 445752, 445753, 445754, 445755, 445756, 445757, 445758, 445759, 445760, 445761, 445762, 445763, 445764, 445765, 445766, 445767, 445768, 445769, 445770, 445771, 445772, 445773, 445774, 445775, 445776, 445777, 445778, 445779, 445780, 445781, 445782, 445783, 445784, 445785, 445786, 445787, 445788, 445789, 445790, 445791, 445792, 445793, 445794, 445795, 445796, 445797, 445798, 445799, 445800, 445801, 445802, 445803, 445804, 445805, 445806, 445807, 445808, 445809, 445810, 445811, 445812, 445813, 445814, 445815, 445816, 445817, 445818, 445819, 445820, 445821, 445822, 445823, 445824, 445825, 445826, 445827, 445828, 445829, 445830, 445831, 445832, 445833, 445834, 445835, 445836, 445837, 445838, 445839, 445840, 445841, 445842, 445843, 445844, 445845, 445846, 445847, 445848, 445849, 445850, 445851, 445852, 445853, 445854, 445855, 445856, 445857, 445858, 445859, 445860, 445861, 445862, 445863, 445864, 445865, 445866, 445867) and `id` != 445862 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 84125
        • 1: 84556
        • 2: 84739
        • 3: 84746
        • 4: 85238
        • 5: 85483
        • 6: 94359
        • 7: 94466
        • 8: 94469
        • 9: 99128
        • 10: 99603
        • 11: 100189
        • 12: 121949
        • 13: 155690
        • 14: 169657
        • 15: 185026
        • 16: 196143
        • 17: 199961
        • 18: 206736
        • 19: 207570
        • 20: 212283
        • 21: 231149
        • 22: 234514
        • 23: 234784
        • 24: 245971
        • 25: 255978
        • 26: 95364
        • 27: 95693
        • 28: 95696
        • 29: 98052
        • 30: 98059
        • 31: 122166
        • 32: 130948
        • 33: 131544
        • 34: 145646
        • 35: 169587
        • 36: 180736
        • 37: 180985
        • 38: 181074
        • 39: 181747
        • 40: 197712
        • 41: 198042
        • 42: 206044
        • 43: 207580
        • 44: 210156
        • 45: 231451
        • 46: 143561
        • 47: 180882
        • 48: 181357
        • 49: 181616
        • 50: 158600
        • 51: 181796
        • 52: 184438
        • 53: 207869
        • 54: 154835
        • 55: 219443
        • 56: 195670
        • 57: 181369
        • 58: 216082
        • 59: 181612
        • 60: 181365
        • 61: 180573
        • 62: 169828
        • 63: 158608
        • 64: 181875
        • 65: 231205
        • 66: 252284
        • 67: 178828
        • 68: 185236
        • 69: 192925
        • 70: 212045
        • 71: 144000
        • 72: 154934
        • 73: 160653
        • 74: 167483
        • 75: 180110
        • 76: 185235
        • 77: 191705
        • 78: 205678
        • 79: 205761
        • 80: 208578
        • 81: 213512
        • 82: 231222
        • 83: 232796
        • 84: 144058
        • 85: 145363
        • 86: 145400
        • 87: 168922
        • 88: 169268
        • 89: 174896
        • 90: 180568
        • 91: 181206
        • 92: 181691
        • 93: 183483
        • 94: 205866
        • 95: 206444
        • 96: 215911
        • 97: 234977
        • 98: 237051
        • 99: 445189
        • 100: 445190
        • 101: 445191
        • 102: 445192
        • 103: 445193
        • 104: 445194
        • 105: 445195
        • 106: 445196
        • 107: 445197
        • 108: 445198
        • 109: 445199
        • 110: 445200
        • 111: 445201
        • 112: 445202
        • 113: 445203
        • 114: 445204
        • 115: 445205
        • 116: 445206
        • 117: 445207
        • 118: 445208
        • 119: 445231
        • 120: 445232
        • 121: 445233
        • 122: 445234
        • 123: 445235
        • 124: 445236
        • 125: 445237
        • 126: 445238
        • 127: 445239
        • 128: 445240
        • 129: 445241
        • 130: 445242
        • 131: 445243
        • 132: 445244
        • 133: 445245
        • 134: 445246
        • 135: 445247
        • 136: 445248
        • 137: 445249
        • 138: 445250
        • 139: 445333
        • 140: 445334
        • 141: 445335
        • 142: 445336
        • 143: 445337
        • 144: 445338
        • 145: 445339
        • 146: 445340
        • 147: 445341
        • 148: 445342
        • 149: 445343
        • 150: 445344
        • 151: 445345
        • 152: 445346
        • 153: 445347
        • 154: 445348
        • 155: 445349
        • 156: 445350
        • 157: 445351
        • 158: 445352
        • 159: 445535
        • 160: 445536
        • 161: 445537
        • 162: 445538
        • 163: 445539
        • 164: 445540
        • 165: 445541
        • 166: 445542
        • 167: 445543
        • 168: 445544
        • 169: 445545
        • 170: 445546
        • 171: 445547
        • 172: 445548
        • 173: 445549
        • 174: 445550
        • 175: 445551
        • 176: 445552
        • 177: 445553
        • 178: 445554
        • 179: 445694
        • 180: 445695
        • 181: 445696
        • 182: 445697
        • 183: 445698
        • 184: 445699
        • 185: 445700
        • 186: 445701
        • 187: 445702
        • 188: 445703
        • 189: 445704
        • 190: 445705
        • 191: 445706
        • 192: 445707
        • 193: 445708
        • 194: 445709
        • 195: 445710
        • 196: 445711
        • 197: 445712
        • 198: 445713
        • 199: 445714
        • 200: 445715
        • 201: 445716
        • 202: 445717
        • 203: 445718
        • 204: 445719
        • 205: 445720
        • 206: 445721
        • 207: 445722
        • 208: 445723
        • 209: 445724
        • 210: 445725
        • 211: 445726
        • 212: 445727
        • 213: 445728
        • 214: 445729
        • 215: 445730
        • 216: 445731
        • 217: 445732
        • 218: 445733
        • 219: 445734
        • 220: 445735
        • 221: 445736
        • 222: 445737
        • 223: 445738
        • 224: 445739
        • 225: 445740
        • 226: 445741
        • 227: 445742
        • 228: 445743
        • 229: 445744
        • 230: 445745
        • 231: 445746
        • 232: 445747
        • 233: 445748
        • 234: 445749
        • 235: 445750
        • 236: 445751
        • 237: 445752
        • 238: 445753
        • 239: 445754
        • 240: 445755
        • 241: 445756
        • 242: 445757
        • 243: 445758
        • 244: 445759
        • 245: 445760
        • 246: 445761
        • 247: 445762
        • 248: 445763
        • 249: 445764
        • 250: 445765
        • 251: 445766
        • 252: 445767
        • 253: 445768
        • 254: 445769
        • 255: 445770
        • 256: 445771
        • 257: 445772
        • 258: 445773
        • 259: 445774
        • 260: 445775
        • 261: 445776
        • 262: 445777
        • 263: 445778
        • 264: 445779
        • 265: 445780
        • 266: 445781
        • 267: 445782
        • 268: 445783
        • 269: 445784
        • 270: 445785
        • 271: 445786
        • 272: 445787
        • 273: 445788
        • 274: 445789
        • 275: 445790
        • 276: 445791
        • 277: 445792
        • 278: 445793
        • 279: 445794
        • 280: 445795
        • 281: 445796
        • 282: 445797
        • 283: 445798
        • 284: 445799
        • 285: 445800
        • 286: 445801
        • 287: 445802
        • 288: 445803
        • 289: 445804
        • 290: 445805
        • 291: 445806
        • 292: 445807
        • 293: 445808
        • 294: 445809
        • 295: 445810
        • 296: 445811
        • 297: 445812
        • 298: 445813
        • 299: 445814
        • 300: 445815
        • 301: 445816
        • 302: 445817
        • 303: 445818
        • 304: 445819
        • 305: 445820
        • 306: 445821
        • 307: 445822
        • 308: 445823
        • 309: 445824
        • 310: 445825
        • 311: 445826
        • 312: 445827
        • 313: 445828
        • 314: 445829
        • 315: 445830
        • 316: 445831
        • 317: 445832
        • 318: 445833
        • 319: 445834
        • 320: 445835
        • 321: 445836
        • 322: 445837
        • 323: 445838
        • 324: 445839
        • 325: 445840
        • 326: 445841
        • 327: 445842
        • 328: 445843
        • 329: 445844
        • 330: 445845
        • 331: 445846
        • 332: 445847
        • 333: 445848
        • 334: 445849
        • 335: 445850
        • 336: 445851
        • 337: 445852
        • 338: 445853
        • 339: 445854
        • 340: 445855
        • 341: 445856
        • 342: 445857
        • 343: 445858
        • 344: 445859
        • 345: 445860
        • 346: 445861
        • 347: 445862
        • 348: 445863
        • 349: 445864
        • 350: 445865
        • 351: 445866
        • 352: 445867
        • 353: 445862
        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_satt370μsselect * from `question_options` where `question_options`.`question_id` in (445861, 445863, 445864, 445865, 445866, 445867) 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_satt110μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (74) 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_satt100μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (4878) 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_satt120μsselect `id`, `name` from `categories` where `categories`.`id` in (130) 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 (445861, 445863, 445864, 445865, 445866, 445867) 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 (445861, 445863, 445864, 445865, 445866, 445867)
        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 (445861, 445863, 445864, 445865, 445866, 445867) 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 (445861, 445863, 445864, 445865, 445866, 445867) 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_satt70μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (445861, 445863, 445864, 445865, 445866, 445867) 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_satt160μsselect * from `categories` where `categories`.`id` = 130 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 130
        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
      • restrict.blade.php#30debugerror_satt210μ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
      9Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      7QuestionOption.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\SubCategory
      2SubCategory.php#?
      App\Models\Category
      2Category.php#?
      App\Models\Passage
      1Passage.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
          _token
          VEFFBnvPPyGBYIEBEWmPAnUa19mYiB31H4WodlEN
          _previous
          array:1 [ "url" => "https://debugerror.xyz/academy/single-question?ques_id=445862" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /academy/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" => "445862" ]
          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.137.173.170" ] "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.137.173.170" ] "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 => "Wed, 12 Mar 2025 23:54:42 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "58" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImRIdW9IU0xzQXFHQ0ZTMFVxbUNDN1E9PSIsInZhbHVlIjoiWkxNS29waGVaRWZKbDkzc05VY3pQeUxsTVZBbmxINDdkNXEwMG5oTkRGZzczNkNjdmJmYStKTUtsRVlpQ2h5QmFSakFEeWVTaG9NTS9xb3FWZEJETWE3aWhOdWN4WFVPMGM2aU5aaG90akZPVDBwMFozblMzMkR0UmZ4UGZ6YVQiLCJtYWMiOiJjOTA3NTYzZjM4ODhiY2NlMDdkZmUxMmNkZjZiZDk0ZTQwZDVkZjU1YjBmY2FjYmIxNjU1NmZhNmI0NmQyNDllIiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 23:54:42 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6ImRIdW9IU0xzQXFHQ0ZTMFVxbUNDN1E9PSIsInZhbHVlIjoiWkxNS29waGVaRWZKbDkzc05VY3pQeUxsTVZBbmxINDdkNXEwMG5oTkRGZzczNkNjdmJmYStKTUtsRVlpQ2h5QmFSakFEe" 1 => "satt_academy_session=eyJpdiI6Imw0b0s1aTN1NGhOajFGQ0UrWDJxS2c9PSIsInZhbHVlIjoiM0h6Z2g4aG9uUlhIa2tzaFhsbjZxcUpuYWpNV3psMVRzWGxObmJXc243YSt2WS9lZGJ1emRWbmpqU2owV09JeHBpQk1sSFBnVVl4ZXRaS09tTXVxY1RHcnlpaG5iTTc3clNqTkpBUjM0MXZpcDRNSVYzRElnWU9BcUxXRDJzV2IiLCJtYWMiOiI2ZjkwYWZjYjkzNGE1ODcwY2U2NmVjN2RkZjExMDNlNWEwYTJlY2RjMGMwY2NhNDdkMGM1YmUzZGQxNWY0NzYyIiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 23:54:42 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6Imw0b0s1aTN1NGhOajFGQ0UrWDJxS2c9PSIsInZhbHVlIjoiM0h6Z2g4aG9uUlhIa2tzaFhsbjZxcUpuYWpNV3psMVRzWGxObmJXc243YSt2WS9lZGJ1emRWbmpqU2owV09" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImRIdW9IU0xzQXFHQ0ZTMFVxbUNDN1E9PSIsInZhbHVlIjoiWkxNS29waGVaRWZKbDkzc05VY3pQeUxsTVZBbmxINDdkNXEwMG5oTkRGZzczNkNjdmJmYStKTUtsRVlpQ2h5QmFSakFEeWVTaG9NTS9xb3FWZEJETWE3aWhOdWN4WFVPMGM2aU5aaG90akZPVDBwMFozblMzMkR0UmZ4UGZ6YVQiLCJtYWMiOiJjOTA3NTYzZjM4ODhiY2NlMDdkZmUxMmNkZjZiZDk0ZTQwZDVkZjU1YjBmY2FjYmIxNjU1NmZhNmI0NmQyNDllIiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 23:54:42 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImRIdW9IU0xzQXFHQ0ZTMFVxbUNDN1E9PSIsInZhbHVlIjoiWkxNS29waGVaRWZKbDkzc05VY3pQeUxsTVZBbmxINDdkNXEwMG5oTkRGZzczNkNjdmJmYStKTUtsRVlpQ2h5QmFSakFEe" 1 => "satt_academy_session=eyJpdiI6Imw0b0s1aTN1NGhOajFGQ0UrWDJxS2c9PSIsInZhbHVlIjoiM0h6Z2g4aG9uUlhIa2tzaFhsbjZxcUpuYWpNV3psMVRzWGxObmJXc243YSt2WS9lZGJ1emRWbmpqU2owV09JeHBpQk1sSFBnVVl4ZXRaS09tTXVxY1RHcnlpaG5iTTc3clNqTkpBUjM0MXZpcDRNSVYzRElnWU9BcUxXRDJzV2IiLCJtYWMiOiI2ZjkwYWZjYjkzNGE1ODcwY2U2NmVjN2RkZjExMDNlNWEwYTJlY2RjMGMwY2NhNDdkMGM1YmUzZGQxNWY0NzYyIiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 23:54:42 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6Imw0b0s1aTN1NGhOajFGQ0UrWDJxS2c9PSIsInZhbHVlIjoiM0h6Z2g4aG9uUlhIa2tzaFhsbjZxcUpuYWpNV3psMVRzWGxObmJXc243YSt2WS9lZGJ1emRWbmpqU2owV09" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "VEFFBnvPPyGBYIEBEWmPAnUa19mYiB31H4WodlEN" "_previous" => array:1 [ "url" => "https://debugerror.xyz/academy/single-question?ques_id=445862" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-13 05:54:42GET/academy/single-question?ques_id=445862332734