Assignment 3: Justification Report – Presentation
Due Week 8 and worth 150 points
Now that you have completed your report, it is time to design and present your findings. Your task is to organize and develop the three parts (introduction, body, and closing) of an effective presentation, based on your Justification Report (Assignment 2.3). Chapter 13 in our text provides overall information on presentation format, content, and delivery. Please use as a guide for this assignment.
Create an eight to ten (8-10) slide presentation in which you:
Include a title slide, introductory slide, and a closing slide.
For your introduction, open with an engaging introduction of the topic of your report. Include one (1) title slide and one (1) introductory slide.
For the body of your presentation, cover the main points of your report. Create slides that reinforce and illustrate your main ideas. Follow basic design principles for effective slide content.
For your single closing slide, finish with a memorable wrap-up statement that refocuses on the purpose of your report.
Assignment Checklist:
Descriptive titles on each of the slides
Text contains concise, precise content
Graphics convey the idea described by the slide text
Statements in bulleted lists have a parallel structure
The font size is easily read from a distance
There are no more than three (3) different font styles in the presentation
The color and background convey a formal business tone
Animation effects are used in moderation
There are no misspellings or typographical errors
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 });

