Class PregameService.PregameResponseBase

    • Constructor Detail

      • PregameResponseBase

        public PregameResponseBase​(String pid)
        Identifies and tests the pregame experience directory for the player's experiment plan. The main parameter for that is "pregame", but for legacy (pre ver. 6.*) plans we also look at "init". We only look at this parameter ("pregame") in the first parameter set of the experiment, and ignore its values in subsequent para sets.
        Parameters:
        pid - playerId. The server will look up the pregame experience directory for that player's experiment plan.
    • Method Detail

      • getBookletSize

        public int getBookletSize()
      • setBookletSize

        public void setBookletSize​(int _bookletSize)
      • getPath

        public String getPath()
      • _getBookletPages

        public File[] _getBookletPages()
      • getGoodnessScore

        public double getGoodnessScore()
      • setGoodnessScore

        public void setGoodnessScore​(double _goodnessScore)