• Resolved tiicaa

    (@tiicaa)


    Hello, how can I add columns in the analysis menu of sensei? When I export data to track progress, only the user’s login name and email are shown, but for a complete export I need user data, such as First name, last name, email, website.
    It is all the user’s primary data when being registered on the platform. This is really important.

    How could that be possible?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Dan (a11n)

    (@drawmyface)

    Hi there

    It may be possible with the sensei_analysis_course_columns and then sensei_analysis_course_column_data, for example. You’re given the table object and you’d need to sniff $table->csv_output to determine if this is for the HTML view or the CSV download.

    There are corresponding filters for lessons and users.

    Hope that helps!

    Thread Starter tiicaa

    (@tiicaa)

    Where to find the filters? As it is necessary to export, it is necessary to have more student data, such as name, surname, e-mail, telephone, address
    I did a test and I can create a column with a new item. 🙂
    I made changes to the class-sensei-analysis-overview-list-table.php file
    I can’t create an item like this as a child, so I don’t lose those settings in the update?
    In addition, the student base is very large. Do we have the option to export CSV for only a few users and not all?

    • This reply was modified 6 years ago by tiicaa.
    • This reply was modified 6 years ago by tiicaa.
    Plugin Support Dan (a11n)

    (@drawmyface)

    Where to find the filters?

    
    sensei_analysis_lesson_columns
    sensei_analysis_lesson_column_data
    sensei_analysis_user_columns
    sensei_analysis_user_column_data
    

    I can’t create an item like this as a child, so I don’t lose those settings in the update?

    No, you would need to use the filters in a separate function in your theme.

    In addition, the student base is very large. Do we have the option to export CSV for only a few users and not all?

    This would also need to be custom coded. If you need assistance, you may want to look into one of these services:

    https://codeable.io/

    http://studio.envato.com/

    https://jobs.wordpress.net/

    Thanks!

    Thread Starter tiicaa

    (@tiicaa)

    I do not understand, Sensei LMS should not provide this support, after all this is an improvement. A website with a large number of users is not a very good concept to be forced to export the entire user base to have only a few students’ report.

    • This reply was modified 6 years ago by tiicaa.
    Plugin Support Dan (a11n)

    (@drawmyface)

    You’re welcome to submit a feature request for this on our Github issue tracker:
    https://github.com/Automattic/sensei/issues/new/choose

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘How to export complete user data?’ is closed to new replies.