Skip to end of banner
Go to start of banner

Vimeo Source Attribute

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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” Attribute

  • During the review process, reviewers watch the video through the Vimeo Display Attribute (DRAFT)

Usage and Appearance

Configuration

image-20240529-200201.png

The only piece of configuration data is a pointer to the /wiki/spaces/DOCS/pages/558760127 where a video thumbnail should be stored.

Input mode

Displays a textbox for entering the Vimeo URL.

image-20240529-201934.png

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 Video Id. Only works for public videos.

URL ending in /{numeric}

The numeric value is treated as the Video Id. Only works for public videos.

{numeric}:{alpha}

The numeric value is treated as the Video Id, and the alpha value is treated as the hash.

URL ending in /{numeric}/{alpha}

The numeric value is treated as the Video Id, and the alpha value is treated as the hash.

URL ending in /{numeric}/{alpha}/{alpha2}

The numeric value is treated as the Video Id, and the alpha value is treated as the hash.

{alpha2} is ignored; it usually matches “/privacy” in a copy/pasted link from Vimeo.

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.

  • No labels