Annotation of loncom/html/adm/help/tex/Domain_Configuration_Course_Defaults.tex, revision 1.4

1.1       raeburn     1: \label{Domain_Configuration_Course_Defaults}
1.2       raeburn     2: Starting with LON-CAPA 2.10, a Domain Coordinator can configure default 
                      3: settings for courses in the domain. Defaults are of two types:
1.1       raeburn     4: \begin{itemize}
1.4     ! raeburn     5: \item defaults that can be overridden in an individual course by a Course
        !             6: Coordinator using Settings -$>$ Course Settings -$>$ Display 
        !             7: (``Display of resources'' checked).
        !             8: 
        !             9: Currently, there are two domain defaults of this type:
        !            10: 
        !            11: \begin{itemize}
        !            12: \item Student formula entry uses inline preview, not DragMath pop-up
        !            13: 
        !            14: For problems that require a formula input via a textbox, the default is to
        !            15: show the math expression in a previewer below the textbox, as the student types.
        !            16: The alternative is to use the older (Java-based) DragMath pop-up which allows 
        !            17: the student to compose the expression in a WYSIWYG-style editor in a pop-up window
        !            18: and then save it to the textbox in the main window using a ``Save and Close'' button.
        !            19: 
        !            20: \item Molecule editor uses JSME (HTML5) in place of JME (Java)
        !            21: 
        !            22: For problems that require the student to ``draw'' an organic structure using a
        !            23: molecule editor, the default is to use the HTML5 version (JSME).  The alternative
        !            24: is to use the older (Java-based) JME editor.
        !            25: 
        !            26: \end{itemize}
        !            27: 
1.1       raeburn    28: \item defaults that can be overridden in an individual course by a Domain
                     29: Coordinator, via the ``View or modify a course or community'' interface.
                     30: 
1.4     ! raeburn    31: Currently, there are four domain defaults of this type: 
1.2       raeburn    32: 
                     33: \begin{itemize}
                     34: \item responder count - number of responses needed before submissions made to 
                     35: anonymous surveys (with no identifying information) are viewable by Course personnel.
                     36: \item default course quotas - domain default for quotas (MB) for official, unofficial,
                     37: community, and textbook course types for content uploaded directly to the course.
                     38: \item default course credits - whether credits may be specified for courses (Yes/No),
1.3       raeburn    39:  if yes: default values for number of credits for official, unofficial and textbook courses.
1.4     ! raeburn    40: \item submit button behavior post-submission
        !            41: 
        !            42: The default is for the ``Submit Answer'' button in the current page to be disabled for 60s following
        !            43: answer submission.  After processing a student's answer a new page is displayed. The setting 
        !            44: to disable a  button, (with or without a timeout), applies to the button in the old page in
        !            45: the time period before the new page is loaded by the browser.
        !            46: \end{itemize}
        !            47: 
1.3       raeburn    48: \end{itemize}
1.4     ! raeburn    49: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>