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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top