/* This file assigns global values which apply to all courses on the server. */

// Blackboard Version (BB_VERSION)
// This is automatically detected on most systems.  Specify it explicitly
// if you want to override the auto-detection logic.
// Example: var BB_VERSION = "6.0"

/* QUIZLINKPATH is a slash-delimited hierarchy of the names of the links that
   lead from the Bb frameset to the list of assessments.  For example, if the
   user can click on a link called "Assignments" and then a link called "Quizzes"
   to get to the assessment links, then QUIZLINKPATH should be "Assignments/Quizzes".
   Some possible variations are:

     * If the "Assignments" button links directly to the assessments list (i.e. if
       there is no intermediate "Quizzes" folder, use this:
         QUIZLINKPATH = "Assignments"

     * If the course has no assessments at all, use this:
         QUIZLINKPATH = ""
     
     * If the assessments are in some deeper folder, include it in the path, as in:
         QUIZLINKPATH = "Assignments/Quizzes/Graded Quizzes"

     * If the links have non-standard names, use those:
         QUIZLINKPATH = "Tareas/Examenes"

   NOTE: To override the "global" value of QUIZLINKPATH in individual courses,
   assign a QUIZLINKPATH variable in the course's "names.js" file.
*/
var QUIZLINKPATH = "Assignments/Quizzes"
