123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php //$id: $
- /**
- * The only usage of this script is to have a portable way of keeping the list of content makers
- * @package dokeos.learnpath
- * @author Yannick Warnier <yannick.warnier@dokeos.com>
- */
- /**
- * Script
- */
- $content_origins = array(
- 1 => "--".get_lang('Other')."--",
- 2 => 'Accent',
- 3 => 'Accenture',
- 4 => 'Articulate',
- 5 => 'ATutor',
- 6 => 'Blackboard',
- 7 => 'Claroline',
- 8 => 'Commest',
- 9 => 'Coursebuilder',
- 10 => 'Docent',
- 11 => 'Dokeos',
- 12 => 'Easyquiz',
- 13 => 'e-doceo',
- 14 => 'ENI Editions',
- 15 => 'Explio',
- 16 => 'Flash',
- 17 => 'HTML',
- 18 => 'HotPotatoes',
- 19 => 'Hyperoffice',
- 20 => 'Ingenatic',
- 21 => 'Lectora',
- 22 => 'Microsoft',
- 23 => 'Onlineformapro',
- 24 => 'Opikanoba',
- 25 => 'Plantyn',
- 26 => 'Saba',
- 27 => 'Skillsoft',
- 28 => 'Thomson-NETg',
- 29 => 'U&I Learning',
- 30 => 'WebCT',
- );
- ?>
|