Case Study: Kohlberg’s Model of Moral Development pg. 172-173
PART 1:
Do you agree with each of Kohlberg’s stages of moral development and why or why not? Should motivation and moral reasoning be considered in the sentencing process such that crimes motivated by higher-level moral interest are subject to lesser types or degrees of punishment? If so, who determines what moral interests justify more lenient treatment?
PART 2:
Answer the three (3) discussion questions on pages 175-176 in the Discussion Questions Section.
PART 3:
should religion have any role (making of law and policy, inmate rehabilitative practices, addiction treatment, etc.) in criminal justice? Explain your response
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 });

