It’s that time of the year again when we gather around with our family and friends, or take a vacation to celebrate these most awaited festivals. Talking of festivals, we’re curious to know if you’ve ever created an interactive project on any festival, or would fancy creating one. Please feel free to share those with us. The best projects will get showcased on the Free Projects page, newsletters, and Adobe social media pages. In the past we have seen some […]
– What motivated you to enter the field of eLearning? – Are there any influencers who helped you learn faster along the way? – Share 2-3 challenges that helped you grow in this field.
Hi all, I was wondering, what are your main go to places where you get some inspiration on how to visually design your content? These are some places I go to: Humaaans Freepik Unsplash Storyset Canva Please help me add on to this list
Additional discussion questions: – What are your main requirements from a virtual conferencing tool in your line of work? – Highlight some issues that you face during virtual conferencing and suggest some UI/UX solutions to overcome those problems. Have you registered for AEW 2021 yet?
– Which Learning Management Systems have you work with and how would you compare them? Have you registered for AEW 2021 yet?
This question is not limited to just Adobe Captivate. You can share your experience in working with other tools as well. Have you registered for AEW 2021 yet?
– Do you devise your own strategies that have shown favorable results in the past? – Do you follow pedagogical theories and adapt them to your eLearning? – Anything out of the box? Have you registered for AEW 2021 yet?
Share your thoughts Have you registered for AEW 2021 yet?
Entry #4 in the Captivate Game and Puzzle Series – Code Cracker!
The Heat is On. Welcome Summers! And welcome back, the Adobe eLearning Showcase Challenge – SUMMER 2021, your chance to flaunt off your eLearning skills! Submit your projects to us and stand a chance to win and get recognized. Top 5 winners shall receive a $500 Amazon gift card from Adobe* Here’s how to enter the contest :- – All individual participants need to create projects using the Adobe Captivate software with a minimum of 3 project slides (see examples […]
Introduction to a new series about Games and Puzzles.
An introduction to a new series of postings : The JavaScript Idea Series
Adobe eLearning World (AEW) 2021 brings with it an opportunity for you to deep-dive into eLearning. As one of the biggest virtual eLearning conferences, it will help you gain key insights into the ever-changing world of eLearning. By participating, you will not only discover diverse points of view, but also get an exclusive sneak-peek into the latest innovations from Adobe’s labs. UPDATE: We’ve just moved Adobe eLearning World 2021 to September to ensure that all our colleagues may gather online […]
Register now Date: May 25, 2021 at 8 AM PT When it comes to authoring tools, Adobe Captivate is among the most recommended by users. The authoring tool has quickly managed to capture the minds of all eLearning professionals, whether their expertise level stands at beginner, intermediate, or advanced. But to truly maximize its functionality, you need an inside scoop on the best ways to create courses with it. Presenting the Creators’ Workshop Series! Prepare to take your knowledge of […]
Let us take a deep breath first! If we have overused our superlatives in describing any previous contests on this forum, we will like to take it back, and place it here, as what we have witness in these last few weeks on elearning.adobe.com/projects page was nothing short of a phenomenon. This has also left our judges in a tizzy in scoring easily, due to the sheer professional quality of projects that all have created through the Adobe Captivate authoring […]
Big Sur (macOS 11) update for Adobe Captivate (2019 release) is here!
Greetings all. I am always looking for resources and things to learn from. I have read some articles recommending books and unfortunately some that seem really interesting I haven’t been able to find, but I will continue to look. Thought I would pose the question here. What are some good resources that you recommend? They don’t have to specifically be direct to eLearning or Instructional Design, but they obviously can. But if there is something that relates and you feel […]
Hi, Can someone recommend JavaScript, HTML and CSS books for beginners that would be a best fit for Adobe Captivate? I keep researching but do not find anything in particular. However, if anyone can recommend any books that were of great help to you and Captivate, let me know! Currently, I have a few in my Amazon cart but just not sure which would be good. Plan on also heading to a Barnes and Nobles this weekend and see what’s […]
The Most Exciting eLearning Design Challenge of 2021 is here!** eLearning Industry and Adobe have joined hands to honor the best in the field of eLearning authoring and design, and you can be one of them! Submit your projects and earn a ticket to the spotlight in the world of eLearning. The best talents across the globe will be picked by a panel of distinguished eLearning experts. The top 3 winners will be rewarded jointly by eLearning Industry and Adobe […]
Intro This article is written as an answer to a question on the forums: Drag&Drop with Advanced Action For quiz slides it is possible to show different Failure messages based on the attempt number. That functionality is not available for Drag&Drop slides. As you can read in the thread, another user posted a solution using the Object actions which are executed after each drag action. I posted some comments about the limitations of that solution. In this article the described solution is […]
Trigger actions from your Adobe Captivate timeline using bookmarks
The significance of User Interface (UI) and User Experience (UX) is frequently disregarded in software development. Because they directly affect user pleasure, functionality, and overall user engagement, a software product’s user interface and user experience design are critical to its success. Global UI and UX Design Software market size was assessed at USD 1160.95 million in 2022 and is predicted to rise at a CAGR of 23.37% during the forecast period, reaching USD 4093.63 million by 2028. This post aims […]
Multi-enrollment support for Learners: Adobe Learning Manager has introduced multi-enrollment for learners that allows you to enroll in more than one instance of a course at one or different time periods. Irrespective of the states – enrolled, completed, and not enrolled- can take the course in other instances. Learners can also consume the content of the course from multiple instances at the same time. Each instance has its own progress. Follow the below steps to enable the Multiple Enrollments: Author […]
What happened to Adobe Captivate Classic??? Was just forced to update to this and now all my customizations are gone and it looks like the ability to redo them is gone. Where is the index.html file? Why can’t I change the Workspace? Adobe is discontinuing this anyways, so why couldn’t you have just left it alone? UGGGG!!!
I sometimes re-use certain generic slides in different projects, but by doing that Captivate will name objects based on where they were in the old project. So I’ll create a caption that’s labeled 100 instead of 10, for example. Is there a way to reset that count other than renaming each one manually?
A team member of mine had been working on a project for a while, but now when she tries to open it, she just gets this spinning animation, and it never opens. Does anyone know a solution to this?
How do I monitor the communication, or data exchange, between a course and the LMS to determine if it records a user’s progress, completions, and scoring? What tools are available to identify when the data exchange via the API fails to occur? Forty employees use a thin client on a Citrix server in a training room to access the LMS in an incognito Chrome browser. Once in the LMS, the users click on a launch button, which opens the course […]
User creation workflow using APIs. Steps to be followed: Log in as an Integration Admin >> Developer Resources >> API Reference. Navigate to the user : Set of User APIs. Select POST /users Pass the Parameter (response body) as shown below. Example Value: { “data”: { “type”: “user”, “attributes”: { “email”: “TestAPI@gmail.com”, “fields”: { “Company”: “Test”, “Department”: “Management”, “Country”: “India” }, “name”: “API Test user”, “profile”: “Lead”, “roles”: [ “Learner”, “Admin” ], “state”: “ACTIVE”, “userType”: “INTERNAL”, “userUniqueId”: “56789” }, “relationships”: […]
Hello, I am using the new version of Captivate. I trying to set up an two person interaction. The Click/Tap does not work as well as the fad forward. Any thoughts what’s going wrong?
Hi, I used to able to select discrete audio during the export on the 22.0 version but i can’t find the check box during export on the 23.0 version, can anyone advise? Thanks.
I’ve been attempting to import a 7MB PowerPoint presentation into Captivate 2019 but keep getting a “permission” issue. Any Suggestions? BTW, I have never had any success do so in the past, but have never gotten a permission issue previously. Thanks in advance . . .
Hi all! How do we make boring content interesting? Please share your tips and tricks for creating engaging eLearning experiences through narratives.
