Processing math: 0%

The area of a rectangle is 200 sq. meter . If the length is twice the breadth, what is the perimeter of the rectangle ?

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

.

Content added by
Content updated By
Promotion
Request history8.2.27PHP Version55.12msRequest Duration7MBMemory UsageGET job-solution/single-questionRoute
    • Booting (28.64ms)time
    • Application (26.48ms)time
    • 1 x Booting (51.95%)
      28.64ms
      1 x Application (48.04%)
      26.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 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
      31 statements were executed4.72ms
      • QuestionController.php#150debugerror_satt180μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '8215' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 8215
        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_satt150μsselect * from `question_options` where `question_options`.`question_id` in (8215) 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_satt320μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 8215
        Bindings
        • 0: 8215
        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_satt170μ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` = '8215' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 8215
        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`, `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 (8215) 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_satt90μ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_satt100μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (301) 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_satt100μ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_satt100μ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_satt180μ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 (8215) 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 (8215)
        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 * from `descriptions` where `descriptions`.`descriptionable_id` in (8215) 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_satt90μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (8215) 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 (8215) 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_satt70μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (8215) 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
      • QuestionController.php#451debugerror_satt890μsselect `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 (25594, 26156, 26799, 27683, 29304, 29594, 29707, 29790, 29796, 30300, 31659, 32090, 33417, 35029, 37969, 39944, 41878, 41947, 41980, 42009, 49300, 51522, 52591, 53023, 53707, 54433, 55605, 56183, 57909, 57973, 68117, 73277, 73280, 74764, 75819, 76636, 76678, 76763, 79848, 82890, 83680, 7600, 8488, 13827, 25546, 26357, 26359, 26385, 26787, 27238, 27441, 27658, 27945, 28380, 29193, 29248, 29344, 29905, 30264, 30476, 30502, 31283, 31487, 31800, 33115, 38122, 38130, 39275, 39723, 41660, 41669, 41706, 42752, 47709, 48453, 50591, 52601, 53659, 53696, 54445, 54453, 55165, 55592, 56300, 56498, 57190, 57508, 58757, 66514, 66816, 67931, 75066, 75526, 76250, 78835, 78983, 7456, 7903, 17464, 25688, 25703, 26442, 28769, 29554, 30371, 30723, 30798, 31253, 41835, 42986, 47896, 48300, 50646, 51486, 52610, 52973, 53259, 53578, 53766, 55025, 55487, 55719, 55870, 56431, 56707, 58857, 62231, 62250, 62253, 62272, 66314, 66883, 68125, 71730, 72122, 73968, 74766, 74816, 76301, 76649, 76756, 78839, 79921, 83683, 237358, 13657, 22904, 25286, 25404, 26746, 51510, 54752, 55946, 74866, 238132, 7554, 26170, 26764, 29340, 30772, 30776, 30812, 30880, 30973, 31435, 32160, 38513, 53678, 53680, 53880, 55193, 58165, 58599, 59641, 68321, 71423, 72256, 75136, 75821, 80206, 80324, 81997, 238143, 31291, 8215, 30241, 30461, 32281, 32735, 32785, 32881, 33698, 34322, 34540, 34541, 34759, 34938, 35637, 35883, 36671, 37008, 37250, 38362, 38402, 39103, 39607, 40115, 41211, 41319, 42803, 44585, 45349, 45693, 48957, 52683, 54801, 60086, 60315, 60451, 60621, 61044, 61144, 62059, 62369, 62533, 62553, 62557, 62560, 62589, 63406, 63475, 64170, 64322, 65220, 65688, 68687, 71559, 77066, 77829, 77847, 78703, 79590, 237817, 238252, 238253, 8575, 19277) and `id` != 8215 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 25594
        • 1: 26156
        • 2: 26799
        • 3: 27683
        • 4: 29304
        • 5: 29594
        • 6: 29707
        • 7: 29790
        • 8: 29796
        • 9: 30300
        • 10: 31659
        • 11: 32090
        • 12: 33417
        • 13: 35029
        • 14: 37969
        • 15: 39944
        • 16: 41878
        • 17: 41947
        • 18: 41980
        • 19: 42009
        • 20: 49300
        • 21: 51522
        • 22: 52591
        • 23: 53023
        • 24: 53707
        • 25: 54433
        • 26: 55605
        • 27: 56183
        • 28: 57909
        • 29: 57973
        • 30: 68117
        • 31: 73277
        • 32: 73280
        • 33: 74764
        • 34: 75819
        • 35: 76636
        • 36: 76678
        • 37: 76763
        • 38: 79848
        • 39: 82890
        • 40: 83680
        • 41: 7600
        • 42: 8488
        • 43: 13827
        • 44: 25546
        • 45: 26357
        • 46: 26359
        • 47: 26385
        • 48: 26787
        • 49: 27238
        • 50: 27441
        • 51: 27658
        • 52: 27945
        • 53: 28380
        • 54: 29193
        • 55: 29248
        • 56: 29344
        • 57: 29905
        • 58: 30264
        • 59: 30476
        • 60: 30502
        • 61: 31283
        • 62: 31487
        • 63: 31800
        • 64: 33115
        • 65: 38122
        • 66: 38130
        • 67: 39275
        • 68: 39723
        • 69: 41660
        • 70: 41669
        • 71: 41706
        • 72: 42752
        • 73: 47709
        • 74: 48453
        • 75: 50591
        • 76: 52601
        • 77: 53659
        • 78: 53696
        • 79: 54445
        • 80: 54453
        • 81: 55165
        • 82: 55592
        • 83: 56300
        • 84: 56498
        • 85: 57190
        • 86: 57508
        • 87: 58757
        • 88: 66514
        • 89: 66816
        • 90: 67931
        • 91: 75066
        • 92: 75526
        • 93: 76250
        • 94: 78835
        • 95: 78983
        • 96: 7456
        • 97: 7903
        • 98: 17464
        • 99: 25688
        • 100: 25703
        • 101: 26442
        • 102: 28769
        • 103: 29554
        • 104: 30371
        • 105: 30723
        • 106: 30798
        • 107: 31253
        • 108: 41835
        • 109: 42986
        • 110: 47896
        • 111: 48300
        • 112: 50646
        • 113: 51486
        • 114: 52610
        • 115: 52973
        • 116: 53259
        • 117: 53578
        • 118: 53766
        • 119: 55025
        • 120: 55487
        • 121: 55719
        • 122: 55870
        • 123: 56431
        • 124: 56707
        • 125: 58857
        • 126: 62231
        • 127: 62250
        • 128: 62253
        • 129: 62272
        • 130: 66314
        • 131: 66883
        • 132: 68125
        • 133: 71730
        • 134: 72122
        • 135: 73968
        • 136: 74766
        • 137: 74816
        • 138: 76301
        • 139: 76649
        • 140: 76756
        • 141: 78839
        • 142: 79921
        • 143: 83683
        • 144: 237358
        • 145: 13657
        • 146: 22904
        • 147: 25286
        • 148: 25404
        • 149: 26746
        • 150: 51510
        • 151: 54752
        • 152: 55946
        • 153: 74866
        • 154: 238132
        • 155: 7554
        • 156: 26170
        • 157: 26764
        • 158: 29340
        • 159: 30772
        • 160: 30776
        • 161: 30812
        • 162: 30880
        • 163: 30973
        • 164: 31435
        • 165: 32160
        • 166: 38513
        • 167: 53678
        • 168: 53680
        • 169: 53880
        • 170: 55193
        • 171: 58165
        • 172: 58599
        • 173: 59641
        • 174: 68321
        • 175: 71423
        • 176: 72256
        • 177: 75136
        • 178: 75821
        • 179: 80206
        • 180: 80324
        • 181: 81997
        • 182: 238143
        • 183: 31291
        • 184: 8215
        • 185: 30241
        • 186: 30461
        • 187: 32281
        • 188: 32735
        • 189: 32785
        • 190: 32881
        • 191: 33698
        • 192: 34322
        • 193: 34540
        • 194: 34541
        • 195: 34759
        • 196: 34938
        • 197: 35637
        • 198: 35883
        • 199: 36671
        • 200: 37008
        • 201: 37250
        • 202: 38362
        • 203: 38402
        • 204: 39103
        • 205: 39607
        • 206: 40115
        • 207: 41211
        • 208: 41319
        • 209: 42803
        • 210: 44585
        • 211: 45349
        • 212: 45693
        • 213: 48957
        • 214: 52683
        • 215: 54801
        • 216: 60086
        • 217: 60315
        • 218: 60451
        • 219: 60621
        • 220: 61044
        • 221: 61144
        • 222: 62059
        • 223: 62369
        • 224: 62533
        • 225: 62553
        • 226: 62557
        • 227: 62560
        • 228: 62589
        • 229: 63406
        • 230: 63475
        • 231: 64170
        • 232: 64322
        • 233: 65220
        • 234: 65688
        • 235: 68687
        • 236: 71559
        • 237: 77066
        • 238: 77829
        • 239: 77847
        • 240: 78703
        • 241: 79590
        • 242: 237817
        • 243: 238252
        • 244: 238253
        • 245: 8575
        • 246: 19277
        • 247: 8215
        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_satt170μsselect * from `question_options` where `question_options`.`question_id` in (237358, 237817, 238132, 238143, 238252, 238253) 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_satt100μ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_satt130μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (4879, 4887, 4891, 4892, 4935) 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 (5, 15) 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_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 (237358, 237817, 238132, 238143, 238252, 238253) 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_satt130μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (237358, 237817, 238132, 238143, 238252, 238253)
        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`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (237358, 237817, 238132, 238143, 238252, 238253) 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 (237358, 237817, 238132, 238143, 238252, 238253) 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 (237358, 237817, 238132, 238143, 238252, 238253) 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` = 15 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 15
        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_satt100μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 8215) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 8215
        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_satt150μ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
      8QuestionOption.php#?
      App\Models\SubCategory
      6SubCategory.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
          ksQjeKrQPV1QQiWwg9WFhKqqZeO3p730tt5jvgaV
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=8215%20%20%20%20%2...
          _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" => "8215" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkNJdzBGVWxad1ZDaUZKZnhZV3ppb0E9PSIsInZhbHVlIjoiK1RYY2tKb0d6V0xNUmQxZEtuODBWRW9WeWljTGJnOVdPUTRZUCtRUUgzMlBTUnFnK094NmRyTDZNb09FMlpiOUUrNkY1d2tQRTRKMU8wVFlvWGJTUk9JbUlWSWtyOWliWkJnVzEzTStXR1JZVGV0RlFaazRKQVVCMWVmUTVPUnUiLCJtYWMiOiI3ZjkzMzNjYjE0NmExYjBmYjQwNGUwMDY2NjgzYWZmYjIzYzAyZGQ4MWQwMDNkNzJiZWFjMjJlZjI3OTQxMjM2IiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6Ik5VRm1JWnIzcHQ5NklNQTM2Zkk1RVE9PSIsInZhbHVlIjoiL3l3aGdkNHZDc1EwZHowNHJKM0FxZ3Ftb0FpWC92QjhzYnB4eU5BdUgxWmR3cEtXNWZIZ3djcWs0RDh5Q09NOURFUGFsRGhaWCtxTmpZd09xeEgwNUxMN0lsUzY4TmgzdnJmU2MvZU5BVEtoeHJpZ0FzSUV3dWF4Vm8rbTkvNlUiLCJtYWMiOiIyMWE5OWViNjZlNjQxMjhkY2IwYmYwNGI2OGUwOWRiNTA4NzgzOWRhNzVkNWIxMmM2YjU0MTc5MWI3ODgwNzFlIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkNJdzBGVWxad1ZDaUZKZnhZV3ppb0E9PSIsInZhbHVlIjoiK1RYY2tKb0d6V0xNUmQxZEtuODBWRW9WeWljTGJnOVdPUTRZUCtRUUgzMlBTUnFnK094NmRyTDZNb09FMlpiOUUrNkY1d" ] "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.100.52" ] "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.100.52" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "ksQjeKrQPV1QQiWwg9WFhKqqZeO3p730tt5jvgaV" "satt_academy_session" => "8kzAzNcycTm2WUXwTRR3Sa7IEbkREU8EUJbwIXyc" ]
          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 04:58:44 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "28" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImlrR2o4MGk0ZEJuUXg2QU5wYzVkM0E9PSIsInZhbHVlIjoidzlDUHU5UFhFZC9oR3lmWm1nTHRVNnlUbnZhS1N1ZDh4M3hYWWZWeGozckh5dzYvU1VVSk5UdThVNWJXa2t5bVl1enlSK2JrQ1FEUTNQZFBYOUkwVWhpUDFmSTFwSmxGSFBvRm1EWWdkZ0pSYmg0d3V4bEVKSEpFZ0JEU2ovbDIiLCJtYWMiOiIwNjc4NTdhN2YxZDBkOWY2YzliZWYxYzdjYTAyYzRhNDdhY2Y5MDJkOGY4MmM1ZWI1ODBlZDlkYWFiOTQxZDUyIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 04:58:44 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6ImlrR2o4MGk0ZEJuUXg2QU5wYzVkM0E9PSIsInZhbHVlIjoidzlDUHU5UFhFZC9oR3lmWm1nTHRVNnlUbnZhS1N1ZDh4M3hYWWZWeGozckh5dzYvU1VVSk5UdThVNWJXa2t5bVl1enlSK" 1 => "satt_academy_session=eyJpdiI6ImRZQS90d2s1aVV0ditjZjBER3V2cHc9PSIsInZhbHVlIjoiOFlTYTNobnJZYytvbUkxV0xFMHg0OUhQVjMzK3UrSGZnd2p5eUNBQTRLMjFmQ3lCa0ZTNHROaFh6R1NUSjRGZDliUkFaRnlwMUxQNDhwMUNWUlBobHRtQXF3ZGI1MGNRYTVPc1RzUTdkcnJ5S2FGUkFiVWh1SUw0bXExMzRLNzgiLCJtYWMiOiI0ZDgxZjMwOWQ5NTRlMzEwYjcwOWY0ZmI1YjgxYjA5NjRhZTJhYmI2NjIwYTA2Yjc1ZjZmM2M0NDgyMjdkNDUyIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 04:58:44 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImRZQS90d2s1aVV0ditjZjBER3V2cHc9PSIsInZhbHVlIjoiOFlTYTNobnJZYytvbUkxV0xFMHg0OUhQVjMzK3UrSGZnd2p5eUNBQTRLMjFmQ3lCa0ZTNHROaFh6R1NUSjR" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImlrR2o4MGk0ZEJuUXg2QU5wYzVkM0E9PSIsInZhbHVlIjoidzlDUHU5UFhFZC9oR3lmWm1nTHRVNnlUbnZhS1N1ZDh4M3hYWWZWeGozckh5dzYvU1VVSk5UdThVNWJXa2t5bVl1enlSK2JrQ1FEUTNQZFBYOUkwVWhpUDFmSTFwSmxGSFBvRm1EWWdkZ0pSYmg0d3V4bEVKSEpFZ0JEU2ovbDIiLCJtYWMiOiIwNjc4NTdhN2YxZDBkOWY2YzliZWYxYzdjYTAyYzRhNDdhY2Y5MDJkOGY4MmM1ZWI1ODBlZDlkYWFiOTQxZDUyIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 04:58:44 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImlrR2o4MGk0ZEJuUXg2QU5wYzVkM0E9PSIsInZhbHVlIjoidzlDUHU5UFhFZC9oR3lmWm1nTHRVNnlUbnZhS1N1ZDh4M3hYWWZWeGozckh5dzYvU1VVSk5UdThVNWJXa2t5bVl1enlSK" 1 => "satt_academy_session=eyJpdiI6ImRZQS90d2s1aVV0ditjZjBER3V2cHc9PSIsInZhbHVlIjoiOFlTYTNobnJZYytvbUkxV0xFMHg0OUhQVjMzK3UrSGZnd2p5eUNBQTRLMjFmQ3lCa0ZTNHROaFh6R1NUSjRGZDliUkFaRnlwMUxQNDhwMUNWUlBobHRtQXF3ZGI1MGNRYTVPc1RzUTdkcnJ5S2FGUkFiVWh1SUw0bXExMzRLNzgiLCJtYWMiOiI0ZDgxZjMwOWQ5NTRlMzEwYjcwOWY0ZmI1YjgxYjA5NjRhZTJhYmI2NjIwYTA2Yjc1ZjZmM2M0NDgyMjdkNDUyIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 04:58:44 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImRZQS90d2s1aVV0ditjZjBER3V2cHc9PSIsInZhbHVlIjoiOFlTYTNobnJZYytvbUkxV0xFMHg0OUhQVjMzK3UrSGZnd2p5eUNBQTRLMjFmQ3lCa0ZTNHROaFh6R1NUSjR" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "ksQjeKrQPV1QQiWwg9WFhKqqZeO3p730tt5jvgaV" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=8215%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 10:58:44GET/job-solution/single-question?ques_id=8215++++++++++++++++++++++++++++333143