You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"The {data.CertificationCode}{data.CertificationName} certification includes the skill of {data.SkillName}. Within this skill, there is a focus on the topic of {data.TopicName}, particularly through the use of the service {data.ServiceName}.";
$"The {data.CertificationCode}{data.CertificationName} certification includes the following skills: {string.Join(", ",data.SkillsMeasured.Select(s =>s.Name))}.";
0 commit comments