B1ExamScoreFeedRange
Exam-day daily wall post - a score-range mapping. Sends a different ActivityFeed depending on the ExamScore (0~40).
* Stored in the UB1SchoolDataAsset::ExamDayFeedRanges array. The school sorts entries by score in descending order and uses the first match.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MinScore | int32 | The matching threshold (inclusive). If the student's ExamScore is at or above this value, FeedId is used. | Category: B1ExamScoreFeedRange ClampMin: 0 |
| FeedId | FName | The ActivityFeed sent when the student's ExamScore falls in this range. | Category: B1ExamScoreFeedRange Foreign: ActivityFeed.Id |
| BuffId | FName | An additional buff granted to the student on a match. Buff grant is skipped if None. | Category: B1ExamScoreFeedRange Foreign: Buff.Id |