Skip to main content

On-demand tutoring app Snapask gets $35 million to expand in Southeast Asia

Snapask, an on-demand tutoring app, announced today that it has raised $35 million in Series B funding. Earmarked for the startup’s expansion in Southeast Asia, the round was led by Asia Partners and Intervest.

Launched in Hong Kong five years ago, Snapask has now raised a total of $50 million and operates in Hong Kong, Taiwan, Malaysia, Indonesia, Thailand, Japan and South Korea. Its other investors have included Kejora Ventures, Ondine Capital and SOSV Chinaccelerator (Snapask participated in its accelerator program).

Founder and CEO Timothy Yu said Snapask will expand into Vietnam and focus on markets in Southeast Asia where there is a high demand for tutoring and other private education services. It will also open a regional headquarter in Singapore and develop video content and analytics products for its platform.

The company now has a total of 3 million students, with 1.3 million who registered over the past twelve months (including a recent surge that Yu attributes to students studying at home after COVID-19 related school cancellations). Over the past year, 100,000 tutors have applied, taking Snapask’s current total to 350,000 applicants.

Yu says that over 2 million questions are asked by students each month on the platform, with each subscriber typically asking about 60 questions a month, during tutoring sessions that last between 15 to 20 minutes. The majority, or about two-thirds, of the questions are about math and science-related topics.

One thing all of Snapask’s markets have in common are highly-competitive public exams to enter top universities, says Yu. The exams have both a positive and negative effect on education, he adds.

“Students have a very clear objective about what topics they need to study, so that is driving a very lucrative market in the tutoring industry. But I think what Snapask focuses on is that exams are important, but you should do it the right way. We’re about self-directed learning. It’s not necessary to go to three-hour classes every day after school. If you need specific help on a question, you can ask for it immediately.”

While at university, Yu worked as a math tutor, and sometimes spent a total of two hours commuting to sessions that lasted the same amount of time. In markets like Malaysia or Indonesia, many educators chose to work in major cities, leaving students in rural areas with less options. The goal of Snapask is to help solve those issues and connect tutors with more students.

Yu says the average time for students to connect with a tutor after asking a question is about 15 to 20 minutes, which it is able to do because of machine learning-based technology that matches them based on educational styles, subject and availability. Snapask’s matching algorithms are also based on how students engage with tutors (for example, if they respond better to concise or longer, more elaborate answers). Students can also pick up to 15 to 20 tutors for their favorites list, who are prioritized when matching.

Yu says Snapask screens tutors by looking at their university transcripts and public exam results. Then they go through a probation period on the platform to assess how they interact with students. The platform also tracks how many messages are sent during a tutoring session and response times to make sure that tutors are explaining students’ questions instead of just giving them the answers.

Tutors can talk to up to 10 students at a time through Snapask’s platform. Yu says Snapask tutors in Hong Kong, Singapore, Japan and South Korea who spend about two hours per day answering questions usually make about $1,200 a month, while those who work about four to five hours a day can make about $4,000 to $5,000 a month. The company uses different pricing models in Southeast Asian markets, and Yu says tutors there can make about 50% to 60% more than they would at traditional tutoring jobs.

Other study apps focused on students some of the same markets as Snapask include ManyTutors and Mathpresso, whose products combine tutoring services with tools that let students upload math questions, which are then scanned with optical character recognition to provide instant answers. Yu says Snapask is focusing on one-on-one tutoring because it wants to differentiate by creating a “holistic experience.”

“A lot of students come to Snapask after using OCR tools, which we know that user surveys, but they can’t get to certain steps. They still need someone to help them understand what is happening,” he says. “So we try not to use technology for every component in teaching, but to make it more efficient and scalable, and we’re creating a holistic experience to differentiate us.”



from TechCrunch https://ift.tt/32qmLTw

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

Try NopSCADlib for your Next OpenSCAD Project

Most readers of this site are familiar by now with the OpenSCAD 3D modeling software, where you can write code to create 3D models. You may have even used OpenSCAD to output some STL files for your 3D printer. But for years now, [nophead] has been pushing OpenSCAD further than most, creating some complex utility and parts libraries to help with modeling, and a suite of Python scripts that generate printable STLs, laser-ready DXFs, bills of material, and human-readable assembly instructions complete with PNG imagery of exploded-view sub-assemblies. Recently [nophead] tidied all of this OpenSCAD infrastructure up and released it on GitHub as NopSCADlib . You can find out more by browsing through the example projects and README file in the repository, and by reading the announcement blog post on the HydraRaptor blog . Some functionality highlights include: a large parts library full of motors, buttons, smooth rod, et cetera many utility functions to help with chamfers, fillets, precis...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...