﻿/* * Copyright © 1995-2005 by 4system Polska Sp. z o.o. * All Rights Reserved. */config = new Object();// mainconfig.exportID = 6;config.meVars = {"myVar":"myValue"};config.sysVars = {"contentMode":"0","yellowCards":"true"};// additionalconfig.resetData = false;config.resetExercisePages = 0;config.rememberAnswers = false;config.disableRightClick = true;// preloaderconfig.usePagePreloader = true;config.useMicroPreloader = 0;config.usePlayerPreloader = true;// lmsconfig.lockIfNotLMS = false;config.sendScoreToServer = true;config.sendLessonLocationToServer = true;config.sendDataFromHiddenPages = false;config.sendPassedFailedToServer = false;config.dontSendStatusOnPassedCourse = false;config.allowDynamicContent = false;// extras pagesconfig.useExtrasLexiconAsDefault = false;config.extrasLexiconFile = "";config.useExtrasDictionaryAsDefault = false;config.extrasDictionaryFile = "";config.useExtrasGrammarAsDefault = false;config.extrasGrammarFile = "";// load components debugconfig.showComponentWithMissingResources = true;