Key to the analysis of micro-level social interactions are the concepts of: social status, social roles, status set, role set, role conflict, status strain, and social structure.
This assignment ask you to apply these concepts to your current life by reflecting on the social dimensions of yourself.
Review the definition and examples of these concepts in your textbook (or better, check your notes from chapter 4 and class lecture). Then, complete the following learning activity:
Identify (list) 10 social statuses that you currently occupy. ( 5 points)
Select the 5 most important statuses that you currently occupy and describe the social roles associated with each status. Identify which statuses are ascribed and which ones are achieved. (30 points)
Are you experiencing any role conflict? Explain. (5 points)
Are you experiencing any status status strain or role strain? Explain. (5 points)
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 });

