Page of statistics frontend

Home Forums Legacy Support Support queries Other issues Page of statistics frontend

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #146970
    Erizo
    Spectator
    Hello, I need to create a page of frontend statistics from the data generated by WPLMS. Do you have short codes or an API to expand and manage statistical data? If you don’t have short codes, do you have PHP functions for the statistics you can use to create the short codes? COURSE CARD: -Course image -Course title -Course Description -course start and end dates -number of students who started the course -tutors GLOBAL DATA -number of students who have completed the course -total units completed in the course ( Students) -total exams completed in the course (students) -average time of stay in the course (students) -average time of stay in the group (students) -assignments presented (students) -average notes (students) USER DATA -time Real stay in the course (student) -units completed in the course (students) -exams completed in the course (students) -Real time stay in the group (student) -Notes evaluations (student) -assignments presented and notes (students) -historical connections web (student. With option to filter by dates) -historical connections messages (student-tutor. With option to filter by dates) -certificate validation Best, Miguel
    #147105
    Anshuman Sahu
    Keymaster
    That is whole lot of information to tell .Please give me some time . Meanwhile please make use of this : https://vibethemes.github.io/wplms-docs/developer-guide.html
    #148398
    Erizo
    Spectator
    Thank you Alex, I stay in expectation of your information:) Greetings, Miguel
    #148466
    Anshuman Sahu
    Keymaster
    COURSE CARD : please check this function : " thumbnail_generator " in vibe-customtypes/featured.php file .     number of students who have completed the course
    -total units completed in the course ( Students)
    -total exams completed in the course (students) assignments presented (students) check this function : " wplms_course_download_stats " in vibe-course-module/includes/bp-course-ajax.php file . while these are not recorded by wplms by default : average time of stay in the course (students) -average time of stay in the group (students) But we have and addon for this : https://wplms.io/downloads/wplms-unit-timings/    About these not function available : historical connections web (student. With option to filter by dates) -historical connections messages (student-tutor. With option to filter by dates) time Real stay in the course (student) -Real time stay in the group (student) Notes evaluations (student)   assignments presented and notes (students) You need to make direct database queries for these .   for rest please refer download stats function in vibe course module .
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Page of statistics frontend’ is closed to new replies.