+ All Categories
Home > Documents > Talent Analytics System for UMP Lecturer Performance Wong Weng ...

Talent Analytics System for UMP Lecturer Performance Wong Weng ...

Date post: 30-Jan-2017
Category:
Upload: duongkien
View: 219 times
Download: 0 times
Share this document with a friend
24
Talent Analytics System for UMP Lecturer Performance Wong Weng Tim A thesis submitted in fulfillment of the requirement for the award of the degree of Bachelor of Computer Science (Graphics & Multimedia Technology) Faculty of Computer Systems & Software Engineering University Malaysia Pahang June 2013
Transcript
Page 1: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

Talent Analytics System for UMP Lecturer Performance

Wong Weng Tim

A thesis submitted in fulfillment

of the requirement for the award of the degree of

Bachelor of Computer Science

(Graphics & Multimedia Technology)

Faculty of Computer Systems & Software Engineering

University Malaysia Pahang

June 2013

Page 2: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

v

ABSTRACT

Talent analytics is a concept of taking effective ways of analysing employee data in

order to enhance workforce performance. This concept will be adopted in University

Malaysia Pahang (UMP). The currently applied system, E-pat, is an instructional evaluation

system that able to evaluate lecturer performance. This system has some limitation in

analysing lecturer performance. For instance, in the E-PAT evaluation system, those

questions do not group for evaluation of lecturer skills and do not show up any report in

response to skills of lecturers. Lecturer could not obtain a clear idea from the E-PAT for

their decision making to improve their skills. Hence, this study was aimed to develop a

Talent Analytics System (TAS) for analysing of UMP lecturer performance. In this system,

the report of lecturer performance was improved in order to help in them identifying skills

they need to be improved. In the improved system, the data from E-PAT student evaluation

data would be processed into useful data for assisting lecturer in analysing their skills.

Along with an investigation of the literature, an idea is taken that E-PAT‘s questions will be

divided into 4 groups to determine skills of lecturer such as personality, communication,

technical and teaching. In the development, three modules is developed such as lecturer

module, faculty module and CAIC module. Each module consists of three function, there

are visualize, analyse and generate report. Besides that, information visualization technique

will be incorporated into the system so that lecturer can easily understand the report by

looking at the presentation graph. In this project interview session was selected to address

the requirement for the development of the system. The system was developed using

Google tools and some programming language such as PHP and HTML5. Water fall

methodology was chosen in this project that incorporated from the starting of the

development system to end of the project. At the end of the system development, there

were 83% of users satisfied with the TAS.

Keywords: Talent Analytics, Data visualization

Page 3: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

vi

ABSTRAK

Talent analytics adalah satu konsep yang mengambil cara-cara yang berkesan dalam

menganalisis data pekerja untuk mengningkatkan prestasi pekerja-pekerja. Konsep ini akan

digunakan dalam Universiti Malaysia Pahang (UMP). Dalam system yang ada sekarang, E-

PAT adalah system penilainan pengajaran dapat menilai pretasi pensyarah.

Walaubagaimana pun, E-PAT mempunyai batasan dalam menganalisi pretasi pensyarah,

contohnya, soalan E-PAT tidak dibahagikan kepada kemahiran –kemahiran pensyarah.

Oleh itu kajian ini akan membangunkan system Talent Analytics untuk pensyarah-

pensyarah di UMP. Objektif projek ini adalah memvisualisasikan pretasi pensyarah-

pensyarah untuk membantu dan miningkatkan kemahiran-kemahiran meraka. Pensyarah-

pensyarah dapat menganalisasikan pretasi kemahiran mereka berdasarkan dalam range

rujukan kemahiran. Dalam penyiasatan di literature, satu idea telah diambil bahawa soalan

E-PAT aka terbahagi kepada 4 kumpulan untuk menentukan kemahiran pensyarah seperti

personality, komunikasi, teknikal dan pangajaran. Selain itu, teknik visualisasi maklumat

