Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Collects a reference to a specific Vimeo video.

Table of Contents
stylenone

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

Usage and Appearance

Configuration

...

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.

...

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.