“Reform” Please respond to the following, using sources under the Explore heading as the basis of your response:
- Compare Erasmus and Luther in their attempts to bring about religious reform.
- Consider the role of the printing press and the actions of German princes in helping Luther to succeed.
- Next, identify one (1) example of the Protestant Reformation’s impact on visual arts.
- Pretend you are in a company or some other group in which you feel there is corruption. (Use a real incident if you wish). You have the option of remaining and working for reform from within, or of leaving and hoping to start or land something new. Describe your decision and the “dangers” of that decision, and describe the factors that you had to consider.
Explore
Reform
- Chapter 17 (pp. 571-3), Erasmus; (pp. 573-7), Reformation and
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 });

