Assignment Question
Please watch all 4 of the embedded videos while taking notes. You will give an overview of each video. Your notes should include the actions of the individual(s) you are observing. When making subjective observations you want to refrain from interpreting the behaviors rather, you want to describe the actions. Example: Infant observation video= Infant lays flat on back while attempting to grab left star with his right hand.
He moves his legs to his chest several times while sucking on his fingers. After several minutes, he begins to reach for another toy just out of his reach. He cries when unable to grab the toy. (His gestures, behaviors, and responses appear to be developmentally appropriate). You need to include an observation overview for each of the 4 videos. infant observation
https://youtu.be/30M9HvVuiwk?list=TLGGv_RTMiAV6e4yODExMjAyMw toddler observation https://youtu.be/af50YPKxbTU?si=nkCaB-xATJdBtmcA middle observation https://youtu.be/Lg8IBW9qtxc?si=6rgfqNFVOolNbkBN adolescence observation https://youtu.be/REmeQQCw0sY?si=PJTMaH_bBPezqCP9
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 });

