Javascript / SCORM Quiz Application for LMS (NYT Copy Edit This Clone)

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • The code for this can be found at:
    learningengine...
    This video provides the foundation for creating a javascript / scorm quiz application for a learning management system such as Blackboard, Moodle, Canvas, and any other that will import a SCORM.

Komentáře • 11

  • @snap-n-shoot
    @snap-n-shoot Před 3 lety

    Hi, I am simply looking for a javascript snippet that can be applied to a button that sets the Success as either Passed or Failed. It needs to be Scorm 2004, as the module is set to complete based on slide views, but I also have 2 buttons that when a user simply clicks one it also marks the Success as Passed and the Other marks it as Failed so the result would be Complete & Passed, or Complete and Failed. Impossible to find any information on this simple process? Any suggestions?

    • @LearningEngineercom
      @LearningEngineercom  Před 3 lety

      callSucceeded = scorm.set("cmi.success_status", "failed")
      callSucceeded = scorm.set("cmi.success_status", "passed")

  • @codeonmimo1022
    @codeonmimo1022 Před 3 lety

    Hi, thanks for sharing your knowledge. Do you have some repository? (GitHub). I want to learn how to create SCORM activities and would like to study your example.

  • @hossameldinabusakran5150

    thank you
    can you gave me this code ?
    the liink that in the description not code
    this is design Quiz

    • @LearningEngineercom
      @LearningEngineercom  Před 2 lety

      Right click on the page and select "View page source" and you'll find this link to the javascript.
      learningengineer.com/lesubverbscorm/js/quesgen.js

    • @emirkurt3333
      @emirkurt3333 Před 8 měsíci

      @@LearningEngineercom there is an error 404 the page could you share your page's source code or page's link again please

  • @talhatahir1210
    @talhatahir1210 Před 2 lety

    can it track the user record???

    • @LearningEngineercom
      @LearningEngineercom  Před 2 lety

      Yes. It tracks the user and picks up where they left off if they leave.