@extends('layouts.admin', ['title' => 'Activities — Learning Innovation Lab', 'currentPage' => 'activities', 'breadcrumbs' => [ ['title' => 'Activities', 'url' => null] ]]) @push('head') @endpush @section('content')
Create and manage learning activities for your courses
{{ $type->instances_count }} instances
@if(str_contains(strtolower($type->name), 'survey')) Collect feedback and insights from students with customizable survey questions. @elseif(str_contains(strtolower($type->name), 'reading')) Organize and share course readings with integrated Canvas navigation. @elseif(str_contains(strtolower($type->name), 'poll')) Engage students with real-time polls and interactive questions. @elseif(str_contains(strtolower($type->name), 'board')) Collaborative boards for sharing ideas, resources, and discussions. @elseif(str_contains(strtolower($type->name), 'forum')) Create interactive discussion forums with categories, voting, and moderation. @else Interactive learning activity for enhanced student engagement. @endif
{{ $activity->course?->cohort?->program?->name ?? 'Unknown Program' }} → {{ $activity->course?->cohort?->name ?? 'Unknown Cohort' }} → {{ $activity->course?->name ?? 'Unknown Course' }}
{{ $activity->activityType?->name ?? 'Unknown Type' }}
{{ $activity->created_at->diffForHumans() }}
Choose a course to create the activity in:
Loading courses...