# 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
-
Notifications
You must be signed in to change notification settings - Fork 2
Experimental Ruby Library to build a simple scorm package of an arpeggio embed
License
viddler/arpeggio_scorm
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Experimental Ruby Library to build a simple scorm package of an arpeggio embed
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published