How do I add a likert scale to perfomance review on infopath

B

birdoo2

I am currently trying to redesign my company performance review using
inforpath. Would appreciate any advice anyone has.

I have little experience with infopath so I want it to be simple yet very
effective.
 
J

Josiah Smith

You can easily create a set of radio buttons that are linked to one field in
the data source, then make the data type integer, and assign differing values
to each radio button (by right clicking on the individual radio button,
selecting properties) corresponding with your desired Likert scale.

You can then use code to analyze the data input by your users, written in
JScript of C# and derived from some type of formula or algorithm for Likert
scaling. Doing a quick google search for 'Likert', there are many analysis
techniques that can be used.

HTH,
Josiah
 
Top