LOG IN ON THE WEB AT THE FOLLOWING SITE www.kaplanuniversity.edu SIGN IN WITH THE USER NAME AS FOLLOWS: THEN UNDER CURRENT CLASS CLICK ON CLASS TITLED CS204-13: PROFESSIONAL PRESENCE THEN CLICK UNIT 3 THEN CLICK ON ASSIGNMENT TAB THEN FOLLOW THE FOLLOWING INSTRUCTIONS: In this Assignment, you will have an opportunity to view a set of slides. After viewing all of the choices of sets of slides, choose one of the sets that best represents your desired career field. Then, describe and analyze what you viewed according to the following directions. Each paragraph should be a minimum of 3-4 sentences.
•View the sets of slides.
Part 1: View and Analysis (3-4 paragraphs)
Describe and explain what you viewed. Answer the following questions in your response:
•Were the individuals professional?
•What made the individuals professional (consider attire, communication skills, presentation of self, etc.)?
•After reviewing the slides, describe areas that would be unprofessional in your field when considering attire and presentation of self?
•Include any additional thoughts.
Part 2: Personal Reflection and Connection (4 paragraphs)
•What is the appropriate attire for an individual in your profession? •Note: you may want to research this by talking to those in your profession or researching appropriate attire for your profession as this may differ from what you viewed in the presentations. Review a brief overview of what is not appropriate attire in the majority of career fields.
•Describe what makes someone a professional in your field. Use research and/or reflect on your personal experiences and what you know about your profession (or the profession you will work in).
•What behavioral attributes do you practice that identify you as a professional
•What attributes, such as attire, communication skills, and presentation of self, do you possess that make you professional?
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 });

