Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Status

complete

Configuration

The A new property can be specified in the org.sakaiproject.tool.gradebook.bundle.Messages bundle: export_course_grade_column_order_keys
This property can be defined with a comma-separated (configurable) list of keys used to defind column titles in the same 'Messages' bundle properties file. These keys are used to define the order and consituency of the columns as well.

Note
titleNote

There are special placeholder pseudo-keys below, ': assignments and course_or_roster. These are not treated as keys to property values like the others.

Warning
titleWarning

The properties file overrides defaults.
If any of the keys are specified in the export_course_grade_column_order_keys property, the all the defaults are overridden. For example, if the placeholder assignments is left out of the list, roster columns will not be printed.

Propery key

key value

download data

export_course_grade_gradebookid_column_name

column name, eg "Site ID"

Gradebook Id = Site Id

export_course_grade_siteprovider_column_name

column name, eg "Provider ID"

Site Provider Id

export_course_grade_sitetitle_column_name

column name, eg "Site Title"

Site Title

export_student_name

column name, eg "Student Name"

user displayName

export_student_id

column name, eg "Student Id"

user Eid

roster_course_grade_column_name

column name, eg "Cumulative" Roster View Cumulative Grade

see 'course_or_roster'

course_grade_details_course_grade_column_name

column name, eg "Course Grade"

see 'course_or_roster'

course_or_roster

none
public static final String KEY_ASSIGNMENTS = "

placeholder for 'cumulative roster view grade' or the 'course grade'

assignments";

public static final String KEY_PROPERTIES_BUNDLE = "org.sakaiproject.tool.gradebook.bundle.Messages";
public static final String KEY_COLUMN_ORDER_KEYS = "export_course_grade_column_order_keys";
public static final String KEY_COLUMN_ORDER_DELIM = ",";|| By 'properties' file ||

...