|
ACA Functions
|
|
|
SSI Script:
|
Description:
|
|
ACAAttribute ()
|
Returns the text for the attribute label within the ACARAT or ACAIMP questions.
|
|
ACABest ()
|
Within the ACAIMP question, returns the level text for the "best" level rated from the previous ACARAT question.
|
|
ACABestLevelLabel (Attribute#,
Rank#) |
Returns label for best attribute level of Attribute #. Rank# optional. Rank# of 2 returns second-best attribute level.
|
|
ACABestLevelValue (Attribute#,
Rank#) |
Returns level number for best attribute level of Attribute #. Rank# optional. Rank# of 2 returns second-best attribute level number.
|
|
ACACalMin ()
|
Used in ACACAL to display minimum ACACAL value used.
|
|
ACACalMax ()
|
Used in ACACAL to display maximum ACACAL value used.
|
|
ACAImportance (Attribute#)
|
Returns the importance score for the attribute, as specified by Attribute#. May be used after the ACAIMP question section. (See also ACAStrictImportance.)
|
|
ACALeastImpAttLabel (Rank#)
|
Returns label for the least important attribute. Rank# optional. Rank# of 2 returns second-least important attribute.
|
|
ACALeastImpAttValue (Rank#)
|
Returns attribute number of the least important attribute. Rank# optional. Rank# of 2 returns second-least important attribute number.
|
|
ACAMostImpAttLabel (Rank#)
|
Returns label for the most important attribute. Rank# optional. Rank# of 2 returns second-most important attribute.
|
|
ACAMostImpAttValue (Rank#)
|
Returns attribute number of the most important attribute. Rank# optional. Rank# of 2 returns second-most important attribute number.
|
|
ACAPriorsBestLevelLabel
(Attribute#) |
Returns the best level text for attribute#, based only on Priors information.
|
|
ACAPriorsBestLevelValue
(Attribute#) |
Returns the best level number for attribute#, based only on Priors information.
|
|
ACAPriorsWorstLevelLabel
(Attribute#) |
Returns the worst level text for attribute#, based only on Priors information.
|
|
ACAPriorsWorstLevelValue
(Attribute#) |
Returns the worst level number for attribute#, based only on Priors information.
|
|
ACAStrictImportance (Attribute#)
|
Returns the strict importance score for the attribute, as specified by Attribute#. May be used after the ACAIMP question section.
|
|
ACAUtility (Attribute#, Level#)
|
Returns the part worth utility for the attribute and level, as specified by Attribute# and Level#. May be used after the ACAIMP question section.
More info. |
|
ACAWorst ()
|
Within the ACAIMP question, returns the level text for the "worst" level rated from the previous ACARAT question.
|
|
ACAWorstLevelLabel (Attribute#,
Rank#) |
Returns label for worst attribute level of Attribute #. Rank# optional. Rank# of 2 returns second-worst attribute level.
|
|
ACAWorstLevelValue (Attribute#,
Rank#) |
Returns level number for worst attribute level of Attribute #. Rank# optional. Rank# of 2 returns second-worst attribute level number.
|