Assignment Question
Final Project – (20 Possible Points) Options: Due December 13th There were two factors that influenced my decision regarding your final project. 1. I wanted to give more than one option to you so that you can apply your best thinking to this project using your unique skill set. 2. I wanted to present an option that you might be able to use practically in your professional life. 3. I wanted to offer choice to make the project more interesting to you! Option 2: Write a paper about you plan to/translate theory into practice in your professional life. For this option you will be asked to generally reflect on the theories you have learned about and discuss how you plan to apply those theories in your professional life. You DO not need to reference every theory contained in class materials and discussions. IF ONE theory appealed to you significantly you can cover that theory in great detail, or you can reference multiple theories. You must include readings outside of those that are required as well as personal experience. Your paper should reference interventions, programs and best practices you would apply to your work in your current position or an area of student affairs you are interested in pursuing. Your paper should be 7 – 10 pages in length (exclusive of references and title page), include citations of assigned readings AND supplemental materials of your choosing, and follow proper APA format throughout, including the title page, heading, in-text citations and references. Present your writing as a professional piece of work that you are proud to share. If you need a refresher for your writing refer to the Higher Education Writing Tips for suggestions.
You will be evaluated on the following: · Writing skills; Did the paper flow well? Was it accessible to the reader? (will include grammar, punctuation etc.) · Does your paper demonstrate an understanding of the theory (theories) discussed? · Do the ideas you have reflect an understanding of how theory can be translated into practice? · Did you incorporate outside readings and your personal experience? Option 3: Write a book review about one of the books we read for this class. (7-10 pages). Given that not all pages were assigned, you will need to finish reading the book for this assignment. In your review, you will be expected to include the following: · An overview of the information provided in the book · A critique of the information including its’ most salient points, and any gaps you believe existed · Exploration of the relevance of the book to student affairs professionals. How will you (or others) be able to use the knowledge gained by reading the book in your professional life? Was it relevant and why or why not? · Final Analysis-Do you recommend the book to your peers? Why or why not? You will be evaluated on the following: · Writing skills; Did the review flow well? Was it accessible to the reader? (will include grammar, punctuation etc.) · Did you capture the essence of the book in your review? Will the reader have a good understanding of the book’s most salient points and gaps? · Did you apply critical thinking skills to your review of the book? · Did you convey thoroughly the reasons for your final analysis/recommendation submit your final project to me via email. It should be noted that if YOU have an idea for a final project that is not captured in the above options (i.e.-video presentation, power point, grant proposal etc.) you can submit your idea to me at any point in the semester for approval. The purpose of the final project is to allow you to further explore what you are passionate about while ensuring your project reflects an understanding of the theories and concepts explored throughout the course.
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 });