Maintain a journal of your virtual visits and activities, submitted in Canvas.
Journal entries should be 650 – 700 words and are due in Modules 3, 4, 6, and 9
These entries should include (items 1 through 3 are required; 4 through 6 to be included as relevant):
A brief descriiption of your daily activities
Your thoughts, feelings, reactions to these activities and why is this of interest and significant to you.
Connection to topics from the course, such as social work values, your role (e.g. facilitator, educator), agency analysis, policy analysis, policies within the agency, national or state laws, etc.
Examine and describe how the agency has addressed COVID-19, diversity, equity, and inclusion in regard to service provision.
Examine and describe the agency’s commitment to dismantling white supremacy (referenced in Module 3’s lecture) through continuing education opportunities for staff, public statements accompanied by explicit actions, etc.
While this assignment is somewhat informal, your final document should be spell-checked and proofread to make sure it is easily readable.
Agency:
Material: Below and attached to files
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 });