Submit a 2- page final report of your Social Change Project. The final report should include the following:
Provide a brief synopsis of the social problem and policy you identified (Healthcare disparities amongst the African American population in the United States) .
Describe the steps of your project: (Information can be found in prior assignments that are attached)
How did your experiences as a social work professional and your own goals for advocacy inform your selection of a social problem?
How did your knowledge of, or prior experiences with, the social problem inform your policy analyses?
What did you learn through each step, including your selection of a social problem, identification of a policy, proposal for advocacy, and recommendation for a policy alternative?
Reflecting on your experience, identify 2–3 opportunities for growth. What would you do differently based on your recent learnings?
For example, you might select a different policy alternative that would be better received by elected officials (or other decision makers in a position of power). Or you might use different strategies when speaking in front of a group to advocate for change.
Explain how policy relates to direct practice.
Describe how you will apply advocacy skills as a social worker.
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 });