An individual careers portfolio reflecting on personal skills and abilities to produce employability documentation.
Week w/c Skills Preparation/Materials
1 28/09/15 Introduction and overview of the module
Exploring employability Read Working towards your future Unilearn
Reading List Week 1
2 05/10/15 Skills for employability
Taking a sandwich placement Read Undergraduate Work Placements: the effect on careers Unilearn
Reading List Week 2
3 12/10/15 Employable Me – introduction to the Careers Service Resources and Job Search Engine Employable Me Job Search Engine
www.prospects.ac.uk
4 19/10/15 Developing Application Documents
CV’s and Application Letters Employable Me
CV Builder
5 26/10/15 Volunteering and CV Building
Read Benefits of Volunteering articles Unilearn
6 02/11/15 Interview preparation
Introduction to group projects Employable Me
Interview
7 09/11/15 Assessment Week
8 16/11/15 Term 2 project decisions
Reflective Writing Unilearn Folder Week 8
Reflective Writing
9 23/11/15 Psychometric Testing Employable Me
Practice Tests
10 30/11/15 Interviews Employable Me
Interview
11 07/12/15 Project Management Unilearn Folder Week 11
Project Management
12 14/12/15 Group Project Development
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 });

