Insights Learner Dashboard - CSV Problem

Hello,
I have a question regarding learner dashboard download CSV button,
I have 84 active leaners in the course and the total number of learners is 295 but when I download the CSV, it’s showing the 100 records only.

Can anyone help to figure out this?
Is it look like an upper limit or max limit?

Hi,

Maybe try to edit this file: /edx/app/edxapp/edx-platform/lms/djangoapps/instructor_task/tasks_helper/grade.py

with this option: USER_BATCH_SIZE = 100
its set in 100 by default

recompile and restart.

python -m compileall filename.py
chown edxapp:edxapp filename

Hi @sbernesto

My question is regarding insights and this is the change regarding LMS, I don’t know will it work or not.
I will try this.

Thanks for you reply!