Assignment Question
Assignment Introduction:
This oral presentation is a means of providing patient education on a particular medication that your mock patient is being prescribed. Imagine that you are providing this education face-to-face in the patient’s presence in a medical office setting.
First, select a medication.Once you have picked a medication, use credible websites to research information to share with the patient about what, how, when, and why he/she is taking a medication, as well as safety and storage information.
Remember you are talking with a patient, so the more information they know the more compliant they will be.
However, there must be a good balance achieved between the right amount of information and “information overload.”
Assignment Directions:
For this assignment you will develop an oral presentation with a maximum length of 3 minutes to a mock patient explaining what, how, when, and why he/she is taking medication, as well as safety and storage information.
You will need access to a recording device that will generate an mp3 file.
You can use the Voice Memo app on your phone, or an online tool Requirements In addition to your audio file you will submit a transcript of your voice recording in a Microsoft® Word® document to Dropbox. In other words, you need to submit two items to the Unit 9 Assignment Dropbox.
In accordance with GEL-1.03, your audio recordings must: Use Standard English and include a highly developed and sustained viewpoint and purpose. Be highly ordered, logical, and unified. Oral delivery techniques, including word choice and oral expressiveness, display exceptional content, organization, and style, while leading the audience to a dynamic and supported conclusion.
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 });