Appearance
DoCurious API Reference / types / StudentTrackRecordSummary
Interface: StudentTrackRecordSummary
Defined in: types/challenge.types.ts:853
Summary of a student's track record for display in community views. Extends PendingReview with the track record status so teachers can see all student track records, not just submitted ones.
Extends
Properties
assignmentId?
optionalassignmentId:string
Defined in: types/challenge.types.ts:823
Inherited from
challenge
challenge:
object
Defined in: types/challenge.types.ts:833
coverImageUrl?
optionalcoverImageUrl:string
id
id:
string
title
title:
string
Inherited from
challengeId
challengeId:
string
Defined in: types/challenge.types.ts:820
Inherited from
communityId
communityId:
string
Defined in: types/challenge.types.ts:821
Inherited from
communityName
communityName:
string
Defined in: types/challenge.types.ts:822
Inherited from
entryCount
entryCount:
number
Defined in: types/challenge.types.ts:842
Inherited from
status
status:
TrackRecordStatus
Defined in: types/challenge.types.ts:854
student
student:
object
Defined in: types/challenge.types.ts:826
avatarUrl?
optionalavatarUrl:string
displayName
displayName:
string
id
id:
string
Inherited from
submittedAt
submittedAt:
string
Defined in: types/challenge.types.ts:840
Inherited from
trackRecord?
optionaltrackRecord:TrackRecord
Defined in: types/challenge.types.ts:845
Inherited from
trackRecordId
trackRecordId:
string
Defined in: types/challenge.types.ts:818
Inherited from
updatedAt
updatedAt:
string
Defined in: types/challenge.types.ts:855
userId
userId:
string
Defined in: types/challenge.types.ts:819
Inherited from
verificationAttempts
verificationAttempts:
number
Defined in: types/challenge.types.ts:841