Complete this assignment according to the following:1.Design a class that you would like to teach someday. The class must be at least 4 hours in length and must be multiple sessions. It can be four sessions of 1 hour each, or two sessions of 2 hours each, depending on your topic and target audience.*Clearly & comprehensively describes a class that you would like to teach someday according to criteria in column on far left(THE CLASS IS A 4 HOUR BREAST FEEDING CLASS. 2 HOURS PER SESSION)2.Begin by describing the institution that is sponsoring the class (e.g., academic, hospital, or community agency). Include the philosophy of the sponsoring organization and how that will affect the course you are developing.*Clearly & comprehensively describes the institution that is sponsoring the class (ie academic, hospital, community agency etc) Clearly & compreheisively includes the philosophy of the sponsoring organization and how that will affect the course you are developing.(THE INSTITUTION THAT IS SPONSORING THE CLASS IS THE HOSPITAL. THE NICU- NEONATAL INTENSIVE CARE UNITTHE PHILOSOPHY IS OF THE HOSPITAL NICKLAUS CHILDREN\’S HOSPITAL)3.Explain how you determined a need for this class (needs assessment).*Clearly & comprehensively describes how you will determine a need for this class (needs assessment)THE NEED WAS DETERMINED BECAUSE BABIES NEED MOTHER\’S BREAST MILK FOR NUTRIENT, AND GROWTH. MOTHERS NEED HELP WITH ADJUSTING TO BABIES FEEDING SCHEDULE. MOTHERS NEED HELP WITH BONDING.4.Write a one-paragraph description of the class.*Clearly & comprehensively writes a one paragraph description of the classTHE DESCRIPTION OF THE CLASS INVOLVES IN THE CLASSROOM SETTING FIRST. USING VIDEOS, WRITTEN MATERIAL, AND A MANEQUIN. THEN, THE MOTHERS WILL DEMONSTRATE WHAT THEY HAVE LEARNED WITH THEIR OWN BABIES.5.Identify the target audience.*Clearly & comprehensively identifies the target audience & how you will assess their learning stylesTHE TARGET AUDIENCE IS THE MOTHERS OF THE NICU BABIES. NEW MOTHERS, OR MOTHERS WHO NEED HELP WITH BREAST FEEDING OF THEIR BABIES.6.Identify the learning resources you will use for the class (textbooks or other resources).*Clearly & comprehensively writes the program outcomes for the course &learner objectives for each class session. Clearly & comprehensively indicates which domains of learning are represented by each learner objectiveOUTCOMES IS THAT THE BABIES NEED TO BE FED VIA BREAST FEEDING. BABIES WILL GAIN WEIGHT AND BE SATISFIED WITH THEIR NUTRITION.7.Write the program outcomes for the course and the learner objectives for each class session. Indicate which domains of learning are represented by each learner objective.*Program outcomes- BABIES WILL BE SATISFIED WITH NUTRITION.*Learner objective— domains cognitive, affective, psychomotor
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 });

