Signals that a participant has finished contributing to answers for this quiz
Record Key
tid
Timestamp-based ID
Properties
quizBegin
ref
com.atproto.repo.strongRef
Required
Reference to the quizBegin record
timestamp
string
datetime
Required
When this participant finished
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"quizBegin",
"timestamp"
],
"properties": {
"quizBegin": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Reference to the quizBegin record"
},
"timestamp": {
"type": "string",
"format": "datetime",
"description": "When this participant finished"
}
}
},
"description": "Signals that a participant has finished contributing to answers for this quiz"
}