akan diguna dalam sistem supaya pensyarah dapat memahami apakah yang ditunjukan

dalam graf persembahan. Dalam pembagunan system ini, tiga modul telah dibina seperti

pensyarah, faculty dan CAIC. Dalam setiap modul mempunyai tiga fungsi seperti

visualasasi, analisis dan menjana laporan Sesi temuduga telah diplih untuk memdapat

kehendakan yang akan membagunkan system ini. Peralatan Google dan beberapa bahasa

programming seperti HTML5 dam PHP telah digunakan dalam membangunkan system ini.

Model air terjun telah dipilih dalam projek ini dari permulaan projek sampai penamatan

projek. Pada akhir, terdapat 83% pengguna berpuas hati dengan TAS.

Kata kunci: Talent Analytics, data visualisasi

Page 4: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

vii

TABLE OF CONTENTS

SUPERVISOR’S DECLARATION i

STUDENT’S DECLARATION ii

DEDICATION iii

ACKNOWLEDGMENTS v

ABSTRACT vi

ABSTRAK vii

TABLE OF CONTENTS vii

LIST OF TABLES x

LIST OF FIGURES xi

CHAPTER CONTENT PAGE

1 Introduction 1

1.1 Introduction 1

1.2 Statement of the Problem 2

1.3 Objective 3

1.4 Scope 3

1.5 Thesis Organization 3

2 Literature Review 4

2.1 Introduction 4

2.2 Talent Analytics 4

2.3 Existing System on Talent Analytic 5

2.3.1 Existing system I 5

2.3.2 Existing system II 9

2.3.3 Existing system III 11

2.3.4 E-PAT System in UMP 13

2.4 Limitation 13

Page 5: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

viii

2.5 Technique for Visualization 14

2.5.1 Information Visualization 14

2.6 Tools and Support 15

2.7 Conclusion 16

3 Methodology 17

3.1 Introduction 17

3.2 General framework of Water fall 18

3.3 Planning 19

3.3.1 Forming Concept and Main Topic 19

3.3.2 Define Objective 19

3.3.3 Define Timeline 19

3.4 Analysis 20

3.4.1 Analyzing Existing System 20

3.4.2 Tools and Supports 20

3.5 Design 21

3.5.1 System flowchart 21

3.5.2 Use Case Diagram 22

3.5.3 Interface visualization 22

3.6 Implementation 22

3.7 Testing 23

3.8 Conclusion

4 Design and Inplementation 24

4.1 Introduction 24

4.2 Interface design for lecturer module 24

4.3 Interface design for faculty module 25

4.4 Interface design for CAIC module 26

4.5 Algorithm for lecturer module 26

4.5.1 Data Scheme 27

4.5.2 Algorithm of visualize function for lecturer interface

design

28

Page 6: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

ix

4.5.2 Algorithm for analyze function in lecturer module 33

4.5.3 Algorithm for generate report in lecturer module 34

4.6 Algorithm for Faculty Module 34

4.6.1 Algorithm of visualize function in faculty module 37

4.6.2 Algorithm of Analysis function in faculty module 46

4.6.3 Algorithm of generate report function in faculty

module

47

4.7 Algorithm for CAIC module 48

4.7.1 Algorithm of visualize function in CAIC module 48

4.7.2 Algorithm of analysis function in CAIC interface

design

51

4.7.3 Algorithm of generate function in CAIC module 52

4.8 Conclusion

5 Result 53

5.1 Introduction 53

5.2 Testing for Lecturer Module 53

5.2.1 Test Case 1 54

5.2.2 Test Case 2 55

5.2.3 Test Case 3 56

5.2.4 Test Case 4 57

5.2.5 Test Case 5 58

5.2.6 Summarize Test Case for Lecturer Module 60

5.3 Testing for Faculty Module 61

5.3.1 Test Case 1 63

5.3.2 Test Case 2 63

