Class ClipitTask
An atomic set of work which composes activities.
- UBItem
- ClipitTask
Package: ClipIt\clipit\api
License: Affero General Public License v3
Author: Pablo LlinĂ¡s Arnaiz <pebs74@gmail.com>, URJC JuxtaLearn Team
Located at ClipitTask.php
License: Affero General Public License v3
Author: Pablo LlinĂ¡s Arnaiz <pebs74@gmail.com>, URJC JuxtaLearn Team
Located at ClipitTask.php
protected
|
|
protected
|
|
protected
boolean|integer
|
|
public static
integer
|
|
public static
boolean
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
integer
|
|
public static
string
|
|
public static
|
string |
TYPE_QUIZ_TAKE
|
"quiz_take" |
|
string |
TYPE_RESOURCE_DOWNLOAD
|
"resource_download" |
|
string |
TYPE_STORYBOARD_UPLOAD
|
"storyboard_upload" |
|
string |
TYPE_STORYBOARD_FEEDBACK
|
"storyboard_feedback" |
|
string |
TYPE_VIDEO_UPLOAD
|
"video_upload" |
|
string |
TYPE_VIDEO_FEEDBACK
|
"video_feedback" |
|
string |
TYPE_OTHER
|
"other" |
|
string |
REL_TASK_STORYBOARD
|
"ClipitTask-ClipitStoryboard" |
|
string |
REL_TASK_VIDEO
|
"ClipitTask-ClipitVideo" |
|
string |
REL_TASK_FILE
|
"ClipitTask-ClipitFile" |
|
string |
REL_TASK_QUIZ
|
"ClipitTask-ClipitQuiz" |
|
string |
REL_TASK_PERFORMANCE
|
"ClipitTask-ClipitPerformanceItem" |
|
string |
STATUS_LOCKED
|
"locked" |
|
string |
STATUS_ACTIVE
|
"active" |
|
string |
STATUS_FINISHED
|
"finished" |
REL_PARENT_CLONE,
SUBTYPE,
TYPE
|
public
string
|
$task_type | "" |
|
public
integer
|
$start | 0 |
|
public
integer
|
$end | 0 |
|
public
string
|
$status | "" |
|
public
integer
|
$parent_task | 0 |
|
public
integer
|
$task_count | 0 |
|
public
integer
|
$activity | 0 |
|
public
integer
|
$quiz | 0 |
|
public
array
|
$storyboard_array | array() |
|
public
array
|
$video_array | array() |
|
public
array
|
$file_array | array() |
|
public
array
|
$performance_item_array | array() |
$clone_array,
$cloned_from,
$description,
$id,
$name,
$owner_id,
$time_created,
$url
|