Use Haidt’s five psychological moral systems or foundations to explain an ethical conflict. .
References
http://www.psychologytoday.com/blog/theory-knowledge/201201/jonathan-haidts-moral-political-psychology
Saltzstein, H. D., & Kasachkoff, T. (2004). Haidt’s moral intuitionist theory: A psychological and philosophical critique. Review of General Psychology, 8(4), 273-282. doi:http://dx.doi.org/10.1037/1089-2680.8.4.273
Sekerka, L. E., Bagozzi, R. P., & Charnigo, R. (2009). Facing ethical challenges in the workplace: Conceptualizing and measuring professional moral courage. Journal of Business Ethics, 89(4), 565-579. doi:http://dx.doi.org/10.1007/s10551-008-0017-5
Suazo, M. M., & Turnley, W. H. (2010). Perceived organizational support as a mediator of the relations between individual differences and psychological contract breach. Journal of Managerial Psychology, 25(6), 620-648. doi:http://dx.doi.org/10.1108/02683941011056969
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 });

