2-3 page reflection for each of the six books. Each reflection should include APA style references to include, at minimum, the leadership book being discussed. Attached will be rubrics for the first three books and another general rubric for the last three.
This assignment will be turned in to Turnitin.com so it has to all be original, minus the citations and references
The Books are as follows
1. Goldring, E.B. (2008, September). Leading with data: Pathways to improve your school.
2. Marx, G. (2006, January). Future-focused leadership: Preparing schools, students and
communities for tomorrow’s realities.
3. Tschannen-Moran, M. (2004, August). Trust matters: Leadership for successful schools.
4. BRAVO Principal!, by Sandra Harris –
5. Schools of FISH!: Welcome Back to the Reason You Became an Educator, by Philip Strand –
6. What Great Principals Do Differently: Fifteen Things That Matter Most, by Todd Whitaker –
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 });

