Assignment Question
The topic is maternity leave becoming mandatory. Why it’s important, how it’s beneficial, and how there needs to be more support for new mothers The goal is to motivate audience to do something. Specifically, your speech must include a proposition of policy. The persuasive speech requires research to be integrated throughout the speech to support statements and provide evidence. In order to integrate research effectively, students must utilize effective outlining and source citation skills. Requirements Construct and deliver an extemporaneous speech in which you: Present for 6-8 minutes Utilize the Speech Outline examples from class and information in Ch. 6 to create the following typed outlines: A full sentence preparation & references page A keyword/short phrase speaking outline Adherence to Problem-Effect-Solution OR Problem-Cause-Solution as the organizational pattern Effective incorporation of ethos, pathos, and logos Utilize a minimum 5 academic appropriate sources All must be cited orally and in the outline text (in APA format) including references page AND in-text citations At least one verbal reference to data gathered from audience analysis survey results Results of survey tabulations also need to be submitted to the “Assignment” for the Persuasive Speech Exhibit dynamic nonverbal delivery.
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 });