function mcq_record_mode_controller() { // Capability check if ( ! current_user_can( 'manage_options' ) ) { wp_die( esc_html__( 'You do not have permission to access this page.', 'mcq-test-creator' ) ); } // Get request data $test_id = isset( $_GET['test_id'] ) ? absint( $_GET['test_id'] ) : 0; $nonce = isset( $_GET['nonce'] ) ? sanitize_text_field( wp_unslash( $_GET['nonce'] ) ) : ''; // Security check if ( ! $test_id || ! wp_verify_nonce( $nonce, 'mcq_record_mode_' . $test_id ) ) { wp_die( esc_html__( 'Invalid security token.', 'mcq-test-creator' ) ); } // Build presentation $presentation = mcq_build_presentation( $test_id ); if ( ! $presentation ) { wp_die( esc_html__( 'No questions found in this test.', 'mcq-test-creator' ) ); } require MCQ_PLUGIN_DIR . 'views/record-mode.php'; exit; } Who is the all-time leading goal scorer for Pakistan in international field hockey? - DocMCQs
Ad
Sponsored by Sir Tauqeer
CLICK HERE TO JOIN SIR TAUQUEER WHATSAPP GROUP
FOR PREPARATION CLASSES AND JOBS UPDATES
Join Now

Who is the all-time leading goal scorer for Pakistan in international field hockey?

A. Shakeel Abassi
B. Sohail Abbas
C. Shahbaz Senior
D. Samiullah Khan
Correct Answer: B. Sohail Abbas

This question identifies the all-time leading goal scorer for Pakistan in international field hockey. Sohail Abbas is widely recognized for this achievement. Known as the 'King of the Drag Flick', he holds numerous records for his prolific goal-scoring ability, making him a legend in Pakistani hockey history.

  • Shakeel Abassi is a highly skilled forward but not the leading goal scorer.
  • Shahbaz Senior is considered one of the greatest hockey players ever, known for his dribbling and playmaking, not primarily goal-scoring records.
  • Samiullah Khan was a brilliant winger, famous for his speed, but Sohail Abbas surpassed others in goal tallies.

Leave a Comment

Join Our WhatsApp Channel ×
Scroll to Top