5.3.3 Test Case 3 64

5.3.4 Test Case 4 64

5.3.5 Test Case 5 65

5.3.6 Test Case 6 66

5.3.7 Test Case 7 67

5.3.8 Summarize Test Case for Faculty Module 68

Page 7: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

x

5.4 Testing for CAIC Module 69

5.4.1 Test Case 1 70

5.4.2 Test Case 2 70

5.4.3 Test Case 3 71

5.4.4 Summarize Test Case for CAIC Module 72

5.5 Questionnaire Result 73

6 Conclusion

6.1 Recommendation for future work 73

6.2 Conclusion 74

REFERENCES 75

APPENDICES

Appendix A 78

Appendix B 80

Appendix C 82

Appendix D 84

Appendix E 85

Appendix F 86

Page 8: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

x

LIST OF TABLES

Table Number

Page

2.1 Summary of Tools and Support. 11

5.1 Test case for Lecturer Module 54

5.2 Summarize result for lecturer module testing phase 60

5.3 Test case for Faculty Module 62

5.4 Summarize result for faculty module testing phase 68

5.5 Summarize result for CAIC Module 69

5.6 Summarize result for CAIC Module 72

5.7 Summaries for User test 72

Page 9: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

xi

LIST OF FIGURES

Figure Figure Number Page

2.1 The Framework of Study 7

2.2 The Relationship structure of the leadership

development program

7

2.3 Structure model of the leadership development Program

Based on ANP

8

2.4 BCG Matrix 9

2.5 HR Measure Analytic Matrix 10

2.6 Global Shift in Value 11

2.7 Influence Factor on Welding Quality and their

Importance Priority and Category

12

2.8 Welding Process in Iranian Construction Firms 13

3.1 Water fall 17

3.2 System Development Flowcharts 18

3.3 System flowchart 21

3.4 Use Case Diagrams 22

4.1 Interface design for lecturer module 24

4.2 Interface design for faculty module 25

4.3 Interface design for CAIC module 26

4.4 JSON format 27

4.5 Lecturer skill over semester module 28

4.6 Semester option, subject option and category option 30

4.7 Lecturer Average mark over semester 31

4.8 Create table 32

4.9 Analyze function in lecturer module 33

4.10 Generate report module function for lecturer module 34

4.11 Program performance in a semester 35

4.12 Lecturer performance in a semester 38

4.13 Lecturer overall semester performances 42

4.14 Program performance over semester 44

Page 10: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

xii

4.15 Analysis function for faculty interface design 46

4.16 Generate report for faculty module 47

4.17 Analysis function for CAIC module 48

4.18 Number of faculty lecturer over semester 49

4.19 Analysis function for CAIC module 51

4.20 Generate function for CAIC module 52

5.1.1 Result 1 for lecturer skills over semester 54

5.1.2 Result 1 for lecturer average mark over semester 55

5.1.3 Result 1 for lecturer average mark over semester 55

5.2.1 Result 2 for lecturer skill over semester 55

5.2.2 Result 2 for lecturer average mark over semester 55

5.2.3 Result 2 for lecturer average mark over semester 56

5.3.1 Result 3 for lecturer skills over semester 56

5.3.2 Result 3 for lecturer average mark over semester 56

5.3.3 Result 3 for lecturer average mark over semester 57

5.4.1 Result 4 lecturer skill over semester 57

5.4.2 Result 4 for lecturer average mark over semester 58

5.4.3 Result 4 for lecturer average mark over semester 58

5.5.1 Result 5 for lecturer skill over semester 59

5.5.2 Result 5 for lecturer average mark over semester 59

5.5.3 Result 5 for lecturer average mark over semester 59

5.5.4 Result 5 for generate report 60

5.6.1 Result 1 for Program Performance in a Semester 63

5.6.2 Result 2 for program performance in a semester 63

5.6.3 Result 3 for lecturer Performance in a semester 64

