Appearance
DoCurious API Reference / types / PendingReview
Interface: PendingReview
Defined in: types/challenge.types.ts:786
A Track Record awaiting teacher review, displayed in the teacher's review queue.
Remarks
Includes denormalized student and challenge info for list rendering without additional API calls. The full trackRecord is populated on demand when the teacher opens the review detail view.
Properties
assignmentId?
optionalassignmentId:string
Defined in: types/challenge.types.ts:792
challenge
challenge:
object
Defined in: types/challenge.types.ts:802
coverImageUrl?
optionalcoverImageUrl:string
id
id:
string
title
title:
string
challengeId
challengeId:
string
Defined in: types/challenge.types.ts:789
communityId
communityId:
string
Defined in: types/challenge.types.ts:790
communityName
communityName:
string
Defined in: types/challenge.types.ts:791
entryCount
entryCount:
number
Defined in: types/challenge.types.ts:811
student
student:
object
Defined in: types/challenge.types.ts:795
avatarUrl?
optionalavatarUrl:string
displayName
displayName:
string
id
id:
string
submittedAt
submittedAt:
string
Defined in: types/challenge.types.ts:809
trackRecord?
optionaltrackRecord:TrackRecord
Defined in: types/challenge.types.ts:814
trackRecordId
trackRecordId:
string
Defined in: types/challenge.types.ts:787
userId
userId:
string
Defined in: types/challenge.types.ts:788
verificationAttempts
verificationAttempts:
number
Defined in: types/challenge.types.ts:810