I want to validate my App Idea ( AI powered test series for NEET )

Hi Guys, I’m a software developer.

Recently, I came across the NEET exam paper leak news. I found out that every year around 22 lakh students appear for the NEET exam. Some of my cousins also attempted it this year.

I talked with them about the exam pattern and their study strategy. One thing I noticed was that students usually buy multiple test series from different coaching institutes just for practice.

That gave me an idea:

Why not build an AI-powered test series platform for NEET students?

Right now, most coaching test series are mainly based on previous year questions and the same pattern for everyone. They are not personalized for students with different skill levels.

My idea is to create an app that can automatically generate questions on demand based on:

\- Topic

\- Difficulty level

\- Student performance

\- Weak and strong areas

This way, every student can get a personalized practice experience instead of solving the same set of questions as everyone else.

Would love to know your thoughts and suggestions on this idea.

reddit.com
u/GJ747 — 20 days ago

I want to validate my App Idea ( AI powered test series for NEET )

Hi Guys, I’m a software developer.

Recently, I came across the NEET exam paper leak news. I found out that every year around 22 lakh students appear for the NEET exam. Some of my cousins also attempted it this year.

I talked with them about the exam pattern and their study strategy. One thing I noticed was that students usually buy multiple test series from different coaching institutes just for practice.

That gave me an idea:

Why not build an AI-powered test series platform for NEET students?

Right now, most coaching test series are mainly based on previous year questions and the same pattern for everyone. They are not personalized for students with different skill levels.

My idea is to create an app that can automatically generate questions on demand based on:

- Topic

- Difficulty level

- Student performance

- Weak and strong areas

This way, every student can get a personalized practice experience instead of solving the same set of questions as everyone else.

Would love to know your thoughts and suggestions on this idea.

reddit.com
u/GJ747 — 20 days ago

I have a ListView.builder whose children are wrapped with flutter_slidable. The list data comes from sqflite through a ChangeNotifier.

When a flutter_slidable action is triggered, it calls a function that runs a delete query inside the ChangeNotifier. After deleting the item, the whole ListView rebuilds to get fresh data from the provider.

My problem is that after the rebuild, the list scrolls back to the top (index 0). Instead, if I delete the item at index 10, I want the list to stay around index 9 rather than resetting to the beginning.

reddit.com
u/GJ747 — 1 month ago