Scenario 2

The project requirements stipulate that the content be developed in multiple languages: French, English and Spanish. The learner will be given the ablility to choose which lanugage to view the content.

Complete the code, using Learner Preference, to set the preferred language of the learner.

function reportPreferredLanguage(languageChosen)
{
   SetValue("cmi.learner_preference.","");
}

Click after you complete the code.