What is a Learning Record Store (LRS)?

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น • 19

  • @taylorvp
    @taylorvp 4 ปีที่แล้ว +3

    So happy you posted another video! So informative, thank you!

  • @meghasridhar5224
    @meghasridhar5224 3 ปีที่แล้ว +2

    Thanks so much for this, Devlin! I am a fan of how you've put together different flavors of LRSs in that list. They all have different USPs. This is a great starter for someone researching LRSs to make a choice that suits them.
    :)

    • @DevlinPeckYT
      @DevlinPeckYT  3 ปีที่แล้ว

      I’m glad that it helps, Megha. Thanks for watching the video 😃

  • @designeskola
    @designeskola 4 หลายเดือนก่อน

    Great video. Thanks

    • @DevlinPeckYT
      @DevlinPeckYT  4 หลายเดือนก่อน

      Glad you liked it!

  • @haoxuefeng9336
    @haoxuefeng9336 3 ปีที่แล้ว +2

    great Introduction! thank you! i would like to ask if there is any LRS product that can run locally with the LMS? Since the data protection problem, it's better to store the learning data of the students by the school's server ever in the company's cloud? Any suggestions for that?

    • @DevlinPeckYT
      @DevlinPeckYT  3 ปีที่แล้ว +1

      Thanks for watching the video :). I think that most LRS vendors would be able to do a local installation. Learning Locker is an open source LRS in case you have engineers who can configure that.

  • @ericchamberlin7510
    @ericchamberlin7510 4 ปีที่แล้ว +1

    In your opinion, would you say it’s wise/essential to have xApi data along with lms/scorm??

    • @DevlinPeckYT
      @DevlinPeckYT  4 ปีที่แล้ว +1

      Not essential...but it will give you a much better idea of the user experience. Check out this recorded webinar for a better understanding of what you can do with xAPI data: th-cam.com/video/_uL8j0SRMZU/w-d-xo.html

  • @kristaylor7119
    @kristaylor7119 3 ปีที่แล้ว +1

    You mention from storyline in a lot of your videos, but what about Rise. Can xAPI be transferred to an LRS from Rise?

    • @DevlinPeckYT
      @DevlinPeckYT  3 ปีที่แล้ว

      Good question, Kris. Storyline makes it much easier because you can use an “execute JavaScript” trigger to send the statement. Rise does not have this functionality, so it’s much more complex to send xAPI statements. To send custom statements from Rise, you need to edit the output folder and add scripts that “listen” to DOM changes, pull the corresponding data needed for the statement, and then send the statement to the LRS.

    • @kristaylor7119
      @kristaylor7119 3 ปีที่แล้ว +1

      @@DevlinPeckYT thank you. Do you know where I can find step by step instructions for that?

    • @DevlinPeckYT
      @DevlinPeckYT  3 ปีที่แล้ว

      @@kristaylor7119 There are not many step by step instructions out there for that right now. I was able to rig something together with my JS skills, but that was after spending thousands of hours learning and practicing. I think that Zsolt Olah and Mel Milloway have some beginner tutorials though

  • @tal32123
    @tal32123 3 ปีที่แล้ว +1

    Would it be possible to just store my data on my own server?

    • @DevlinPeckYT
      @DevlinPeckYT  3 ปีที่แล้ว

      It would definitely be possible, but there are many rules and recommendations regarding how the LRS should handle xAPI data. If you don’t make your server conformant with the spec, then it may be better to just use a database to collect your data and not worry so much about whether it’s xAPI compliant.

    • @tal32123
      @tal32123 3 ปีที่แล้ว +1

      @@DevlinPeckYT thanks! By the way, I'm new to edtech... I was wondering, is it possible to capture userid from xapi in storyline? I didn't see this after Googling

    • @tal32123
      @tal32123 3 ปีที่แล้ว +1

      @@DevlinPeckYT I mean -- from canvas/lms, not if the user types it in specifically

    • @DevlinPeckYT
      @DevlinPeckYT  3 ปีที่แล้ว

      @@tal32123 it is possible to grab the user’s info with the LMS API, but I have not done this in Canvas before. It may or may not be possible in there (it’s possible in most corporate LMSs though).