Assignment Question
Create a 3-4 minute book talk presentation for your text. The text must be visually appealing, and the content must be accurate and persuasive. The book that will be presented is Brene Brown’s Gifts of Imperfection. Presentation Options Book Trailer
Create a 3-5 minute video book trailer for your book. Traditional Book Talk Slides and verbal speech Steps for completing your book talk. Find 3-4 examples of your type of presentation and watch/listen to them. Note, what did the presenter do well? What do you like about this format? Create a list of materials you need to complete this project. Make a list of steps and goals for completing them. How you will be assessed. Clarity and persuasiveness of your argument. Claim is evident Evidence to support your claim The Line of Reasoning is established Visual Presentation Engaging and Fun Well-Conceived and Designed Minimal or Zero mechanical errors Use Quotes from the book
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 });

