Trusted by Students Worldwide 🌟

Our expert teachers have helped thousands of students achieve Chinese fluency

👨‍🏫

Expert Teachers

Certified instructors

150+

Available now

🎯

Success Rate

Goal achievement

97%

Students succeed

🎓

Happy Students

Taught by our team

12,000+

Worldwide

Average Rating

Student reviews

4.9/5

From 2,500+ reviews

@if (!string.IsNullOrEmpty(ViewBag.SearchTerm)) { Search Results: @ViewBag.SearchTerm } else if (!string.IsNullOrEmpty(ViewBag.Specialization)) { @ViewBag.Specialization Teachers } else { All Teachers }

Found @ViewBag.TeacherCount teachers
@if (Model != null && Model.Any()) {
@foreach (var teacher in Model) {
@if (!string.IsNullOrEmpty(teacher.ProfileImageUrl)) { @teacher.Name } else {
@teacher.Name.Substring(0, 1)
}

@teacher.Name

@for (int i = 1; i <= 5; i++) { @if (i <= Math.Floor(teacher.Rating)) { } else if (i - 0.5 <= teacher.Rating) { } else { } }
@teacher.Rating.ToString("0.0") (@teacher.StudentCount students)
Specialization: @teacher.Specialization.Split(',').Take(2).Aggregate((a, b) => a + ", " + b)
Experience: @teacher.YearsOfExperience years
Languages: @teacher.Languages
Hourly Rate: $@teacher.HourlyRate/hour
@if (teacher.OnlineTeaching) { Online } @if (teacher.OfflineTeaching) { In-Person } @if (teacher.OffersTrial) { Trial Available }
View Details
}
🌟

Become Our Teacher

If you are an experienced Chinese teacher, we cordially invite you to join our teaching team and share your knowledge and experience with students from around the world.

Apply to Become a Teacher 🚀
} else {

No teachers found matching your criteria

Try adjusting your search terms or selecting a different specialization

View All Teachers
}