5.6.4 Result 4 for Lecturer Performance in a semester 65

5.6.5 Result 5 for lecturer performance in a semester 65

5.6.6 Result 5 for analysis data 66

5.6.7 Result 6 for lecturer performance in a semester 66

5.6.8 Result 6 for analysis data 67

5.6.9 Result 7 for Lecturer Performance in a semester 67

Page 11: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

xiii

5.6.10 Result 7 Generate report for Lecturer Performance in a

semester

67

5.7.1 Result 1 for average semester mark of a faculty and

analyze data

70

5.7.2 Result 2 for number of faculty over semester 70

5.7.3 Result 2 for generate report for CAIC Module 71

5.7.4 Result 3 for success load to FSKKP dashboard 71

Page 12: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

1

CHAPTER 1

INTRPDUCTION

1.0 Introduction

Talent is a natural ability; analytic is a process, technology that turns input data to

the knowledge and information (Rashmi Mathur, 2010). So, talent analytics is a concept

that mentioning organizations should take effective ways of analyzing employee data to

enhance workforce performance (David Andrews, 2011). Talent analytics focus on

evaluating and optimizing human talent in order to improve workforce environment which

match with organizational objectives. In another word, talent analytics help employee

professionals improve their practices, and always keep employees improved their skills and

motivated (Thosmas, 2010). Besides, the performance of recruitment and training programs

can be accessed by decision making of talent analytic system (Susy Ndaruhutse, 2005). In

this study, talent analytic concept will be used to analyze and evaluate lecturer’s

performance based on their skill during each semester.

Nowadays, there have been a lot of organizations around using talent analytics to

manage their workforce analytic. Big performance data of employee will be analyzing to

discuss workforce analytics. It provides an opportunity for the employees to push in their

work performance and enable them to get a great treatment in their organization (Talent

Analytic, 2012). The decision making of talent analytic is better intuition because it is

more advance to the business it serves (Dashboard Insight, 2012). Besides, Data

information can help employee to improve decision making. They can use the data to

evaluate who need more practice and skill to improve their skill. (Talent Management.

2012). Furthermore, Roberts stated that talent characteristics highlight employee value; he

Page 13: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

2

mentioned “Numbers are the language of business” and “people are also numbers — but

not only numbers. We have a weight and a height; Employees as our asset” (Analyze this:

Talent analytics quantifies you, 2012).

According to Economist Intelligence Unit (2006), most CEOs definitely agreed that

talent analytic very important to keep it for human resource in an organization. Boston

Consulting Group (2007) illustrated that talent analytics is a critical challenges for human

resource in the world. The concept of talent analytic is widely to be used in the organization

beyond human resource. The specific contribution of the system in this chapter is in

developing an obvious strategic talent analytic. In this project, a technical system will be

develop of strategic talent analytic. Therefore Talent analytic system is essential and need

to be carried to analyze and evaluate UMP lecturer performance and how to enhance their

skill with this system.

1.1 Statement of Problem

E-pat is an instructional evaluation system in which UMP students can evaluate

lecturers who taught in their registered subject. But somehow, there is a limitation in

analyzing lecturer performance through the E-PAT student evaluation data. The current E-

PAT system just shows the scaling mark for student to evaluate lecturers without data

analysis. The questions E-PAT system showed without grouping according to the skills of

lecturers, such as communication skill, technical skill, learning skill and personality.

Lecturers were unable to obtain info related to the skill they have when to refer to the result.

Hence, lecturer cannot make decision making to improve their skill based on the result

showing to them. Whenever lecturers get a report about their performance, the report just

shows the raw data without showing any strength and weaknesses of lecturers. Since, the

current system does not show up the skills for lecturers, hence there is no realistic

visualization to help the UMP lectures in analyzing their performance.

Thus, Talent Analytics System (TAS) for UMP lecture performance will be

proposed to solve the weakness of the system. In this system, questions from the E-PAT

