This assignment has two parts.
Part 1: Prepare a response to Matthew, include the following:
Explain your analysis of the situation.
Summarize the applicable laws.
Part 2: Draft a written communication to the employee on the issue. Be sure to include evidence, with references, in your response.
Make sure to include both parts in your 2-3 paragraph response. Apply APA standards to citation of sources. By Saturday, January 23, 2016, post your response to the appropriate Discussion Area. Through Wednesday, January 27, 2016, review and comment on at least two peers’ responses.
In your response, consider the following:
What reaction do you believe the employee will have to the communication your fellow students developed?
What changes, if any, do you suggest for the communication?
What important points developed by your classmates would you integrate into your own response?
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 });

