With p2g_launch_type we offer various use case scenarios. Each scenario combines multiple custom parameter in one variable.


Example


       p2g_launch_type=assignment


Syntax


p2g_launch_type=function


Allowed values


  • default
  • assignment
  • assessment
  • upload
  • maintenance



Function

Setting

Description

assignment

p2g_upload=learner:once

p2g_edit=learner:none

p2g_download=owner|uploader|instructor:always

p2g_tagging=learner|instructor,lti_context_id

p2g_delete=none

p2g_link_target=window

p2g_textlink_target=window

p2g_type=ondemand

p2g_search_restrictions=none

p2g_search_filter=none

p2g_rte_size:740x480

A student can only upload 1 video which will always be played with embedded player.

Only when the transcoding failed, upload button will be shown. After new upload, only the new last uploaded video will be selected and in embedded player.

assessment

p2g_upload=learner:always

p2g_edit=learner:always

p2g_download=owner|uploader|instructor:always

p2g_tagging=learner|instructor,lti_context_id

p2g_delete=none

p2g_link_target=window

p2g_textlink_target=window

p2g_type=ondemand

p2g_search_restrictions=none

p2g_search_filter=none

p2g_rte_size:740x480

To allow students to upload multiple files, this would create a custom list with all uploaded items.

upload

p2g_upload=instructor:always

p2g_edit=instructor:none

p2g_download=owner|uploader:always,instructor:none

p2g_tagging=learner|instructor,lti_context_id

p2g_delete=none

p2g_link_target=window

p2g_textlink_target=window

p2g_type=ondemand

p2g_search_restrictions=none

p2g_search_filter=none

p2g_rte_size:740x480

 

 

 

 

e.g. to make a course navigation button that will only allow to upload. After upload page returns into a custom list with the latest 20? uploads. So they can monitor the transcoding status. And upload new items (to be selected later in other pages).

Select and edit are hidden, so you never see the search interface.

 


maintenance

p2g_upload=administrator:none

p2g_edit=administrator:always

p2g_download=owner|uploader|administrator:always,

p2g_tagging=learner|instructor,lti_context_id

p2g_delete=administrator:always

p2g_link_target=window

p2g_textlink_target=window

p2g_type=ondemand

p2g_search_restrictions=none

p2g_search_filter=none

p2g_rte_size:740x480

e.g. to make a course navigation button for LMS administrators to find and delete videos.



Default

Not set