For this assignment, work in your CLCs to develop a matrix that outlines each of Kohlberg’s stages of moral development, and how one would reason the moral developments in each stage.
Students should use the following dilemma:
- The emperor Nero heavily persecuted 1st-century Christians. He mandated that any person caught practicing Christianity would be thrown to the lions at the Circus Maximus. Nevertheless, many Christians continued to meet in homes and practice their faith in secret.
- Were these Christians making the right choice? Why or why not?
Make sure to include both an affirmative and negative response to each of the six stages, as well as how each was reasoned, according to the corresponding Kohlberg stage.
APA format is not required, but solid academic writing is expected
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 });

