Class Session.Report

Enclosing class:
Session

public static class Session.Report extends Session.Timestamped
A report occurs when one participant in a session sends their response to a question about the narrative. Reports are often used to rate the quality of the narrative or to collect a participant's perception of the events in the story.
Author:
Stephen G. Ware
  • Field Details

    • role

      public final Role role
      The role who sent this report
    • item

      public final String item
      The name of the item or question the participant is responding to
    • value

      public final String value
      The value given by the participant for the item or question
    • comment

      public final String comment
      An optional free-text response given by the participant to explain the value they gave
  • Method Details