Rock.Model.DiscService.GetResponsesByQuestion C# (CSharp) Method

GetResponsesByQuestion() static public method

Returns the datasource. Each row is a question, comprised of four responses followed by a 'more' and 'less' score.
static public GetResponsesByQuestion ( ) : ].String[
return ].String[
        static public String[,] GetResponsesByQuestion()
        {
            return questionData;
        }