system will be grouped based on the lecturer’s skill; data from the E-PAT will be used to

Page 14: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

3

visualize the performance of lecturer. The outcome of TAS would enable lecturers in UMP

to have obvious view to their own skills after the report is generated.

1.2 Objective

i. To develop Talent Analytics System for UMP lecturer performance using

information visualization technique.

ii. To analyse lecturer performance based on E-PAT student evaluation data.

iii. To visualize lecturer performance in order to help them which skills they

need to improve.

iv. To generate report for UMP staffs so that they can visualize their

performance by viewing report.

1.3 Scope of study

i. There are three modules involved in the system which are lecturer module,

faculty module and CAIC module.

ii. The system will be performed in to three functions which consist of analysis

function, generate result function and visualize function.

iii. Information visualization technique will be used in the TAS

iv. The system will be performed as a prototype.

v. Analyse lecturer performance based on the grade reference of lecturer.

vi. Grouping the E-PAT questions in to 4 categories such as personality,

communication skill, and technical skill and teaching skill.

1.4 Thesis organization

There were a total of six chapters in this thesis. Chapter 1 contained the introduction

that discussing about the concept of TAS. Chapter 2 is covered the literature that

researching on previous work. Chapter 3 is describing methodology which included the

methods used in the development of the system. Chapter 4 showed the design of the system

interface and how to implement the system with algorithm. Chapter 5 contained the result

based on the module test and user test. Lastly, Chapter 6 contained recommendation for

future work and overall TAS conclusion.

Page 15: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

4

CHAPTER 2

LITERATURE REVIEW

2.1 Introduction

In this chapter, literature review is focused on studies related to current system

application. This is to gain more knowledge and better understanding of the problem and

opportunity, as well as the advantages and disadvantages that existed in the current system,

which is driving development of the new system.

2.2 Talent Analytics

Talent analytics is a concept that related to the aspects in human resource analytics

such as human capital, human resource analytic, human resource behavior. Although most

of the organization are using this concept, but there are differences between the method that

they used. Some of the researcher described that the strategic importance of analytic key

individuals in the organization (Lewis & Heckman, 2006; Collings & Mellahi, 2009) while

others emphasized on the strategy of talent is important to develop the right people with the

right skills at the right time in the organization (Cappelli, 2008; Tarique & Schuler, 2010).

Lewis and Heckman (2006) identified three key lines of thought around the concept of

talent analytics. First, for those who study the talent analytic regarding human resource.

The studies follow the tradition ways focus on HR practices such as leadership performance,

recruitment and succession planning. The dedication of this knowledge is relatively to the

strategic human resource literature, as it largely amounts to have a strategy of human

resource analytic. The second line of strategy underline the

Page 16: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

5

development personnel training focusing on “projecting employee/staffing needs and

managing the progression of employees through positions” (Lewis & Heckman, 2006).

Studies in this field generally develop on earlier research in the manpower planning.

Besides, while adopting a specific tradition knowledge, degree of differentiation needs to

provide as to what talent analytics is strategy of human resource management. The third

line points on the analytic of talented people. This field mentions that all roles within the

company necessary to filled with “A performers”, referred to as “topgrading” (Smart, 1999)

and underlines the analytic of “C players”, or consistently poor performers, out of the

organisation (Michaels et al., 2001). This is establishing with an specific recognition that

degree of differentiation should be exist of roles within organizations (Becker & Huselid,

2006). This is in comparison to the extant circumstances in many companies where over-

investment in non-strategic roles is common. (Huselid et al., 2005).

2.3 Existing System on Talent Analytics

2.3.1 Establishing talent management for company's succession planning through

analytic network process: Application to an MNC semiconductor company in

Taiwan

This research is to build a leadership development plan for a company's succession

planning which is preparing for the future competition ( F.C. Hora, 2009). A semiconductor

assembly and testing multinational corporation (MNC) in Taiwan was selected for

