Skip to content

Instantly share code, notes, and snippets.

@craychee
Created July 31, 2013 03:01
Show Gist options
  • Select an option

  • Save craychee/6118972 to your computer and use it in GitHub Desktop.

Select an option

Save craychee/6118972 to your computer and use it in GitHub Desktop.
Visualizing the components of Course Group. (Permissions excluded.)
$group_course = array (
‘textbook’ => array(
‘chapter’ => array(
‘section’ => array(
‘video_viewer’ => array(
‘media_field’ => ‘brightcove_video’,
‘entity_reference’ => ‘video_check_quiz’,
),
),
‘reading_quiz’ => ‘reading_check_quiz’,
‘test_pool_quiz’ => ‘review_quiz’,
),
),
‘users’ => array(
‘independent_study’ => ‘independent_study’,
‘author’ => array(
‘entity_reference’ => ‘author_profile’,
),
‘lab_group’ => array(
‘messages’ => ‘messages’,
‘users’ => array(
‘instructor’ => ‘instructor’.
‘student’ => ‘student’
),
),
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment