SCORM and Desire 2 Learn (D2L)
Is there a way to create a course in Captivate 5.5 and import it into D2L and have the quizzes linked to the gradebook? I am able to import my course (by saving and publishing the course as a SCORM 1.2, not 2004), but can only view a "report" based on whether or not a student has viewed a certain part of the course or not. Thanks for any help! Amber Price
I'm looking for some guidance on this topic as well. Or, just have the Captivate 5.5 quizzes auto-insert students' score results directly into their personal D2L accounts.
Similar Messages
-
I shoot .nef with a D800e and am learning to edit these in Photoshop Camera Raw. What is the best way to save for viewing and printing and sending to friends on a DVD? (TV viewing) If I save edits as a tiff or jpeg does Photoshop remember the edits if I open the .nef picture again? Do i really need three versions of each picture? jpg, nef and photoshop raw, or what?? I have several thousand .nef and to convert to a photoshop raw format would take much disk space and yes I have three external drives of 1 - 3 TB.
What is my best practice?For that Nikon model you need ACR 8.3 that means CS6 or CC. Or you can download the DNG converter convert your Nikon RAW files to Adobe RAW files. And then process the Adobe RAW files with CS5 ACR version 6.7
Camera Raw plug-in | Supported cameras -
Best Practises and Lessons Learned
Looking for XI best practices and lessons learned.
Do we have standard best practices docs from sap?.
Please send me those docs....... [email protected]
Looking for any support document for already implemented scenarios.Hi Ash,
I would suggest you to please go through the basic concepts of XI and later you can implement the other things.
Please refer the fundamentals of XI:
Pre Requisite to SAP XI
Want to learn XI
Want to Learn XI
New to SAP XI
/thread/51336 [original link is broken]
Totallly new to XI
New to xi...
new to netweaver
New to Netweaver
http://help.sap.com/saphelp_nw2004s/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm
I would suggest you to start doing implement the scenarios like
File to File
File to Idoc
Idoc to File
File to JDBC
JDBC to File
and few synchornous scenarios..
Hope the information is clear.
Please let me know if you required any help.
I will send you few documents to your mail which you mentined above.
Thanks and Regards,
Chandu. -
Authoring Environment Check in , release and publish Learning Net
Can anyone please help me , on how to release and publish learning net
Thanks !
AsmitaHi,
What is the exact help you require? Releasing & publishing of the learning nets is pretty much straight forward & there is a wizard which takes you through the step wise instructions of doing this.
Make sure you are connected to the content repository(Content Management System) from your AE
Create learning nets in AE
Open the repsoitory explore & checkin the learning nets.
If i am not wrong when you check in the learning nets , you can also choose to release & publish it.
If you are not connected to the connected the content management system, contact your BASIS/Netweaver ppl to configure the same .
Also make sure you specify thsi path in your AE
Regards,
Sowmya -
Are there pepes out there using ipads to make group music with children who have profound and multiple learning difficulties? I am and I'd love to share the ideas.
I am the music teacher in a Special school in London UK currently working with Drake Music who are a charity that go into schools to enable music making through music technology. Our purpose is to enable a group of 7 children who have profound and multiple learning difficulties to play instruments on the ipads or through the soundbeam and to be able to play and jam together with me underscoring on the guitar. We're having a lot of fun and we're all learning a lot about what can be achieved using the amazing ipad technology. If you're doing a similar project I'd love to hear from you and we can swap notes!See Recover your iTunes library from your iPod or iOS device.
You can use iTunes to easily manage multiple devices by having each sync with selected playlists. I don't personally have any recommendations for other software but perhaps others might.
tt2 -
I would like to build a desktop computer for video editing, business management and online learning and also have a small laptop, tablet or ipad to take to university, Can someone please advise me of the best set up for this?
Let's see if I understand this... You're asking for advice on building a desktop computer, in the Apple developer's forum? Why not just buy a Mac?
-
Hi guys
Can anyone send me any goodl inks that provide SAP LMS documentation and e-learning modules?? If you have any good material on the same, pls send it to [email protected]
whats the future prospects for LMS and e-learning?
regards
M A
Message was edited by:
ShakirHi shakir!
please go through this documentation:
http://help.sap.com/erp2005_ehp_01/helpdata/de/30/e63a3c24b4a00ae10000000a11402f/frameset.htm
The future prospects are that the LMS will be evaluated so far that it can deal with the highest technology from the content provider side.
The e-learning plays even more role within the huge organisations.
If you would like to know more about please send me direct questions.
Have a very nice day and I hope I was able to direct you to the right way!
Best regards,
Zsolt -
your rite its mistek and iam learn
iam learning the lesson but you guys sholuld take them of action this kind of people who tourist come your contry for visit and they Cheating and stolen mooney like this sale fake stufffff is this **** all ......we are 10000 time better then you then bcz if we sale and we give all proff must you help us ....
thankshi,,,,
yes its my mistek by second hand phone and now this stupid man not answer my call and my messages iam back now dubai iam never think this us people cheating me ...and this man give me him id and paper on rite i have all APPLE people also not ready to help me i dont no what should i do its mean We united arab emirates people goood 100000000000000 % time honest and good bcz we never cheated like this ......i send him messages pleas send login password but he cant also i send email ples apple people if they want him id or copy of college and paper as he write sale to me but they said you learn what i learn if i buy second and myu mistek .....plea spleas apple people i request you help me to remove my phone this man icloud id and password pleas iam not offerd ...
Thansk iphone 5 -
I created a eLearning program in Captivate and exported via
zip to my LMS (GEO Learning) and the course will not lauch in a
browser frame that is full screen or can be enlarged to full screen
by the user. I read in the help that " If you select AICC or SCORM
options for the project, the full screen publishing option cannot
be applied."
Does anyone know a fix for this issue or how I can get my
project to launch full screen as a Scorm course?Without resorting to a custom ActiveX control or something
similar, you only get to specify the browser window features when a
window is initially opened. The best you can do after the fact is
resize the window using the JavaScript window.resizeTo() method in
the Captivate-generated HTML page.
This means that it's basically up to the LMS to launch the
course in a new window with only the features you want. If your LMS
won't let you customize the new window, you're pretty much out of
luck.
You *might* be able to use JavaScript in the HTML page to
redirect the course into a new window that has only the features
you need, but doing so would very likely break the SCORM connection
between the course and the LMS. I haven't worked with Captivate's
SCORM implementation enough to know for sure.
If you want to give it a shot, you can learn more about the
JavaScript window.open() method here:
http://msdn2.microsoft.com/en-us/library/ms536651.aspx -
Hello everyone,
While Captivate 3 appears to be robust in its SCORM
capabilities, I have tried and failed after long hours to implement
a Captivate 3 assessment simulation in a Blackboard CE 6 course. I
have been through the technotes, and tried many of the fixes, even
changing a lower case "l" to a capital "L" in the word
"schemaLocation" in an XML file as instructed by one technote. I
have run the gamut.
As a result, I can import a Captivate 3 SCORM package into
Blackboard CE6 (Campus Edition 6), so it will be recognized, but
Blackboard CE6 will not report the user's scores-- the main reason
for importing the package in the first place. The SCORM package
should instruct CE6 to create a grading column and report scores,
but it just does not happen.
I have also communicated with the Blackboard community on
this and some of their "gurus" have thrown their hands up in
frustration. I refer to this discussion thread at Blackboard:
http://discussions.blackboard.com/jive4/thread.jspa?threadID=32286&tstart=0,
where it appears Blackboard tried and gave up on integrating
Captivate 3's SCORM protocols with Blackboard about a year ago
after trying to work things through.
Wouldn't it make sense for Adobe Captivate's SCORM content to
be compatible with this country's biggest and most widely utilized
learning management system? This is not a rhetorical question.
You've got some smart guys, Adobe. If you agree that it does make
sense, please, make it work, or tell me (and by extension others)
what works. I'll be happy to learn and eat humble pie.
Glen Gummess
Instructional Designer
University of St. Francis
Joliet, ILWhile I've no direct experience with Blackboard, I would
strongly
suspect the issue lies with Blackboard and not Captivate.
There are stories tenfold about the net about issues with
Blackboard and
true SCORM functionality, as well as general IT reviews of
Blackboard
code being a mash of years-old spaghetti.
Not that Captivate is necessarily the essence of efficient
programming,
not at all...but I don't think it fair or likely to put the
burden
square on Adobe's shoulders. The fact that Captivate works
pretty well
with many, many other LMS systems alone would indicate it's
more likely
a Blackboard issue.
However, reading through the thread, this appears to be a
Vista-related
issue? Only? I've not had to deliver any Captivate-specific
projects to
a Vista environment so perhaps my above opinion is not as
rounded as it
needs to be. Are you sure this is not a browser issue? Do you
find the
Captivate files to work correctly in the ADL Test Suite and
Reload
Player? If they work in those environments properly, then
even more an
indication of a Blackboard issue...
Erik
Glen Gummess wrote:
> Hello everyone,
>
> While Captivate 3 appears to be robust in its SCORM
capabilities, I have tried
> and failed after long hours to implement a Captivate 3
assessment simulation in
> a Blackboard CE 6 course. [snip]
>
http://discussions.blackboard.com/jive4/thread.jspa?threadID=32286&tstart=0
Erik Lord
http://www.capemedia.net
Adobe Community Expert - eLearning
http://www.adobe.com/communities/experts/
http://www.awaretips.net -
Authorware Tips! -
Cp6 - scorm and question pools?
I have a particular activity that was formerly built in cp5.5 (non-scorm) which I've now republished in Cp6 and uploaded to our LMS.
This particular lesson has 32 questions which pull from 5 question pools. The filmstrip shows 41 slides.
I set the "Success/Completion Criteria" to 'slide views' and 90%. However, once complete the LMS is not recognizing the lesson as complete and continues to show 0% completion.
I have a different lesson without question pools that does show completion, and the slide view % is the same. I can't find a difference between them other than the question pools.
Does the Success/Completion Criteria look at the question pool slides as part of the total, or does it only count the slides the learner might see?
thanks.you have to design undebuggable version...
-
Captivate SCORM and SharePoint...
My company is working to set up a training program using
SharePoint Learning Kit (SLK) as the LMS and Captivate 3/SCORM
compliant classes for the content.
Here are my questions:
1. Can captivate class progress be saved and resumed at a
later date exactly where the student left off? Currently we are
using demo mode not interactive, but I'm wondering if this can be
done with both as we may go interactive later.
2. Can the captivate flash player be rebranded to fit the
company brand?
3. Do you have any links or resources on configuring
captivate to work with Microsoft SharePoint Learning Kit?
Thanks in advanced.1. Sure, as long as the LMS supports it. Captivate stores
current
progress in the suspendData field. So as long as the LMS has
that
variable and can send the values back to a Captivate lesson
on request
(when relaunched), Captivate will resume (in most cases).
2. I think so, at least to some degree. Search about a bit
and find out
where the 'skins' are stored. You should be able to use one
as you
basis, modify it, and save as a new skin. I think they're
pretty much
all just BMP/JPG files.
3. I'd like to know this too!
Erik
malcolmlo wrote:
> My company is working to set up a training program using
SharePoint Learning
> Kit (SLK) as the LMS and Captivate 3/SCORM compliant
classes for the content.
>
> Here are my questions:
>
> 1. Can captivate class progress be saved and resumed at
a later date exactly
> where the student left off? Currently we are using demo
mode not interactive,
> but I'm wondering if this can be done with both as we
may go interactive later.
>
> 2. Can the captivate flash player be rebranded to fit
the company brand?
>
> 3. Do you have any links or resources on configuring
captivate to work with
> Microsoft SharePoint Learning Kit?
>
> Thanks in advanced.
>
Erik Lord
http://www.capemedia.net
Adobe Community Expert - Authorware
http://www.adobe.com/communities/experts/
http://www.awaretips.net -
samples, tips, products, faqs, and links!
*Search the A'ware newsgroup archives*
http://groups.google.com/group/macromedia.authorware -
Junk mail and spam - learning mode?
Have been receiving unsolicited stock picks and viagara offers and move them to junk email folder that I created. Someone mentioned on a forum that a .mail account has a learning mode to help filter spam. I can't locate it. Any suggestions? Thank you.
Look up the topic "Changing the junk mail filter" in Mail's Help to learn about Mail's built-in junk filter.
-
Play sound in specified duration and desired file when reading data with VISA functions ?
Hi.
I read data with VISA read function and then I use functions like multiple for showing data on Chart. every thing is OK.
now I want play a specified sound (like a 3s song in my desired folder) when signal amplitude cross over from specified value. then after desired time, it will be wait for new cross over from specified value and this procedure repeat again until I stop the program.
Data comes from MCU and it doesn't stop when system play sound and when system play sound, incoming data for this part (play sound) will be ignore them until specified expired.
I use this VI for reading data and mentioned part which is sound part is empty and I don't know what I must done ?
altougth I use another while loop for sound apart because I want save CPU time.
Thanks.
Solved!
Go to Solution.I would recommend making the data type of the notifier a cluster that contains a path and a numeric (double). The path tells the player which file to play. The numeric is the duration.
Now for a slightly complicated, but really neat, way to stop your second loop. Do not use a second notifier. Instead, send the normal notification but use Not A Path for the path in the cluster. Your second loop can do a check for the Not A Path and stop when that is recieved.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines -
Issue with Captivate 8 and SumTotal Learning Maestro LMS -
I get blank screen when launching course published as SCORM 2004 using Captivate 8. All publish settings are the same as used with Captivate 7 and all course properties and settings are the same in the LMS as courses published using Captivate 7. When course launches, instead of the opening screen from the course, a blank frame appears showing the course playbar and the LMS navigation bar. Opening screen does not appear until the play button on the playbar is clicked. Any idea why this is happening? Below is a screenshot of the blank frame.
Adding additional information about this problem. This appears to be related to issues between Chrome and the Captivate 8 course, but I am not certain exactly why. Today I redid the Captivate 8 file, using a working Captivate 7 file. I published the course using Captivate as a SCORM 2004 course. I tested the course in the SCORM Cloud and it opened correctly to the Opening screen of the course.
Next I uploaded the course to Maestro using IE11 as my browser. The course opened properly when I previewed it from course record. NO blank screen.
I then went into Maestro using Chrome 36 as my browser ( which is what I routinely use) and created another course -- uploaded the same file for this course. The blank screen with the playbar appeared when I previewed the course from the course record.
Still in the LMS with Chrome as the browser, I then went to the course that I had uploaded using IE11 as the browser -- got the blank screen again. Does this confirm that the issue is related to Chrome 36 breaking all Captivate HTML5 content?
Maybe you are looking for
-
Adobe Bridge Photo Downloader with Camera Raw 9 on MAC OS 10.9.5
I just updated to Adobe Camera Raw 9.0 on 4/28/2015. MAC OS 10.9.5 with PSCS 6 extended. When I insert my CF memory card to download images, only icons appear. Images were there last week when CR 8.8 was installed. Also note, Convert to DNG is gre
-
Logic Pro 9.1.6 string samples missing
I have purchased Logic Pro 9.1.6 from the App Store and downloaded all the additional content. But there are some samples missing, most of the string instruments in section "10 Orchestral -> Strings" and also in the Symphony Jam Pack the most of the
-
i can use airplay to my airplay enabled reciever for music but it doesnt show me the symbol when watching a movies
-
I am having problems to show dynamic logo's. It seems that XMLP doesn't pick up the value of my fieldname. If i use the the following syntax. It works fine..... url:{contact ('${OA_MEDIA}','/','LOGO_243.gif')} However when i use : url:{contact ('${OA
-
Groups page improvements.
Wouldn't it be great to have a really good explaining groups wiki-page? I know of that page which already is there, but it doesn't really provide enough information. I had a look at the gentoo-wiki groups page, and it provides even less information t