MO 12 Written Assignment
Read chapter 12 and view the Power Points.
Go to page 333 in the text.
The following quote may seem old and dated, but values, ideals, and morals are timeless.
Virginia Satir, PhD stated that untroubled and nurturing families demonstrate the following traits and values:
1) “Self-worth is high;
2) Communication is direct, clear, specific and honest;
3) Rules are flexible, human appropriate and subject to change;
4) The linking to society is open and hopeful.” (Satir, 1988)(p.333).
In a family you know describe in detail how each of the four specifics of untroubled and nurturing families listed above demonstrate or do not demonstrate these four specific. Explain how they could be doing so. Reference: Family Communication: Cohesion and Change, 8th Edition by Kathleen M. Galvin, Carma L. Bylund, and Bernard J. Brommell
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 });

