Weekly Thought Evaluations (WTEs). Each week, the instructor will ask for a 3-5 page paper on the current week’s topic. The content of the paper will respond to the topic by including a summary of the relevant chapter and/or readings and an application of that chapter’s material to the topic.
WTE 2
Medieval scholars stated that positive law included “commutative justice”. This meant that there should be a “just price” established for exchanges of goods and services, and that there must be no “usury” at all (they defined usury as the taking of any interest on loans).
Could the principle of “commutative justice” be applied in today’s world? Do you think it worked effectively in medieval times to achieve justice? Would it do so in today’s world? How would it be structured and enforced
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 });

