B1CareerInterviewSkillLevelScoreRule
- Defines a skill-level score rule for career interviews, mapping a range
* of skill levels to a score bonus applied during interview evaluation.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MinSkillLevel | int32 | Minimum skill level (inclusive) for this rule to apply. | Category: B1CareerInterviewSkillLevelScoreRule ClampMin: 0 |
| MaxSkillLevel | int32 | Maximum skill level (inclusive) for this rule to apply. | Category: B1CareerInterviewSkillLevelScoreRule ClampMin: 0 |
| AddScore | float | Score added to the interview result when this rule matches. | Category: B1CareerInterviewSkillLevelScoreRule |