Assignment Question
Informative Speech.
Topic: How Mental Illness Affect Families (You may select one type of mental illness to research and present your speech on.) Time: 3–5 minutes Cite a minimum of 6 sources All informative speeches have an identifiable introduction, body, and conclusion.
Introduction: The introduction should compel the audience to listen (with an attention getter) and provide a preview. The preview usually includes the thesis statement and an overview of the main points.
Body: Your informative speech should contain three main points, organized in a way that helps the audience make sense of the message. Once the main points and organizational pattern are set, identify what evidence supports each main point and place these sub points in the correct location.
Conclusion: All informative speeches should include a brief summary of the main points. No new information should be given to the audience in the conclusion. An effective conclusion leaves the audience thinking about the speaker’s message. Add 6 or more References at the end of the speech. Use APA Format.
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 });

