Skip to main content
naseemashaik
Participant
June 6, 2018
Question

Showing % of slide views

  • June 6, 2018
  • 3 replies
  • 171 views

Hi can anyone please let me know how can i show percentage of course viewed in moodle with scrome uploaded file. my concern is i have 50 slides in my scrom file if user clicks 20 or 25 slides then it has to show 50% course is completed for user. and if he agian logged in for same course it has to show from 25 slide i mean resume the course in scrom for moodle.

    This topic is closed to new replies. Start a new post to keep the conversation going.

    3 replies

    Lilybiri
    Legend
    June 6, 2018

    This question is not really linked with the original question. Do you allow me to branch it to a new thread? Your chance to get an answer will increase a lot!

    naseemashaik
    Participant
    June 7, 2018

    Yes please

    Lilybiri
    Legend
    June 7, 2018

    Question is branched.

    There is no exposed  system variable tracking the number of slide views. There is a system variable showing the total number of slides cpInfoSlideCount. You coukd be building a shared action triggered by a button on each slide tracking the number of visited slides but if you allow backwards movement, free navigation that is not as easy as it looks.

    I wondzr, since % of Slide views is one of the SCORM criteria if it is not stored in the data sent to the LMS, but I'm not a LMS specialist.

    If you don't have a separate quiz in the course, you could use a workaround, but you didin't specify that.