interviews of its high level management to address the business strategy and challenge.

This research focuses on the experiences and leadership competencies which is necessary

for those who are in leadership position. There are several of intangible factors to build

major strategy leadership development program, as well as dependent relationship among

experiences and leadership competencies. In this research, analytic network process (ANP)

approach will be used to solve the difficulty via pairwise comparisons by experts. ( F.C.

Hora, 2009) A weight system will be develop focus on leadership competencies and

experiences for designing the leadership development program, also touch to the decision

basis of leadership selection.

According to the development program, the system is search for people in

leadership position based on their leadership competencies and experiences. Cameron, B.

Page 17: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

6

(2007) argues that succession planning is one of the feature and progress of leader of the

future, so company need to develop the right people with the right skills at the right time for

leadership position.

Based on Ibarra statement, several critical aspects necessary for effective succession

planning in an organization as follows:

(i) Leadership competency models that provide a blueprint for high performers.

(ii) A functioning performance management system that measures individuals

against the leadership competency models.

(iii) An individual development planning process that helps narrow the present

gap between current competencies and current performance and the future

gap between future competencies and the potentials that are required.

(iv) A measurement method that assesses how well the succession program is

functioning over time meaning that whenever there is a vacant leadership

position, there are one or two suitable candidates within the organization

who are prepared or qualified for a leadership position. Most people who

have been promoted or have taken up a new assignment will perform well.

Nevertheless, there are a few among them who are bound to fail in

delivering the expected results. ( F.C. Hora, 2009)

This study describes the relationship between the competence and environment, meaning

what type of leadership competenancy and experience shpuls perform in an organization.

This research interviewed with management teams and summary as four leadership

experiences and five leadership competencies. There are four experiences as followings:

managerial experience, consistent good performance, cross function experience, and cross

site experience. There are five leadership competencies: leadership, operational

management, personal character, getting-things-done, and communication Each of the

leadership competencies include 3 sub-leadership competencies with 15 items in total.

Page 18: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

7

Figure 2.1 The framework of the study. ( F.C. Hora, 2009)

The formulation of business strategy and goal should be based on leadership competency

which to promise their execution and performance. The leadership competency model

includes both needed experiences and leadership competencies. Experience has four

dimensions of consideration: management experience, consistent good performance, cross

site experience, and cross function experience.

Figure 2.2 The relationship structure of the leadership development program

( F.C. Hora, 2009)

Page 19: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

8

In the leadership competency, it includes experiences and leadership competencies.

Experience has four dimensions of consideration: management experience, consistent good

performance, cross site experience, and cross function experience. While there are 5

categories for leadership competence and each of them includes 3 detailed descriptions:

leadership (leading change, inspiring commitment, managing diversity), operational

management (cost management, risk management, strategy deployment), personal character

(creative thinking, demand top performance, flexibility), gettingthings- done (organizing,

problem & decision making, project management), and communication (language,

managing conflict, negotiation).

Figure 2.3 Structure model of the leadership development program based on

ANP. ( F.C. Hora, 2009)

A leadership competence is the main model to a succession planning. In the future it

supplies profiles of ideal performers. Besides, it supplies a method to arrange how people

are choosed and how people are built along with the organization's planning objectives. A

Page 20: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

9

company should know what is necessary nowadays and be flexible about what it

necessaries under dynamic changes business climate particularly in a technology-driven

organization.

2.3.2 A Benefit-Cost Analytic Framework for Selection of Human Resource

Measures

This paper applies BCG matrix technique to the choice of HR measures strategically

and every measure was supplied by the framework for the cost-benefit analysis. The

general method, presentation and process are suggested for human resource professional

choosing human resource measures for their own personal firms.

Relative market share on the x-axis represents the strategic business unit’s market

share relative to that of its major competitor in the sections, market growth rate on the y-

axis represents to the annual growth rate of the market in while the business is operate, and

bubble’s size refers to the current size of the business. The association of three properties

