function mcq_record_mode_controller() { // Capability check if (!current_user_can('manage_options')) { wp_die(__('You do not have permission to access this page.', 'mcq-test-creator')); } // Nonce and test ID $test_id = isset($_GET['test_id']) ? intval($_GET['test_id']) : 0; $nonce = isset($_GET['nonce']) ? $_GET['nonce'] : ''; if (!$test_id || !wp_verify_nonce($nonce, 'mcq_record_mode_' . $test_id)) { wp_die(__('Invalid security token.', 'mcq-test-creator')); } // Build presentation data $presentation = mcq_build_presentation($test_id); if (!$presentation) { wp_die(__('No questions found in this test.', 'mcq-test-creator')); } // Render the view, capture output, and exit cleanly (no admin chrome) ob_start(); require_once MCQ_PLUGIN_DIR . 'views/record-mode.php'; $html = ob_get_clean(); wp_die($html); } "Provincial Controller General" is: - DocMCQs
Ad
Sponsored by Sir Tauqeer
CLICK HERE TO JOIN SIR TAUQUEER WHATSAPP GROUP
FOR PREPARATION CLASSES AND JOBS UPDATES
Join Now

“Provincial Controller General” is:

A. Chief Secretary
B. Governor of Punjab
C. Secretary, Industries, Commerce, Investment & Skills Development Dept.
D. District Commissioner
Correct Answer: C. Secretary, Industries, Commerce, Investment & Skills Development Dept.

The "Provincial Controller General" is a key administrative position responsible for overseeing economic and commercial activities at the provincial level. Option C, "Secretary, Industries, Commerce, Investment & Skills Development Dept.," is the correct answer. This role aligns perfectly with the responsibilities of controlling and regulating industries, commerce, and investment within a province.

  • Option A ("Chief Secretary") is the administrative head of the entire provincial government, a broader role.
  • Option B ("Governor of Punjab") is the constitutional and ceremonial head of the province, not an administrative controller.
  • Option D ("District Commissioner") is responsible for a specific district, a much lower administrative tier than a provincial-level Controller General.

Leave a Comment

Join Our WhatsApp Channel ×
Scroll to Top