QuizSubmissionQuestionAttempt

QuizSubmissionQuestionAttempt

Represents a attempt to a submission question on a quiz on SMHW.


Constructor

new QuizSubmissionQuestionAttempt(client, response)

Instantiate a QuizSubmissionQuestionAttempt object.

Parameters:
Name Type Description
client Client

The client that is instantiating this object.

response Object

The data for the object.

Members

(private) _client :Client

The client that instantiated this object.

Type:
  • Client

answer :String

The answer given for the attempt.

Type:
  • String

correct :String

Whether or not the attempt was correct.

Type:
  • String

start

The timestamp of when the attempt was started.