Learn about the new features and enhancements in Adobe Captivate Prime
Administrators can now set up a library of classroom locations. For each Classroom Location, the administrators can set the metadata that includes Location Name, Seat Limit as well as additional information such as the Location URL. Authors and Administrators can then use these pre-configured classroom locations for setting up instructor-led training events (classroom modules).
For more information, see Classroom in Adobe Captivate Prime.
In this release, Adobe Captivate Prime introduces a new gamification task that encourages users to access the learning platform consistently and engage in the learning activities. To support this task, the Administrator can now setup a new rule that awards points if the learner carries out learning activities for 1, 2, 3, or 4 days in a week, month, or quarter.
For more information, see Gamification.
Microsoft® Teams® is a persistent chat-based collaboration platform that supports document sharing, online meetings, and other features for business communications.
Adobe Captivate Prime uses a virtual classroom connector that can be used to integrate Microsoft Teams meetings into Captivate Prime.
Microsoft Teams connector connects the Captivate Prime and Microsoft Teams systems to enable automatic data synchronization.
For more information, see Install Microsoft Teams connector.
This release of Adobe Captivate Prime introduces significant performance enhancements for the fluidic player table of contents (TOC). Some of the changes include faster rendering of content, displaying course completion information in the TOC after the player is closed, displaying a tick mark in TOC after a module or course is completed, better support for the content types, such as PDF, video, and audio formats, and so on.
We have made several accessibility enhancements to the fluidic player TOC. Few of these changes include support for better color and sharp contrast, as well as more prominent TOC labels.
When an instructor has multiple sessions or submissions, searching for and sorting through these sessions and submissions can become difficult and tedious. With this release, the modules, and sessions available on the instructor page are now searchable using the name of a course, session, or module. Captivate Prime now provides a search field that is available for all the upcoming sessions, past sessions, and review activities including checklists and submissions.
To search for a particular session or module name, follow the steps below:
Note: The search results show not only the courses or modules assigned to the instructor, but all the courses or modules that match the search criteria. Select the course or module to which you are assigned.
To reset the search filter, you can use the Clear link available next to the course or module name.
Previously, although only Administrators were permitted to enable and configure the Social Learning settings for a Learner, the post view was the only default option for viewing the social learning forum.
With this release, the Administrators can now change the default Social Learning view as per the preferences. The default post view can now be changed by utilizing the Social Learning dashboard view setting. The setting enables the Administrator to set the Learners’ default Social Learning view to either post view or board view.
Follow these steps to change the default Social Learning view for Learners
Note: Although the Administrators can alter the Social Learning view, the selected default view preference remains in effect only until a Learner changes it. A Learner can change the view type overriding the default view setting (that is configured by the Administrator) by using the Social Learning page. However, the Social Learning view reverts to the default view type configured by the Administrator when you perform page-refresh or navigate away.
For every Learner, by default, the Learning objects appear using the grid view. Previously, in the absence of a configurable setting, the Administrators could not change the default viewing preference for the learners to list view.
With this release, an Administrator can now set the Learners’ default view type (for My Learning and Catalog pages) to list view. The objects such as available courses, learning paths, and certifications can now appear in a list view layout by default. The Administrator can now use the newly added setting to set the default view type for the Learners to either grid or list view.
Follow these steps to change the default view for Learners:
After selecting List view, when a learner signs into the Learner app, by default, My Learning and Catalog pages appear using list view.
Note: Although Administrators can alter the Learners’ view, the selected default view preference remains in effect only until a Learner changes it. A Learner can override the default view preference for the My Learning and Catalog pages (that is configured by the Administrator) by switching between the Grid and List views.
Social Learning now supports the mobile immersive web experiences.
{ "data”: { "type":"job", "attributes”: { "description":"description of your choice", "jobType":"generateUserBadge", "payload”: { "trainingId":"course: XXXX" } } } }
There is pagination when downloading badges by training id. The maximum limit per page is 1000.
{ "data”: { "type":"job", "attributes”: { "description":"description of your choice", "jobType":"generateUserBadge", "payload”: { "userId":"1234" } } } }
There is no pagination when downloading badges via userid.
This release features a change in the resource model. The relationships object has a new field named “room.” This change is only applicable to a classroom module.
The API includes the capability for awarding points for the external events.
POST /users/externalGamificationPoint
Request Body:
{ "userId": userId in the account "eventTime": Time in "2020-01-01T18:30:00.000Z" format "points": points earned; it should be < 100000 "source": Source where these points are achieved (String limited to 128 chars) }
If you want to mark a board as favorite, provide the board id.
POST /boards/{id}/favorite
If you want to report a board, provide the board id.
POST /boards/{id}/reportAbuse
If you want to remove a board from favorites, provide the board id.
DELETE /boards/{id}/favorite
The field isFavorite is added in the model.
GET /users/{id}/calendar
The following fields are added to the payload:
Note: The enrolled and enrolledToCourseInstance fields are added to determine if a learner is enrolled to the course and if the learner is enrolled to the course instance in a calendar model.
filter. allSession is added in the query parameter to get all the sessions related to all instances and all sessions in a course.
The following fields are added in the relationship:
Here are the changes in this release:
In the previous releases of Captivate Prime, the Calendar widget consisted of the name and state of a course. Starting this release, the Calendar widget displays the session name, course name, course type, and the session time.
The calendar widget now displays the session name first (with higher prominence) followed by the course name and other details.
Earlier the widget showed only one session from the entire course. The widget is now enhanced to show all the sessions from all the instances available in the course. This provides complete information for all sessions available in the course that enables the learner to enroll in any instance that they want.
When the calendar widget loads the next month, a loader icon now appears when the data is being fetched.
In this update, we added support for the following content languages:
On the Content Marketplace page, the Express Interest button will now be disabled to prevent learners from expressing interest for a playlist/entire catalog for which they have already expressed interest.
In this release of Captivate Prime, we’ve added support for Hungarian and Finnish languages in email templates.
GET /users/{id}/calendar
The following fields are added to the payload:
Note: The enrolled and enrolledToCourseInstance fields are added to determine if a learner is enrolled in the course and if the learner is enrolled in the course instance in a calendar model.
filter.allSession is added in the query parameter to get all the sessions related to all instances and all sessions in a course.
The following fields are added in relationship:
The resources model corresponding to classroom module appears in the relationship.
In this release, the ‘learningObject’ in relationship of learningObjectSkill model has been deprecated. We have added a new key, "learningObjectId" in the attribute section of learningObjectSkill model to fetch the same information. The value corresponding to this key will be the id of learningObject. This change will affect the following LO types:
The deprecated data will be completely removed from the response as a part of our next release. This will take place after 3 months (anytime after 30th April 2022). Make the required changes to your implementation to fetch the data according to the the new design.
Here is a sample LO skill model:
Model: { "id": "course:5627858_51096" "type": "learningObjectSkill", "attributes": { "credits": 19.7 "learningObjectId": "course:5627858" << new attribute added. }, "relationships": { "learningObject": { "data": { "id": "course:5627858", "type": "learningObject" } }, "skillLevel": { "data": { "id": "51096_1", "type": "skillLevel" } } } }
We plan to change the ID format of learningObjectResourceGrade. The id format for the learningObjectResourceGrade model currently follows the following format:
Once changed, the format will be:
Thus, only one uuid will be used to construct the learningObjectResourceGrade’s id.
In general, Captivate Prime recommends to not interpret the ID of any model.
Note: This change will come into effect as a part of our next release (any time after 30 April 2022). In case you are using this format in any way, make the required changes.
For information regarding current and previous releases of Captivate Prime web app and device app, see the Release notes.
To see the bugs that are fixed in this update, refer to the Bugs fixed list.
If you have a question to ask or an idea to share, come and participate in the Adobe Captivate Prime Community. We would love to hear from you and address your queries.
Sign in to your account