defines which groups (cells) the business falls into and what plans are suitable to the

current business.

Figure 2.4 BCG Matrix (Morrison & Wensley, 1991)

Page 21: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

10

In the research, BCG matrix visualization will be used and it is associated with empirical

assessment of the benefit cost of HR measure adoptions. The x-axes and y-axes are to

determine the plan relevance and implementation difficulty. The bubble’s size which

indicates human resource measure which represents the frequency of usage of the

concerned human resource measure in practices.

Figure 2.5 HR Measure Analytic Matrix (Morrison & Wensley, 1991)

Lastly, the main point of this research aspires to provide for human resource professionals

is not the ordinary conclusions, however the process it applies to arrive at the various

conclusions. It is the interests of human resource managers to survey an suitable sample of

employees of their company and use the data for according analysis.

Page 22: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

11

2.3.3 A New Approach To Welders’ Performance For Increasing Steel Structure’s

Safety via Talent Management

In this research, the main objective is to discover the important talent management’s

requirement which may affect welder capability to heighten the weld quality and list

systematically them based on Internal and external development of talent. Security and

safety in welding process should be used proper tool of welders, supplying suitable device

or machine has large amount of cost for firms. Firms must know that the value of founding

transform in global market which there is a transform from 62% for tangible assets in 1982

to 10% in 2004.

Figure 2.6 global shifts in value (Morrison & Wensley, 1991)

Although there is existing codes and regulations, major of the constructions do not have the

appropriate detailed execution process in both design and construction. Because of the

nature of construction industry, the project development time, cost, and safety most

depends on workers. In this research, principal component analysis (PCA) was used as a

statistical method for data reduction. Lastly, 4 major groups such as work environment,

flexibility, balance, and accessibility which including 12 independent factors were obtained.

Page 23: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

12

Figure 2.7 Influencing Factors on Welding Quality and Their Importance

Priority and Category (Morrison & Wensley, 1991)

Figure 2.8 Welding process in Iranian construction firms

(Morrison & Wensley, 1991)

Page 24: Talent Analytics System for UMP Lecturer Performance Wong Weng ...

13

As a conclusion, this article emphasized that talent management competences to

increase the steel structure safety regarding welders. Finally, the 12 main factors were

found to satisfy the 4 mentioned categories. HR department can use these main factors to

develop their TM strategies to attract, develop internally and externally, and retain

professional welders.

2.3.4 E-PAT System in UMP

In UMP, E-PAT (Instructional Evaluation) System is used to evaluate lecturer

performance. There are twice per semester for student to evaluate lecturer performance:

first session at week 7 and second session at week 12. The result of the first session will be

delivered directly to the academicians for further improvement after the verification by

CAIC. However, the result of the second session will be the Official Result and follow the

standard process before delivering to academicians & Dean of Faculty. From the system,

there are two categories to evaluate a lecturer performance in E-PAT, the first category is

lecture and the second category is lab. For both categories, there is divided into two part,

the first part is regarding to scale of lecturer performance which consists of 30 questions,

while the second part is regarding to opinion of student to their course lecturer. In the

system questionnaire method will used to evaluate lecturer performance. All the students in

UMP are invoke to evaluate lecturer through the E-PAT question with the scale of (1-

strongly disagree, 2-disagree, 3-neutral, 4-agree, 5-strongly agree). The interface of E-PAT

student evaluation question (Refer to Appendix B). After the session of evaluate lecturer

performance had been closed, evaluation’s mark will be processing by getting the average

mark from the data given by UMP students. While the result already presented and is

approved from the meeting Mesyuarat JKTS Pengajar & Pembelajaran, final result will be

show to lecturer with their own performance.

2.4 Limitation

In the E-PAT system, so far the current system does not show to lecturer regarding

to their skills information such as teaching skill and communication skill. Questions in E-

PAT without doing any analysis by grouping the question related with lecturer skill


Recommended