📚

Experience

@Model.YearsOfExperience years
👥

Students

@Model.StudentCount+

Rating

@Model.Rating.ToString("0.0")/5
💰

Rate

¥@Model.HourlyRate/hr
@if (!string.IsNullOrEmpty(Model.Biography)) {

Biography

@Model.Biography
}

Specialization

@foreach (var spec in Model.Specialization.Split(',')) { @spec.Trim() }
@if (!string.IsNullOrEmpty(Model.TeachingMethods)) {

Teaching Methods

@Model.TeachingMethods
}

Teaching Languages

@foreach (var lang in Model.Languages.Split(',')) { @lang.Trim() }

Basic Information

Teaching Experience: @Model.YearsOfExperience years
Students: @Model.StudentCount
Hourly Rate: ¥@Model.HourlyRate/hour
@if (!string.IsNullOrEmpty(Model.Education)) {

Education

@Model.Education

} @if (!string.IsNullOrEmpty(Model.Certifications)) {

Certifications

@Model.Certifications

} @if (!string.IsNullOrEmpty(Model.AvailableTimeSlots)) {

Available Hours

@Model.AvailableTimeSlots

}
@if (ViewBag.RelatedTeachers != null && ((List)ViewBag.RelatedTeachers).Any()) {

Other Expert Teachers

Discover more qualified Chinese teachers in our network

@foreach (var relatedTeacher in (List)ViewBag.RelatedTeachers) {
@if (!string.IsNullOrEmpty(relatedTeacher.ProfileImageUrl)) { @relatedTeacher.Name } else {
@relatedTeacher.Name.Substring(0, 1)
}

@relatedTeacher.Name

@relatedTeacher.YearsOfExperience years experience

¥@relatedTeacher.HourlyRate/hour
View Profile →
}
}