I wasn't sure if this falls within the previous issue, but this index may be useful.
Take a grid with a 7-point (1-7) rating scale (4 is a midpoint).
• Preferred/positive pole is inferred from the location of ideal-self element on the construct, as suggested when the subjects did not provide this information for some reason, e.g. was not asked at the time of collecting data (Fransella et al., 2004). This method requires the ideal-self element be present in the grid. A different method can be introduced where the subject is asked to indicate his preferred pole.
• If the present-self element is located at the same pole as ideal-self element, this constitutes the measure of positive self-construing.
• If the present-self element is located at the different pole as ideal-self element, this constitutes the measure of negative self-construing.
• If both the present- and ideal-self are located at the midpoint, this constitutes the measure of neutral self-construing.
POSITIVE self-ratings
• IF ideal-self = [<4] AND present-self = [<4] THEN [calculate number of matches]
• IF ideal-self = [>4] AND present-self = [>4] THEN [calculate number of matches]
• IF ideal-self = 4 AND present-self = 4 THEN [calculate number of matches]
NEGATIVE self-ratings
• IF ideal-self = [<4] AND present-self = [>4] THEN [calculate number of matches]
• IF ideal-self = [>4] AND present-self = [<4] THEN [calculate number of matches]
NEUTRAL self-ratings
• IF (x) = 4 THEN [calculate number of matches]
x= [present-self/ideal-self/future-self/past-self] or the other elements *the user would have to designate which is the ideal-self, which is the present-self, similar to indexSelfConstruction().
Problematic situation arises in the case of where the ideal-self is neutral/midpoint, but present-self is rated differently. Two possible solutions I can think of:
- The numbers close to the midpoint (which is 3 and 5 in the 7-point scale) could be construed as positive, while numbers far from midpoint (1,2 and 6,7) could be construed as negative. This would allow mild deviation from ideal to still be positive, while greater distance from the ideal would be negative.o IF ideal-self = [4] AND (present-self = [3] OR present-self = [5]) THEN [calculate number of matches as POSITIVE SELF]
o ELSE IF present-self= [1,2,6,7] [calculate number of matches as NEGATIVE SELF]
2.The other solution would be to ignore the number of such ratings alltogether. Some useful data could be lost here but it would skip the arbitrary criteria decision in the previous step.
Do you maybe have a better idea for this problematic case?
I wasn't sure if this falls within the previous issue, but this index may be useful.
Take a grid with a 7-point (1-7) rating scale (4 is a midpoint).
• Preferred/positive pole is inferred from the location of ideal-self element on the construct, as suggested when the subjects did not provide this information for some reason, e.g. was not asked at the time of collecting data (Fransella et al., 2004). This method requires the ideal-self element be present in the grid. A different method can be introduced where the subject is asked to indicate his preferred pole.
• If the present-self element is located at the same pole as ideal-self element, this constitutes the measure of positive self-construing.
• If the present-self element is located at the different pole as ideal-self element, this constitutes the measure of negative self-construing.
• If both the present- and ideal-self are located at the midpoint, this constitutes the measure of neutral self-construing.
POSITIVE self-ratings
• IF ideal-self = [<4] AND present-self = [<4] THEN [calculate number of matches]
• IF ideal-self = [>4] AND present-self = [>4] THEN [calculate number of matches]
• IF ideal-self = 4 AND present-self = 4 THEN [calculate number of matches]
NEGATIVE self-ratings
• IF ideal-self = [<4] AND present-self = [>4] THEN [calculate number of matches]
• IF ideal-self = [>4] AND present-self = [<4] THEN [calculate number of matches]
NEUTRAL self-ratings
• IF (x) = 4 THEN [calculate number of matches]
x= [present-self/ideal-self/future-self/past-self] or the other elements *the user would have to designate which is the ideal-self, which is the present-self, similar to indexSelfConstruction().
Problematic situation arises in the case of where the ideal-self is neutral/midpoint, but present-self is rated differently. Two possible solutions I can think of:
o ELSE IF present-self= [1,2,6,7] [calculate number of matches as NEGATIVE SELF]
2.The other solution would be to ignore the number of such ratings alltogether. Some useful data could be lost here but it would skip the arbitrary criteria decision in the previous step.
Do you maybe have a better idea for this problematic case?