// The column number of the score table ranks column public static int scoreRankColumn() { return scoreLeftColumns + Quiz.getInstance().roundCount(); }
// The column number of the score table totals column public static int scoreTotalColumn() { return scoreLeftColumns + Quiz.getInstance().roundCount() + 1; }