In previous modules, we discussed knowing who an audience is in terms of the people who physically make up an audience and some of the best ways to reach them. Another important factor when considering your audience is determining what they need from your communication. How do we determine needs? Research the web to discover ways in which we can determine the information that a targeted audience needs from our communications. Be sure to list your sources of information so that your peers can benefit from your research.
In your responses to your peers, compare and contrast your findings to theirs in order to gain a deeper understanding of audience needs analysis.
deliverables
first a main discussion post of two paragraphs.then on Tuesday Wednesday this week i will send you 8post from my peers via private email for you to comment and update the answer for me.each response should be a paragraph.thank you
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 });

