Post: Choose one section to focus on: Scientific Reasoning (Ch. 20), Religious Reasoning (Ch. 21), or Philosophical Reasoning (Ch. 22). Answer the following:
Why did you choose to focus on your particular section?
Include a one paragraph summary of the most interesting information that you learned in the section. Include at least one direct quotation and in-text citation.
Include an open-ended question to the class about your particular reading.
Replies: Answer the open-ended question posted by at least two classmates.
Requirements: Follow all of the requirements below in your posts and replies.
Discussion Board Participation
Important: Confidentiality on the Discussion Board. Take care to be respectful in all communications. The Professor reserves the right to delete/remove any and all posting. Do not use the real names of your places of work or people involved in the situations you talk about to maintain the highest level of confidentiality so we can discuss some the most controversial issues impacting the workplace today.
To receive the best score possible:
APA: Cite the source of information following the APA Guidelines provided for you in the content section and/or course information section.
Initial Post: Share clear and relevant examples, in support of your statements, chosen articles and/or opinions. Also be sure to ask a critical thinking question in your post to help drive the conversation further. Post your initial response by Wednesday at midnight EST.
Replies: Again, share clear and relevant examples, in support of your statements, chosen articles and/or opinions. Be sure to respond to the critical thinking question in your classmates post and to ask one of your own in the reply. Saying I agree isnt a strong enough response without an explanation as to why you agree or disagree with classmates posting. The posting should be a substantial paragraph of 7-10 sentences. Respond to two of your classmates by Sunday at midnight EST.
Participation Frequency: Participate early in the week. Participate often during the week ensuring that you answer any questions from a fellow classmate. Post your two responses on two separate days of the week to keep up with the discussion.
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 });

