Suggestion Card
Activity recommendation card with type badge, metadata, and add button. Used for AI suggestions and recommendation panels.
All Types
Crazy 8s
Great for generating ideas quickly in a structured timeframe
Two Truths and a Lie
Coffee Break
Custom Activity
Tailored to your workshop goals
<?= ws_suggestion_card([
'id' => 1,
'name' => 'Crazy 8s',
'type' => 'exercise',
'duration' => 30,
'category' => 'Ideation',
'reason' => 'Great for generating ideas quickly',
]) ?>API
| Param | Type | Default | Description |
|---|---|---|---|
id | int|string | — | Item ID |
name | string | "" | Activity name |
type | string | exercise | exercise|icebreaker|break|custom |
duration | int | 0 | Duration in minutes |
category | string | null | Category name |
reason | string | null | Reason for suggestion |
icon | string | auto | Override icon name |