
/**
 * This file contains global settings for the light-player.
 * Some variables contain parameters encapsulated in "$" signs.
 * During the export procedure they are replaced by specific values.
 *
 * There is a user interface for editing the values for test purposes.
 * In production use, values should be only assigned in this text file.
 *
 */

/* Defines the background-image for the left frame */
//var leftBackgroundImage = 'campus_context.gif';
var leftBackgroundImage = 'campus_context_sgul.gif';



/* Indicates, if comments should be displayed in the patient record */
var showcomments = true;

/* [PENDING] */
var collectdata = true;

/* [PENDING] */
var shownecessary = false;

/* Indicates, if full feedback should be presented. In full feedback mode,
   examination selection is like a MC question, so also the results to findings,
   that are not selected are presented.
*/
var completeFeedback = false;

/* Presentation Language ("DE", "EN", ..) */
var lang = "en";


/* Indicates, if all pages in the timeline are activated at once from the beginning of
   the case presentation.
*/
var fullnavigation = false;

/*
Indicates, if the items on a page should be shuffled in
different presentations of the same case.
If this option is true, then the items on the same page are
presented to different students in different order.
*/
var shuffleitems = false;

/* Indicates, if questions are displayed in the navigation bar */
var showquestions = true;

/* Indicates, if a tutor messages is displayed, when the user clicks next,
before selecting at least one option in the pick-list */
var showtutorhelp = false;

/* Indicates if the option for selectio all items in the pick-list is displayed */
var showselectall = true;

/*
 * Cardplayer, is logging enable?  
 */
var enable_Logging = false;

/*
 * Cardplayer, is bouncing enable?  
 */
var enable_Bouncing = true;

/**
 * is the notes button enabled?
 */
var enable_Notes = false;

/**
 * URL to the CAMPUS Server for login, logging,...
 */
var serverURL = "null";
/*
 * The following variable is used to set the base-directory where
 * all the player-files are stored to a non-default value.
 * The preview function in the authoring system makes use of this option
 * Exported light-player cases typically don't use this option,
 * and therefore don't define this variable.
 */
var basedir=null;

/*
 * The following variable is used to set the base-directory where
 * all the cases are stored to a non-default value.
 * This "case-directory" contains a subdirectory for each case,
 * that is available in the player, using the case-ids as directory names.
 * The preview function in the authoring system makes use of this option
 * Exported light-player cases typically don't use this option,
 * and therefore don't define this variable.
 */
var casedir=null;

/*
 * Alternative value for the directory where the case-list-file
 * 'content.html' is stored.
 * If set to null, the value of basedir is used as default.
 */
var caselistdir = null;

/*
 * Alternative name for the case-file, that is loaded.
 */
var casefile = null;

/*
 * Only for the OSCE examination 2004
 */
var onlyQuestions = false;

var noFeedback = false;

var examination = false;

var logging = false;

var show_help = false;

/**
* Show a survey link after case completion.
*/
var show_surveyLink = false;

/**
* Sets the URL to the survey interface.
* e.g. "http://campus.hyg.uni-heidelberg.de/umfrage/index.html"
*/
var surveyURL = "http://campus.hyg.uni-heidelberg.de/umfrage/index.html";

/**
 * is the help button enabled?
 */
var enable_Help = false;
/**
* Show the CaseSelection on the left side
*/
var show_caseSelection = true;
/**
* Show the Settings on the left side
*/
var show_Settings = false;

/**
* Show the Information on the left side
*/
var show_Information = true;

/**
 * is SCORM enabled?
*/
var enable_SCORM = false;

/**
* HelpLink for the Welcomepage 
*/
var helplink_welcome = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php?title=Main_Page&printable=yes";

/**
* HelpLink for the Introduction (Valid Resources: 0)
*/
var helplink_introduction = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Medical History (Valid Resources: 1)
*/
var helplink_anamnese = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Physical Examination (Valid Resources: 2)
*/
var helplink_physExamination = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Suspected Diagnosis (Valid Resources: 3)
*/
var helplink_suspectedDiagnosis = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Question (Valid Resources: 4)
*/
var helplink_question = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Summary1 (Valid Resources: 5)
*/
var helplink_summary1 = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Technical Examination (Valid Resources: 6)
*/
var helplink_technicalExamination = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Laboratory (Valid Resources: 7)
*/
var helplink_laboratory = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Working Diagnosis (Valid Resources: 8)
*/
var helplink_workingDiagnosis = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Technical Examination (Valid Resources: 9)
*/
var helplink_therapy = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the dts information (Valid Resources: 11)
*/
var helplink_dts = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Clinical Progression (Valid Resources: 12)
*/
var helplink_clinicalProgression = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Prognosis (Valid Resources: 13)
*/
var helplink_prognosis = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";

/**
* HelpLink for the Summary (Valid Resources: 14)
*/
var helplink_summary = "http://duplo.mi.hs-heilbronn.de/campusdoc/index.php/Category:CardPlayer";



