Skip to content

Experimental Ruby Library to build a simple scorm package of an arpeggio embed

License

Notifications You must be signed in to change notification settings

viddler/arpeggio_scorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArpeggioScorm

Build a scorm zip

# Create a temp file, once the generator has run, this zip file will be a scorm package for
# a simple arpeggio embed.
temp_file = Tempfile.new('built.zip')

# Options to pass to the arpeggio initializer
options = {
  width: '100%',
  videoId: 'abc123'
}

generator = ArpeggioScorm::Generator.new(options, temp_file)
generator.generate

About

Experimental Ruby Library to build a simple scorm package of an arpeggio embed

Resources

License

Stars

Watchers

Forks

Packages

No packages published