Sakai Properties for Mneme
There are a few options that can be set in sakai.properties to change
how Mneme behaves.
Paging in the UI
There are four places in the Mneme user interface where a
paging component is presented to the end-user to control the amount of
information displayed in the view.
The page size can be set in each of these places. There can be a single
page size, or a set of options for page size that the end-user can select.
A page size option of 0 means "all", and will show all the items on a
single page.
These four paging components can be set as follows:
1. To control the pager in "Grade Questions", controlling how many
question answers are on the page, use this:
pageSize@org.muse.mneme.tool.GradeQuestionView=10
The default for "Grade Questions" is a single option of 10.
2. To control the pager in "Grade Submissions", controlling how many
submissions are listed on the page, use this:
pageSize@org.muse.mneme.tool.GradeAssessmentView=30,100,0
The default for "Grade Submissions" is a set of options for 30, 100,
and "all".
3. To control the pager in the pool edit view, controlling how many
questions in the pool are listed on the page, use this:
pageSize@org.muse.mneme.tool.PoolEditView=10,0
The default for "Grade Questions" is a single option of 30.
4. To control the pager in the "Select Questions" view when publishing an
assessment, controlling how many questions to select are listed on the
page, use this:
pageSize@org.muse.mneme.tool.SelectAddPartQuestionsView=10,0
The default for "Select Questions" is a single option of 30.
Background Processing
There are two background processes run by Mneme. See the
Sakai Admin section for details. Their timing can be controlled in sakai.properties.
1. To control the auto-completion thread's timing use this:
timeoutCheckSeconds@org.muse.mneme.api.SubmissionService=300
The default is 300 seconds (5 minutes). Set to 0 to disable.
2. To control the expired mint cleanup thread's timing, use this:
timeoutCheckSeconds@org.muse.mneme.api.MnemeService=43200
The default is 43200 seconds (12 hours). Set to 0 to disable.
Templates and Roles for the Mneme Admin Tool
The admin tool uses a list of standard site authGroup templates and
role names for some of its features. These can be set in sakai.properties.
1. To set the list of site authzGroup templates used in your installation,
use this:
templates@org.muse.mneme.tool.InstallTemplatesView=!site.template,!site.template.course,!site.template.project
The default is "!site.template,!site.template.course,!site.template.project".
Separate the templates in the list with a
comma.
2. To set the list of "access" roles you use, use this:
accessRoles@org.muse.mneme.InstallView=access,student
The default is "access,student". Case does not matter.
Separate the
roles in the list with a comma.
3. To set the list of "maintain" roles you use, use this:
maintainRoles@org.muse.mneme.InstallView=maintain,instructor,teaching
assistant
The default is "maintain,instructor,teaching assistant". Case does not
matter.
Separate the roles in the list with a comma.