Interface CheckedBy<T>

All Superinterfaces:
Card<T>
All Known Implementing Classes:
CheckedByImpl

public interface CheckedBy<T> extends Card<T>
Users are able to flag an answer to request a check in case they have doubts that the answer is correct. The CheckedBy entity extends the notion of a Card to provide additional information and functionality.
Author:
Vasiliki Gkatziaki
  • Method Details

    • getChecks

      Integer getChecks()
      Returns the number of checks, they have been performed on the mentioned answer
      Returns:
      the nuber of checks