Class MultipleChoiceQuestionLog

    • Constructor Summary

      Constructors 
      Constructor Description
      MultipleChoiceQuestionLog​(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, MultipleChoiceQuestion question, Choice choice, java.lang.Integer numberOfAttempts)
      Create new Multiple Choice Question Log.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultipleChoiceQuestionLog

        public MultipleChoiceQuestionLog​(java.time.LocalDateTime startDate,
                                         java.time.LocalDateTime endDate,
                                         MultipleChoiceQuestion question,
                                         Choice choice,
                                         java.lang.Integer numberOfAttempts)
        Create new Multiple Choice Question Log.
        Parameters:
        startDate - date when question started
        endDate - end date od the question
        question - question that was responded to
        choice - chosen response
        numberOfAttempts - number of times this question was listened