23 lines
541 B
PHP
23 lines
541 B
PHP
<?php
|
|
|
|
return [
|
|
'activity_types' => [
|
|
'GL' => 'GL (Guest Lecture)',
|
|
'IC' => 'IC (Industry Connect)',
|
|
'STTP' => 'STTP (Short Term Training Program)',
|
|
],
|
|
|
|
'categories' => [
|
|
'Technical' => 'Technical',
|
|
'Social' => 'Social',
|
|
'Entrepreneurial' => 'Entrepreneurial',
|
|
'Life Skill' => 'Life Skill',
|
|
],
|
|
|
|
'levels' => [
|
|
'College' => 'College',
|
|
'State' => 'State',
|
|
'National' => 'National',
|
|
'International' => 'International',
|
|
],
|
|
]; |