-Assignment instructions:
Please provide a separate answer to the question. The answer to the question should further integrate the assigned course readings and your job/life experiences. Your responses should go beyond quoting what the course book says. Respond to the question in your own words and provide examples of what you are describing.
– A little bit about me to help you with the response if needed :
I’m from Jeddah Saudi Arabia.
I worked for two years at SISCO Company for industrial services as a Training Coordinator and Executive secretary.
I’m a foreign international student I took ESL for one year
My goal is to get as much knowledge and experience from others and to give back to my community. And help improve the education system, and work at the ministry of education in Saudi Arabia.
-The question; (only choose one question to answer)
- Reflect on Thompkins’ view that teaching can be like performance. How does this help/hinder students?
- Compare Thompkins’ reflections of professorship to ideas from Freire’s Pedagogy of the Oppressed?
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

