This code shows us how to have our responses under the radio buttons.
Metadata(en-AU, Question, Label) Q1 "This is a Rating Scale {ReplaceMe}" categorical [1..1] { _1 "1 Poor", _2 "2", _3 "3", _4 "4", _5 "5 Good" }; End Metadata
And now for the routing.
Routing(Web) Q1.Style.Columns = 5 Q1.Label.Inserts["ReplaceMe"] = "(Responses underneath)" Q1.Categories[..].Label.Style.ElementAlign=ElementAlignments.eaNewLine Q1.Categories[..].Style.Indent=0 Q1.Categories[..].Style.Align=Alignments.alCenter Q1.Style.Orientation=orientations.orRow Q1.Ask() End Routing