content_makers.inc.php 907 B

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