Vimeo Source Attribute
Collects a reference to a specific Vimeo video.
Overview
LearningBuilder is capable of displaying Vimeo videos. The “Vimeo Source” Attribute is used to collect the specific video ID to display.
The canonical use case is:
Applicant records a video of themselves performing some task
Applicant uploads the video to Vimeo in order to share it with the credentialing program
On their LearningBuilder application, the Applicant enters their video’s
Video Id
into a “Vimeo Source” AttributeDuring the review process, reviewers watch the video through the Vimeo Display Attribute
Usage and Appearance
Configuration
The only piece of configuration data is a pointer to the Image Attribute where a video thumbnail should be stored.
Input mode
Displays a textbox for entering the Vimeo URL.
In prior LearningBuilder versions this would collect the VideoId
only.
As of 11.0.34, this supports Vimeo’s new security model that requires both the ID and a hash value to access an unlisted video:
https://vimeo.com/videos/{videoId}/{hash}/privacy
As a result, this textbox now supports a few different patterns:
Pattern | Meaning |
---|---|
Numeric value | Value is treated as |
URL ending in | The numeric value is treated as the |
| The numeric value is treated as the |
URL ending in | The numeric value is treated as the |
URL ending in | The numeric value is treated as the
|
Display mode
In display mode, this attribute displays the raw value that was entered in input mode.
Data Storage
This attribute stores the raw value that was entered in input mode.