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); } Shaista Ikramullah was: - DocMCQs
Ad
Sponsored by Sir Tauqeer
CLICK HERE TO JOIN SIR TAUQUEER WHATSAPP GROUP
FOR PREPARATION CLASSES AND JOBS UPDATES
Join Now

Shaista Ikramullah was:

A. Politician
B. Author
C. Diplomat
D. All of these
Correct Answer: D. All of these

Shaista Ikramullah was a highly influential and multifaceted personality in Pakistan's history. She was indeed a politician, serving as a member of the Constituent Assembly of Pakistan and playing a role in drafting the country's constitution. Beyond politics, she was a prolific author, penning several books and articles that offered insights into women's rights and social issues. Furthermore, her career as a diplomat saw her representing Pakistan at various international forums, including the United Nations. Therefore, all the listed roles accurately describe her significant contributions, making 'All of these' the correct answer.

Leave a Comment

Join Our WhatsApp Channel ×
Scroll to Top