Processing math: 100%
উদ্দীপকটি পড় এবং পরবর্তী প্রশ্নের উত্তর দাও :

50 mL 0.18 M CH3COOH দ্রবণে 60 mL 0.10 M NaOH দ্রবণ যোগ করা হল। pKa = 4.76.

উদ্দীপক দ্রবণে কোনটি অতিরিক্ত থাকবে?

Created: 11 months ago | Updated: 3 months ago
Updated: 3 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version145msRequest Duration35MBMemory UsageGET academy/single-questionRoute
    • Booting (96.68ms)time
    • Application (48.48ms)time
    • 1 x Booting (66.6%)
      96.68ms
      1 x Application (33.39%)
      48.48ms
      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 executed9.02ms
      • QuestionController.php#150debugerror_satt390μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '428056' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 428056
        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_satt410μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 428056
        Bindings
        • 0: 428056
        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_satt320μ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` = '428056' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 428056
        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_satt580μ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 (428056) 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_satt180μsselect `id`, `title`, `passage` from `passages` where `passages`.`id` in (10010) 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_satt190μ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_satt200μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (76) 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_satt200μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (76) 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_satt260μ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 (428056) 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_satt180μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (428056)
        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_satt440μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (428056) 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_satt170μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (428056) 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_satt140μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (428056) 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_satt140μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (428056) 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.5msselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (7518)
        Bindings
        • 0: App\Models\Question
        • 1: 7518
        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_satt2.15msselect `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 (97786, 110851, 131094, 134611, 143612, 154247, 154304, 176452, 178231, 194099, 198167, 143618, 154245, 154534, 85381, 99560, 99961, 120610, 120675, 121045, 122337, 130926, 133368, 144054, 145543, 175716, 175735, 191242, 192330, 200313, 200521, 201991, 202921, 204645, 208098, 209912, 232203, 232818, 234329, 235661, 236622, 236740, 110842, 200617, 236741, 83909, 84069, 84550, 84934, 85593, 95478, 95556, 95678, 95974, 98305, 99562, 99943, 102428, 110124, 110273, 111056, 121934, 123981, 124008, 124286, 124376, 124391, 124400, 124454, 124675, 124762, 129629, 131266, 131274, 131365, 131538, 131851, 132059, 133878, 142970, 142971, 143095, 144367, 144376, 144826, 144948, 176698, 176745, 177691, 178963, 180186, 182117, 184890, 185070, 185252, 192191, 192201, 192611, 194116, 198171, 198311, 199476, 199792, 199827, 200337, 201911, 201951, 202153, 202296, 202663, 202894, 202895, 203344, 203395, 203580, 203594, 203612, 203741, 203815, 203826, 203989, 204448, 204699, 204729, 207732, 210047, 210151, 210591, 212190, 212319, 212323, 212754, 213220, 213421, 213873, 217933, 219693, 231618, 232432, 233284, 234411, 236396, 241142, 241798, 84026, 84082, 84119, 84222, 84527, 85334, 96092, 96257, 97791, 97799, 97802, 110108, 129450, 129483, 129636, 129643, 129872, 130914, 130923, 131002, 131005, 131085, 131102, 131109, 131169, 131174, 131176, 131194, 131259, 131273, 131360, 131362, 131519, 131522, 131533, 131534, 131662, 131734, 131750, 131758, 131850, 131865, 132231, 132232, 132238, 132249, 132384, 132658, 132702, 133214, 133215, 133369, 133376, 133537, 133865, 134030, 134171, 134187, 134616, 134624, 134627, 134689, 142826, 142899, 143086, 143091, 143194, 143302, 143306, 143364, 143716, 143865, 143871, 143966, 144364, 144368, 144369, 144483, 144751, 145459, 146221, 153913, 154244, 154475, 154704, 155444, 167599, 167737, 167739, 167917, 205622, 206089, 204282, 95061, 124418, 124431, 125269, 129647, 142978, 170879, 177709, 192786, 198818, 201625, 202417, 202537, 202949, 202995, 203023, 203311, 203670, 203690, 203691, 203694, 203695, 203736, 203738, 203742, 203746, 203960, 203994, 203996, 204052, 204086, 204093, 204159, 204182, 204186, 204329, 204369, 204376, 209787, 209924, 235083, 235394, 241044, 85373, 427670, 427671, 427672, 427673, 427674, 427675, 427676, 427677, 427678, 427679, 427680, 427681, 427682, 427683, 427684, 427685, 427686, 427687, 427688, 427689, 427690, 427691, 427692, 427693, 427694, 427695, 427696, 427697, 427698, 427699, 427700, 427701, 427702, 427703, 427704, 427705, 427706, 427707, 427708, 427709, 427710, 427711, 427712, 427713, 427714, 427715, 427716, 427717, 427718, 427719, 427720, 427721, 427722, 427723, 427724, 427725, 427726, 427727, 427728, 427729, 427730, 427731, 427732, 427733, 427734, 427735, 427736, 427737, 427738, 427739, 427740, 427741, 427742, 427743, 427744, 427745, 427746, 427747, 427748, 427749, 427750, 427751, 427752, 427753, 427754, 427755, 427756, 427757, 427758, 427759, 427760, 427761, 427762, 427763, 427764, 427765, 427766, 427767, 427768, 427769, 427770, 427771, 427772, 427773, 427774, 427775, 427776, 427777, 427778, 427779, 427780, 427781, 427782, 427783, 427784, 427785, 427786, 427787, 427788, 427789, 427790, 427791, 427792, 427793, 427794, 427795, 427796, 427797, 427798, 427799, 427800, 427801, 427802, 427803, 427804, 427805, 427806, 427807, 427808, 427809, 427810, 427811, 427812, 427813, 427814, 427815, 427816, 427817, 427818, 427819, 427820, 427821, 427822, 427823, 427824, 427825, 427826, 427827, 427828, 427829, 427830, 427831, 427832, 427833, 427834, 427835, 427836, 427837, 427838, 427839, 427840, 427841, 427842, 427843, 427844, 427845, 427846, 427847, 427848, 427849, 427850, 427851, 427852, 427853, 427854, 427855, 427856, 427857, 427858, 427859, 427860, 427861, 427862, 427863, 427864, 427865, 427866, 427867, 427868, 427869, 427870, 427871, 427872, 427873, 427874, 427875, 427876, 427877, 427878, 427879, 427880, 427881, 428014, 428015, 428016, 428017, 428018, 428019, 428020, 428021, 428022, 428023, 428024, 428025, 428026, 428027, 428028, 428029, 428030, 428031, 428032, 428033, 428034, 428035, 428036, 428037, 428038, 428039, 428040, 428041, 428042, 428043, 428044, 428045, 428046, 428047, 428048, 428049, 428050, 428051, 428052, 428053, 428054, 428055, 428056, 428057, 428058, 428059) and `id` != 428056 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 97786
        • 1: 110851
        • 2: 131094
        • 3: 134611
        • 4: 143612
        • 5: 154247
        • 6: 154304
        • 7: 176452
        • 8: 178231
        • 9: 194099
        • 10: 198167
        • 11: 143618
        • 12: 154245
        • 13: 154534
        • 14: 85381
        • 15: 99560
        • 16: 99961
        • 17: 120610
        • 18: 120675
        • 19: 121045
        • 20: 122337
        • 21: 130926
        • 22: 133368
        • 23: 144054
        • 24: 145543
        • 25: 175716
        • 26: 175735
        • 27: 191242
        • 28: 192330
        • 29: 200313
        • 30: 200521
        • 31: 201991
        • 32: 202921
        • 33: 204645
        • 34: 208098
        • 35: 209912
        • 36: 232203
        • 37: 232818
        • 38: 234329
        • 39: 235661
        • 40: 236622
        • 41: 236740
        • 42: 110842
        • 43: 200617
        • 44: 236741
        • 45: 83909
        • 46: 84069
        • 47: 84550
        • 48: 84934
        • 49: 85593
        • 50: 95478
        • 51: 95556
        • 52: 95678
        • 53: 95974
        • 54: 98305
        • 55: 99562
        • 56: 99943
        • 57: 102428
        • 58: 110124
        • 59: 110273
        • 60: 111056
        • 61: 121934
        • 62: 123981
        • 63: 124008
        • 64: 124286
        • 65: 124376
        • 66: 124391
        • 67: 124400
        • 68: 124454
        • 69: 124675
        • 70: 124762
        • 71: 129629
        • 72: 131266
        • 73: 131274
        • 74: 131365
        • 75: 131538
        • 76: 131851
        • 77: 132059
        • 78: 133878
        • 79: 142970
        • 80: 142971
        • 81: 143095
        • 82: 144367
        • 83: 144376
        • 84: 144826
        • 85: 144948
        • 86: 176698
        • 87: 176745
        • 88: 177691
        • 89: 178963
        • 90: 180186
        • 91: 182117
        • 92: 184890
        • 93: 185070
        • 94: 185252
        • 95: 192191
        • 96: 192201
        • 97: 192611
        • 98: 194116
        • 99: 198171
        • 100: 198311
        • 101: 199476
        • 102: 199792
        • 103: 199827
        • 104: 200337
        • 105: 201911
        • 106: 201951
        • 107: 202153
        • 108: 202296
        • 109: 202663
        • 110: 202894
        • 111: 202895
        • 112: 203344
        • 113: 203395
        • 114: 203580
        • 115: 203594
        • 116: 203612
        • 117: 203741
        • 118: 203815
        • 119: 203826
        • 120: 203989
        • 121: 204448
        • 122: 204699
        • 123: 204729
        • 124: 207732
        • 125: 210047
        • 126: 210151
        • 127: 210591
        • 128: 212190
        • 129: 212319
        • 130: 212323
        • 131: 212754
        • 132: 213220
        • 133: 213421
        • 134: 213873
        • 135: 217933
        • 136: 219693
        • 137: 231618
        • 138: 232432
        • 139: 233284
        • 140: 234411
        • 141: 236396
        • 142: 241142
        • 143: 241798
        • 144: 84026
        • 145: 84082
        • 146: 84119
        • 147: 84222
        • 148: 84527
        • 149: 85334
        • 150: 96092
        • 151: 96257
        • 152: 97791
        • 153: 97799
        • 154: 97802
        • 155: 110108
        • 156: 129450
        • 157: 129483
        • 158: 129636
        • 159: 129643
        • 160: 129872
        • 161: 130914
        • 162: 130923
        • 163: 131002
        • 164: 131005
        • 165: 131085
        • 166: 131102
        • 167: 131109
        • 168: 131169
        • 169: 131174
        • 170: 131176
        • 171: 131194
        • 172: 131259
        • 173: 131273
        • 174: 131360
        • 175: 131362
        • 176: 131519
        • 177: 131522
        • 178: 131533
        • 179: 131534
        • 180: 131662
        • 181: 131734
        • 182: 131750
        • 183: 131758
        • 184: 131850
        • 185: 131865
        • 186: 132231
        • 187: 132232
        • 188: 132238
        • 189: 132249
        • 190: 132384
        • 191: 132658
        • 192: 132702
        • 193: 133214
        • 194: 133215
        • 195: 133369
        • 196: 133376
        • 197: 133537
        • 198: 133865
        • 199: 134030
        • 200: 134171
        • 201: 134187
        • 202: 134616
        • 203: 134624
        • 204: 134627
        • 205: 134689
        • 206: 142826
        • 207: 142899
        • 208: 143086
        • 209: 143091
        • 210: 143194
        • 211: 143302
        • 212: 143306
        • 213: 143364
        • 214: 143716
        • 215: 143865
        • 216: 143871
        • 217: 143966
        • 218: 144364
        • 219: 144368
        • 220: 144369
        • 221: 144483
        • 222: 144751
        • 223: 145459
        • 224: 146221
        • 225: 153913
        • 226: 154244
        • 227: 154475
        • 228: 154704
        • 229: 155444
        • 230: 167599
        • 231: 167737
        • 232: 167739
        • 233: 167917
        • 234: 205622
        • 235: 206089
        • 236: 204282
        • 237: 95061
        • 238: 124418
        • 239: 124431
        • 240: 125269
        • 241: 129647
        • 242: 142978
        • 243: 170879
        • 244: 177709
        • 245: 192786
        • 246: 198818
        • 247: 201625
        • 248: 202417
        • 249: 202537
        • 250: 202949
        • 251: 202995
        • 252: 203023
        • 253: 203311
        • 254: 203670
        • 255: 203690
        • 256: 203691
        • 257: 203694
        • 258: 203695
        • 259: 203736
        • 260: 203738
        • 261: 203742
        • 262: 203746
        • 263: 203960
        • 264: 203994
        • 265: 203996
        • 266: 204052
        • 267: 204086
        • 268: 204093
        • 269: 204159
        • 270: 204182
        • 271: 204186
        • 272: 204329
        • 273: 204369
        • 274: 204376
        • 275: 209787
        • 276: 209924
        • 277: 235083
        • 278: 235394
        • 279: 241044
        • 280: 85373
        • 281: 427670
        • 282: 427671
        • 283: 427672
        • 284: 427673
        • 285: 427674
        • 286: 427675
        • 287: 427676
        • 288: 427677
        • 289: 427678
        • 290: 427679
        • 291: 427680
        • 292: 427681
        • 293: 427682
        • 294: 427683
        • 295: 427684
        • 296: 427685
        • 297: 427686
        • 298: 427687
        • 299: 427688
        • 300: 427689
        • 301: 427690
        • 302: 427691
        • 303: 427692
        • 304: 427693
        • 305: 427694
        • 306: 427695
        • 307: 427696
        • 308: 427697
        • 309: 427698
        • 310: 427699
        • 311: 427700
        • 312: 427701
        • 313: 427702
        • 314: 427703
        • 315: 427704
        • 316: 427705
        • 317: 427706
        • 318: 427707
        • 319: 427708
        • 320: 427709
        • 321: 427710
        • 322: 427711
        • 323: 427712
        • 324: 427713
        • 325: 427714
        • 326: 427715
        • 327: 427716
        • 328: 427717
        • 329: 427718
        • 330: 427719
        • 331: 427720
        • 332: 427721
        • 333: 427722
        • 334: 427723
        • 335: 427724
        • 336: 427725
        • 337: 427726
        • 338: 427727
        • 339: 427728
        • 340: 427729
        • 341: 427730
        • 342: 427731
        • 343: 427732
        • 344: 427733
        • 345: 427734
        • 346: 427735
        • 347: 427736
        • 348: 427737
        • 349: 427738
        • 350: 427739
        • 351: 427740
        • 352: 427741
        • 353: 427742
        • 354: 427743
        • 355: 427744
        • 356: 427745
        • 357: 427746
        • 358: 427747
        • 359: 427748
        • 360: 427749
        • 361: 427750
        • 362: 427751
        • 363: 427752
        • 364: 427753
        • 365: 427754
        • 366: 427755
        • 367: 427756
        • 368: 427757
        • 369: 427758
        • 370: 427759
        • 371: 427760
        • 372: 427761
        • 373: 427762
        • 374: 427763
        • 375: 427764
        • 376: 427765
        • 377: 427766
        • 378: 427767
        • 379: 427768
        • 380: 427769
        • 381: 427770
        • 382: 427771
        • 383: 427772
        • 384: 427773
        • 385: 427774
        • 386: 427775
        • 387: 427776
        • 388: 427777
        • 389: 427778
        • 390: 427779
        • 391: 427780
        • 392: 427781
        • 393: 427782
        • 394: 427783
        • 395: 427784
        • 396: 427785
        • 397: 427786
        • 398: 427787
        • 399: 427788
        • 400: 427789
        • 401: 427790
        • 402: 427791
        • 403: 427792
        • 404: 427793
        • 405: 427794
        • 406: 427795
        • 407: 427796
        • 408: 427797
        • 409: 427798
        • 410: 427799
        • 411: 427800
        • 412: 427801
        • 413: 427802
        • 414: 427803
        • 415: 427804
        • 416: 427805
        • 417: 427806
        • 418: 427807
        • 419: 427808
        • 420: 427809
        • 421: 427810
        • 422: 427811
        • 423: 427812
        • 424: 427813
        • 425: 427814
        • 426: 427815
        • 427: 427816
        • 428: 427817
        • 429: 427818
        • 430: 427819
        • 431: 427820
        • 432: 427821
        • 433: 427822
        • 434: 427823
        • 435: 427824
        • 436: 427825
        • 437: 427826
        • 438: 427827
        • 439: 427828
        • 440: 427829
        • 441: 427830
        • 442: 427831
        • 443: 427832
        • 444: 427833
        • 445: 427834
        • 446: 427835
        • 447: 427836
        • 448: 427837
        • 449: 427838
        • 450: 427839
        • 451: 427840
        • 452: 427841
        • 453: 427842
        • 454: 427843
        • 455: 427844
        • 456: 427845
        • 457: 427846
        • 458: 427847
        • 459: 427848
        • 460: 427849
        • 461: 427850
        • 462: 427851
        • 463: 427852
        • 464: 427853
        • 465: 427854
        • 466: 427855
        • 467: 427856
        • 468: 427857
        • 469: 427858
        • 470: 427859
        • 471: 427860
        • 472: 427861
        • 473: 427862
        • 474: 427863
        • 475: 427864
        • 476: 427865
        • 477: 427866
        • 478: 427867
        • 479: 427868
        • 480: 427869
        • 481: 427870
        • 482: 427871
        • 483: 427872
        • 484: 427873
        • 485: 427874
        • 486: 427875
        • 487: 427876
        • 488: 427877
        • 489: 427878
        • 490: 427879
        • 491: 427880
        • 492: 427881
        • 493: 428014
        • 494: 428015
        • 495: 428016
        • 496: 428017
        • 497: 428018
        • 498: 428019
        • 499: 428020
        • 500: 428021
        • 501: 428022
        • 502: 428023
        • 503: 428024
        • 504: 428025
        • 505: 428026
        • 506: 428027
        • 507: 428028
        • 508: 428029
        • 509: 428030
        • 510: 428031
        • 511: 428032
        • 512: 428033
        • 513: 428034
        • 514: 428035
        • 515: 428036
        • 516: 428037
        • 517: 428038
        • 518: 428039
        • 519: 428040
        • 520: 428041
        • 521: 428042
        • 522: 428043
        • 523: 428044
        • 524: 428045
        • 525: 428046
        • 526: 428047
        • 527: 428048
        • 528: 428049
        • 529: 428050
        • 530: 428051
        • 531: 428052
        • 532: 428053
        • 533: 428054
        • 534: 428055
        • 535: 428056
        • 536: 428057
        • 537: 428058
        • 538: 428059
        • 539: 428056
        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_satt350μsselect * from `question_options` where `question_options`.`question_id` in (428053, 428054, 428055, 428057, 428058, 428059) 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 (76) 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_satt90μ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_satt180μ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_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 (428053, 428054, 428055, 428057, 428058, 428059) 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 (428053, 428054, 428055, 428057, 428058, 428059)
        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 (428053, 428054, 428055, 428057, 428058, 428059) 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_satt70μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (428053, 428054, 428055, 428057, 428058, 428059) 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_satt60μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (428053, 428054, 428055, 428057, 428058, 428059) 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_satt130μ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
          XbBtINKOfgvOgkFHuiNsF59lUxQsAJdFEJgfRnnM
          _previous
          array:1 [ "url" => "https://debugerror.xyz/academy/single-question?ques_id=428056" ]
          _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" => "428056" ]
          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 => "18.221.150.61" ] "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.221.150.61" ] "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:42:55 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "59" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJzV05aOGlnUGpxY1Q3a3JkNldaaFE9PSIsInZhbHVlIjoiOS9HOFBGdDEwc0dqeEpEcTZEWmpsQzJ2Wm5NVkRBbmFWdjRZTXZQQ3pwQnlOQTJNN0Z3OFp3QjdZbWZjakdXU1RhcjJSaC9yeGRvcmxMRkdaQzJLdmg4VnFGZVhvNk11d2tkR3kzRG9RM2JSNWxsSThNdWhhZzM4enJxSmF6ZC8iLCJtYWMiOiIwNDhkZWJhYWU5Y2Q0ZjczOGE0YTczYTRmY2RlZjA0MGM3MGFmYjNkY2NiM2Q3MDRhNTk1NGY1ZWIxMDE3YWQwIiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 23:42:55 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IlJzV05aOGlnUGpxY1Q3a3JkNldaaFE9PSIsInZhbHVlIjoiOS9HOFBGdDEwc0dqeEpEcTZEWmpsQzJ2Wm5NVkRBbmFWdjRZTXZQQ3pwQnlOQTJNN0Z3OFp3QjdZbWZjakdXU1RhcjJSa" 1 => "satt_academy_session=eyJpdiI6IkNjUFk2RHg3RWpEcUpoUHJIY09kM1E9PSIsInZhbHVlIjoiUTk3MGcxSDlQb2RXM01icmZKMXVxL1c2Yk05NWxmYmpiMURoR3c1bnAvWmxPOE13T01RbGVnS3JoOUFzMVRJUDU5R0xiS0RMNndYaWY3MnkzRElVMU56dnpjM2UvWFJCVFQ5MVJxOFRFbkxFUDlodW11OHMzRGxLcXh1Q3V2RFkiLCJtYWMiOiI0ZGFlZWFkNDliZWQxYTZlYWZkYjNhNzBkNjZkMzEyNzEwMjg2NDhmYmE3NmQ5Zjg3ZmZiMWMzZjcxMGI5OTJlIiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 23:42:55 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkNjUFk2RHg3RWpEcUpoUHJIY09kM1E9PSIsInZhbHVlIjoiUTk3MGcxSDlQb2RXM01icmZKMXVxL1c2Yk05NWxmYmpiMURoR3c1bnAvWmxPOE13T01RbGVnS3JoOUFzMVR" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJzV05aOGlnUGpxY1Q3a3JkNldaaFE9PSIsInZhbHVlIjoiOS9HOFBGdDEwc0dqeEpEcTZEWmpsQzJ2Wm5NVkRBbmFWdjRZTXZQQ3pwQnlOQTJNN0Z3OFp3QjdZbWZjakdXU1RhcjJSaC9yeGRvcmxMRkdaQzJLdmg4VnFGZVhvNk11d2tkR3kzRG9RM2JSNWxsSThNdWhhZzM4enJxSmF6ZC8iLCJtYWMiOiIwNDhkZWJhYWU5Y2Q0ZjczOGE0YTczYTRmY2RlZjA0MGM3MGFmYjNkY2NiM2Q3MDRhNTk1NGY1ZWIxMDE3YWQwIiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 23:42:55 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlJzV05aOGlnUGpxY1Q3a3JkNldaaFE9PSIsInZhbHVlIjoiOS9HOFBGdDEwc0dqeEpEcTZEWmpsQzJ2Wm5NVkRBbmFWdjRZTXZQQ3pwQnlOQTJNN0Z3OFp3QjdZbWZjakdXU1RhcjJSa" 1 => "satt_academy_session=eyJpdiI6IkNjUFk2RHg3RWpEcUpoUHJIY09kM1E9PSIsInZhbHVlIjoiUTk3MGcxSDlQb2RXM01icmZKMXVxL1c2Yk05NWxmYmpiMURoR3c1bnAvWmxPOE13T01RbGVnS3JoOUFzMVRJUDU5R0xiS0RMNndYaWY3MnkzRElVMU56dnpjM2UvWFJCVFQ5MVJxOFRFbkxFUDlodW11OHMzRGxLcXh1Q3V2RFkiLCJtYWMiOiI0ZGFlZWFkNDliZWQxYTZlYWZkYjNhNzBkNjZkMzEyNzEwMjg2NDhmYmE3NmQ5Zjg3ZmZiMWMzZjcxMGI5OTJlIiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 23:42:55 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkNjUFk2RHg3RWpEcUpoUHJIY09kM1E9PSIsInZhbHVlIjoiUTk3MGcxSDlQb2RXM01icmZKMXVxL1c2Yk05NWxmYmpiMURoR3c1bnAvWmxPOE13T01RbGVnS3JoOUFzMVR" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "XbBtINKOfgvOgkFHuiNsF59lUxQsAJdFEJgfRnnM" "_previous" => array:1 [ "url" => "https://debugerror.xyz/academy/single-question?ques_id=428056" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-13 05:42:55GET/academy/single-question?ques_id=428056332734