Assignment Question
The Special Occasion Speech: This week’s assignment starts the process of preparing for your special occasion speech, so be sure to read the instructions carefully. Pick an occasion that is realistic, such as a wedding toast or a retirement reception for a friend or relative. (NOTE: Do not select a graduation speech because those are usually 20 minutes long). The time limit for this speech is 1-3 minutes. For more information about the special occasion speech, refer to the SPEECH GUIDELINES document that is posted in the assignment instructions. Take a moment to watch my short video: https://www.youtube.com/shorts/AY3jVqVoeW8Links to an external site. Submit a Word file. Do not submit a PDF. Length: Use the “Special Occasion Brainstorming Guide.” Click here: Download Click here: Writing Mechanics: Submission is free from spelling, grammar, and punctuation errors. Formatting: Use 12-point font, such as Times New Roman or Helvetica; double-spaced; 1″ margins all around; and the text is aligned only on the left side of the page. Organization: Use the “Special Occasion Brainstorming Guide.”
References: It’s early in the speechmaking process, but if you do have an idea about the inspirational quote you would like to use, be sure to list it as a reference. Center the word “Reference” (without quotation marks) at the bottom of the page, and then list the source you used. NOTE: Do not use Wikipedia, videos, blogs, or any social media.
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 });