Create a Power Point presentation 5 slides – Intro, 3 content, & conclusion – on a topic that you might do at work. It might be a short training presentation, a sales presentation, a presentation trying to convince management of your proposal, etc. Put the exact text of your talk in the "Notes" section. Once you have created your presentation write a short paper 1-2 pages describing what principles from the background material you used. You will be graded on how thoroughly you apply the ideas in the readings for this module.
Submit your assignments to CourseNet by the module’s due date. You may have to upload one of your files in the additional files area of CourseNet.
Assignment Expectations:
Create a PowerPoint presentation.
Write a summary explaining why you used the principles you used in creating your PowerPoint presentation.
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 });

