This is an assignment for an Oral Communication course assignment.
I need you to do the following:
The Essay, I need you to cover the following points:
– Overview of the topic
– Comparison of advantages(5 advantages)
– Comparison of disadvantages (5 disadvantages)
– Final Opinion
– Summary
NO BULLET POINTS!
The Presentation Part, other than the first slide (Topic), second slide (Outline), & last slide (references) I need the following:
– slide about Overview of the topic
– slide about Comparison of advantages(5 advantages)
– slide about Comparison of disadvantages (5 disadvantages)
– slide about Final Opinion
– slide about Summary
EACH SLIDE MUST HAVE 4-5 BULLET POINTS
Citation APA style
Please not that I am an international male student from Saudi Arabia, so please keep the English as simple as possible!
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 });

