label_bundle - Initialization - Reports API

Reports API Initialization

label_bundle

An object containing custom labels to be used in the reports.

You would want to specify this option so that you can override the default English labels and allows you to internationalize the reports interface. For example, translating the words for "activity" and "attempted" into French.

See Reports API Internationalization for brief instructions on how to set a label bundle.

See Translating the Learnosity user interface with label bundles for more information if you are translating the Learnosity interface into another language.

Examples

// Changing two interface words to French
var initializationOptions = {
    "label_bundle": {
        "activity": "Activité",
        "attempted": "Tenté",
        // ...
    }
    // ...
};

Values

Attribute path label_bundle

Type object

Properties

  • a_problem_occured string

    Default: "A problem occurred. Please try again later. If the problem persists contact your administrator."

  • active string

    Default: "Active"

  • activity string

    Default: "Activity"

  • activity_level_scores string

    Default: "Subscore Breakdown Chart"

    Version added: v2026.1.LTS

  • all string

    Default: "All"

    Version added: v2026.1.LTS

  • attempted string

    Default: "Attempted"

  • attempted_max_score string

    Default: "Attempted Max Score"

    Version added: v2026.1.LTS

  • benchmark string

    Default: "Benchmark"

    Version added: v2026.1.LTS

  • by_number string

    Default: "by item number in the assessment"

    Version added: v2026.1.LTS

  • by_reference string

    Default: "by item reference"

    Version added: v2026.1.LTS

  • cancel string

    Default: "Cancel"

  • completed string

    Default: "Completed"

  • confirm string

    Default: "Confirm"

  • confirmation_heading_action string

    Default: "Confirm Action"

  • continue string

    Default: "Continue"

  • correct string

    Default: "Correct"

  • correct_items string

    Default: "Correct Items"

    Version added: v2026.1.LTS

  • correct_score string

    Default: "Correct Score"

    Version added: v2026.1.LTS

  • data_not_available string

    Default: "Data not available"

    Version added: v2026.1.LTS

  • datagrid_activate_to_clear_sort string

    Default: "Activate to clear sort"

    Version added: v2026.1.LTS

  • datagrid_activate_to_sort_ascending string

    Default: "Activate to sort ascending"

    Version added: v2026.1.LTS

  • datagrid_activate_to_sort_descending string

    Default: "Activate to sort descending"

    Version added: v2026.1.LTS

  • datagrid_clear_sort string

    Default: "Clear sort"

    Version added: v2026.1.LTS

  • datagrid_column string

    Default: "column"

    Version added: v2026.1.LTS

  • datagrid_frozen string

    Default: "frozen"

    Version added: v2026.1.LTS

  • datagrid_item_counter string

    Default: "{start} - {end} of {total} items"

    Version added: v2026.1.LTS

  • datagrid_no_data_available string

    Default: "No data available"

    Version added: v2026.1.LTS

  • datagrid_scrollable_region_label string

    Default: "Table with scrollable columns"

    Version added: v2026.1.LTS

  • datagrid_sort_ascending string

    Default: "Sort ascending"

    Version added: v2026.1.LTS

  • datagrid_sort_descending string

    Default: "Sort descending"

    Version added: v2026.1.LTS

  • datagrid_sorted_ascending string

    Default: "Sorted ascending"

    Version added: v2026.1.LTS

  • datagrid_sorted_descending string

    Default: "Sorted descending"

    Version added: v2026.1.LTS

  • datagrid_unsorted string

    Default: "Unsorted"

    Version added: v2026.1.LTS

  • date string

    Default: "Date"

  • discarded string

    Default: "Discarded"

  • exit_and_submit string

    Default: "Submit & exit"

    Version added: v2026.1.LTS

  • exit_and_submit_confirmation string

    Default: "This action will cause the following student(s) to submit their assessments and then exits the test. Are you sure you want to do this?"

    Version added: v2026.1.LTS

  • exit_discard string

    Default: "Exit & Discard"

  • exit_discard_confirmation string

    Default: "This action discards answers for the following student(s) and exits the test. Are you sure you want to do this?"

  • extend_time string

    Default: "Extend Time"

  • extend_time_confirmation string

    Default: "This action extends the time left for the following student(s). Are you sure you want to do this?"

  • focused string

    Default: "Active"

  • goto string

    Default: "Go to"

    Version added: v2026.1.LTS

  • goto_confirmation string

    Default: "This action instructs the assessment to navigate the student to a certain item"

    Version added: v2026.1.LTS

  • goto_item string

    Default: "go to item"

    Version added: v2026.1.LTS

  • group_count string

    Default: "Group Count"

  • group_name string

    Default: "Group Name"

  • highest_percent string

    Default: "Highest Score (%)"

  • highest_score string

    Default: "Highest Score"

  • hour string

    Default: "hour(s)"

  • hr string

    Default: "hr(s)"

  • in_progress string

    Default: "In progress"

  • inactive string

    Default: "Inactive"

    Version added: v2026.1.LTS

  • incomplete string

    Default: "Incomplete"

  • incorrect string

    Default: "Incorrect"

  • incorrect_items string

    Default: "Incorrect Items"

    Version added: v2026.1.LTS

  • incorrect_score string

    Default: "Incorrect Score"

    Version added: v2026.1.LTS

  • item string

    Default: "Item"

  • items string

    Default: "Items"

  • items_correct string

    Default: "Items Correct"

  • last_item_n string

    Default: "Current Item #"

  • loading_data string

    Default: "Loading data ..."

    Version added: v2024.3.LTS

  • lowest_percent string

    Default: "Lowest Score (%)"

  • lowest_score string

    Default: "Lowest Score"

  • max_score string

    Default: "Max Score"

    Version added: v2026.1.LTS

  • mean_attempted_percent string

    Default: "Average Attempted (%)"

  • mean_percent string

    Default: "Average Score (%)"

  • mean_score string

    Default: "Average Score"

  • mean_seen_activities string

    Default: "Average Seen"

  • median_percent string

    Default: "Median Score (%)"

  • median_score string

    Default: "Median Score"

  • min string

    Default: "min(s)"

  • minute string

    Default: "minute(s)"

  • msg_no_data string

    Default: "There is no data for this report."

  • msg_no_scoring_group_data string

    Default: "There is no scoring group data available for this session."

    Version added: v2026.1.LTS

  • msg_slow_loading string

    Default: "Please wait, still retrieving data..."

    Version added: v2026.1.LTS

  • n_of_items_correct string

    Default: "# of items correct"

  • n_of_items_incorrect string

    Default: "# of items incorrect"

  • n_of_items_not_attempted string

    Default: "number of items not attempted"

    Version added: v2026.1.LTS

  • n_of_items_not_marked string

    Default: "# of items not marked"

  • n_of_items_skipped string Deprecated

    This property is superseded by n_of_items_not_attempted. Please use n_of_items_not_attempted.

    Default: "# of items skipped"

  • n_of_questions_correct string

    Default: "# of questions correct"

  • n_of_questions_incorrect string

    Default: "# of questions incorrect"

  • n_of_questions_not_attempted string

    Default: "number of questions not attempted"

    Version added: v2026.1.LTS

  • n_of_questions_not_marked string

    Default: "# of questions not marked"

  • n_of_questions_skipped string Deprecated

    This property is superseded by n_of_questions_not_attempted. Please use n_of_questions_not_attempted.

    Default: "# of questions skipped"

  • name string

    Default: "Name"

  • network_error string

    Default: "Network error, or the student may be offline. Check connection and try again."

    Version added: v2026.1.LTS

  • not_attempted string

    Default: "Unattempted"

  • not_attempted_items string

    Default: "Unattempted Items"

    Version added: v2026.1.LTS

  • not_attempted_score string

    Default: "Unattempted Score"

    Version added: v2026.1.LTS

  • not_markable string

    Default: "Not markable"

    Version added: v2026.1.LTS

  • not_marked string

    Default: "Not marked"

  • not_marked_items string

    Default: "Not Marked Items"

    Version added: v2026.1.LTS

  • not_marked_score string

    Default: "Not Marked Score"

    Version added: v2026.1.LTS

  • not_started string

    Default: "Not started"

  • of_items_have_been_seen string

    Default: "of items have been seen"

  • of_items_were_answered_correctly string

    Default: "of items were answered correctly"

  • of_items_were_attempted string

    Default: "of items were attempted"

  • of_questions_have_been_seen string

    Default: "of questions have been seen"

  • of_questions_were_answered_correctly string

    Default: "of questions were answered correctly"

  • of_questions_were_attempted string

    Default: "of questions were attempted"

  • of_score_was_answered_correctly string

    Default: "of the total score was answered correctly"

  • overall_score string

    Default: "Overall Score Chart"

    Version added: v2026.1.LTS

  • pagination_aria_current_page string

    Default: "Page {page} active"

    Version added: v2026.1.LTS

  • pagination_aria_label string

    Default: "Pages"

    Version added: v2026.1.LTS

  • pagination_aria_last_page string

    Default: "Last page, page {page}"

    Version added: v2026.1.LTS

  • pagination_aria_more_pages_loaded string

    Default: "Page {page} active, more pages loaded"

    Version added: v2026.1.LTS

  • pagination_aria_page_number string

    Default: "Page {page}"

    Version added: v2026.1.LTS

  • pagination_first string

    Default: "First page"

    Version added: v2026.1.LTS

  • pagination_last string

    Default: "Last page"

    Version added: v2026.1.LTS

  • pagination_more string

    Default: "More"

    Version added: v2026.1.LTS

  • pagination_next string

    Default: "Next"

    Version added: v2026.1.LTS

  • pagination_previous string

    Default: "Previous"

    Version added: v2026.1.LTS

  • partial string

    Default: "Partially correct"

  • pause string

    Default: "Pause"

  • pause_confirmation string

    Default: "This action saves answers for the following student(s), but won't let the student(s) continue until you resume the test. Are you sure you want to do this?"

  • paused string

    Default: "Paused"

  • population string

    Default: "Population"

  • progress string

    Default: "Progress"

  • question string

    Default: "Question"

  • save_quit string

    Default: "Exit & Save"

  • save_quit_confirmation string

    Default: "This action saves answers for the following student(s) and closes the test. Are you sure you want to do this?"

  • saved string

    Default: "Item"

  • score string

    Default: "Score"

  • sec string

    Default: "sec(s)"

  • second string

    Default: "second(s)"

  • seen string

    Default: "Seen"

  • seen_activities string

    Default: "Seen Activities"

    Version added: v2026.1.LTS

  • show_score_details_for_user string

    Default: "Show last score details for user: {user_name}."

    Version added: v2026.1.LTS

  • show_user_details_for_user string

    Default: "Show user details for user: {user_name}."

    Version added: v2026.1.LTS

  • status string

    Default: "Status"

  • stddev_percent string

    Default: "Standard Deviation (%)"

  • stddev_score string

    Default: "Standard Deviation"

  • suspended string

    Default: "Suspended"

  • time_spent string

    Default: "Time spent"

  • total string

    Default: "Total"

  • total_n_of_items string

    Default: "Total # of items"

  • total_n_of_questions string

    Default: "Total # of questions"

  • total_time_spent string

    Default: "Total time spent"

  • unfocused string

    Default: "Away"

  • unmarked string

    Default: "Unmarked"

    Version added: v2026.1.LTS

  • unpause string

    Default: "Unpause"

  • unpause_confirmation string

    Default: "This action lets the following student(s) continue the test. Are you sure you want to do this?"

  • unscored_max_score string

    Default: "Unscored Max Score"

    Version added: v2026.1.LTS

  • user string

    Default: "Student"

  • user_id string

    Default: "User"

    Version added: v2026.1.LTS

  • users string

    Default: "Students"

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.