Create a PowerPoint using the guidelines below
The Final Project is worth a total of 20 possible points:
15 content points – presentation contains a minimum of 36 content slides (not including bibliography slides) and includes all the required slides and information listed in the Final Project
Info & Project Rubric (same as content required in Checkpoints 1, 2 and 3).
5 presentation points – in order to get the full presentation points, your project will need to meet the following requirements:
10 or more multimedia elements such as photos, charts or graphics
Presentation must be organized, labeled by topic and easy to follow
Well-formulated and detailed bullets or paragraphs
No spelling or grammatical errors
Reference slide(s) with proper citations.
To ensure your project is submitted on time and receives full credit, here are a few suggestions:
Your project must be on an approved wine region (both international and U.S. non-Florida). Failure to use proper regions (i.e. doing your project on an entire country or state) will result in a 50% deduction.
Submit well before the deadline!!! This will be your largest presentation yet and might take a while to upload to Turnitin. Once you have successfully submitted, you will see a confirmation message in Canvas.
When uploading your presentations, use a computer and not a cell phone or mobile device. Chrome and Firefox browsers work best.
Turnitin has a file size capacity of 30 MB. If your project is larger than this, you can reduce the file size by opening in Adobe Acrobat and selecting File -> Save as Other -> Reduced Size PDF.
As a last resort, you can email your checkpoint to your peer mentor (may not work for file sizes over 25 MB)
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 });

