The FiveGrade component is derived from the GradeBar component. It simply defines the the scale from [0.0,10.0] with one decimal and the adjectives. Equivalent component can be done with a GradeBar only. Here is a list of parameters that are used for the five-grade bar:
Parameter | Value | Description | R/O |
---|---|---|---|
class | guinea.ui.TenGrade | Java class name of ten-grade bar. | Req. |
question | text | The question shown to subject. | Req. |
questionfont | font name | The font used for question text. | Opt. |
showValue | true or false | Whether to show the current value to the subject. Default is true. | Opt. |
# Example of a TenGrade question component q2.class=guinea.ui.TenGrade q2.question=Clarity of sample A q2.questionfont=Serif-italic-24
# Example of emulating a TenGrade with a GradeBar q2.class=guinea.ui.GradeBar q2.question=Clarity of sample A q2.questionfont=Serif-italic-24 q2.minimum=0.0 q2.maximum=10.0 q2.decimals=1 q2.choiceformat=0.0#Very unclear|2.0#Rather unclear|4.0#Midway|6.0#Rather clear|8.0#Very Clear