Class ClipitActivity
Contains all elements required to carry out the JuxtaLearn learning method in which Student work in Groups around a selected Tricky Topic.
It contains a list of enrolled/called Students, Groups (that actually participate in the activity), Tasks (set by the teacher/s), support Resources and student Publications.
An Activity can have different statuses: "enroll" state, "active" state and "closed" state, marked by start and end dates which define the current status.
- UBItem
- ClipitActivity
Package: ClipIt\clipit\api
License: Affero General Public License v3
Author: Pablo LlinĂ¡s Arnaiz <pebs74@gmail.com>, URJC JuxtaLearn Team
Located at ClipitActivity.php
License: Affero General Public License v3
Author: Pablo LlinĂ¡s Arnaiz <pebs74@gmail.com>, URJC JuxtaLearn Team
Located at ClipitActivity.php
protected
|
|
protected
|
|
protected
boolean|integer
|
|
public static
|
|
public static
|
|
protected
string
|
|
public
string
|
|
public static
static[]
|
#
get_from_user( integer $user_id, boolean $joined_only = false )
Returns the Activities where a User has been called in, or has joined. |
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
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
#
get_published_storyboards( integer $id )
Gets all published Storyboards from the Tasks contained inside an Activity |
public static
|
#
get_published_videos( integer $id )
Gets all published Videos from the Tasks contained inside an Activity |
string |
REL_ACTIVITY_TRICKYTOPIC
|
"ClipitActivity-ClipitTrickyTopic" |
|
string |
REL_ACTIVITY_TEACHER
|
"ClipitActivity-teacher" |
|
string |
REL_ACTIVITY_STUDENT
|
"ClipitActivity-student" |
|
string |
REL_ACTIVITY_GROUP
|
"ClipitActivity-ClipitGroup" |
|
string |
REL_ACTIVITY_TASK
|
"ClipitActivity-ClipitTask" |
|
string |
REL_ACTIVITY_STORYBOARD
|
"ClipitActivity-ClipitStoryboard" |
|
string |
REL_ACTIVITY_VIDEO
|
"ClipitActivity-ClipitVideo" |
|
string |
REL_ACTIVITY_FILE
|
"ClipitActivity-ClipitFile" |
|
string |
STATUS_ENROLL
|
"enroll" |
|
string |
STATUS_ACTIVE
|
"active" |
|
string |
STATUS_CLOSED
|
"closed" |
|
string |
GROUP_MODE_TEACHER
|
"teacher" |
|
string |
GROUP_MODE_SYSTEM
|
"system" |
|
string |
GROUP_MODE_STUDENT
|
"student" |
REL_PARENT_CLONE,
SUBTYPE,
TYPE
|
public
string
|
$color | "" |
|
public
string
|
$status | "" |
|
public
integer
|
$tricky_topic | 0 |
|
public
integer
|
$start | 0 |
|
public
integer
|
$end | 0 |
|
public
string
|
$group_mode | "" |
|
public
integer
|
$max_group_size | 0 |
|
public
array
|
$teacher_array | array() |
|
public
array
|
$student_array | array() |
|
public
array
|
$group_array | array() |
|
public
array
|
$task_array | array() |
|
public
array
|
$storyboard_array | array() |
|
public
array
|
$video_array | array() |
|
public
array
|
$file_array | array() |
$clone_array,
$cloned_from,
$description,
$id,
$name,
$owner_id,
$time_created,
$url
|