In Chapter 8, Lopez sends a resounding message: “Assessment is not about you as a teacher; it is about your students” (p.97). He goes on to say that our reason for assessing students should be grounded in our commitment to use the information collected in a way that helps us generate greater success for our students.
Share your perspective on Lopez’s quote and statement above. Describe how your mindset has changed or been validated.
Consider the 4 questions Lopez lists under “Defending our Assessment Practices” (p.98). How might you use these questions in your current or anticipated practice? What value might it add to your practice by keeping these questions in mind?
In what ways have you succeeded/failed to make students your partner in assessment?
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 });

