PowerSchool SIS Montana

Future Ready Data Collection

Overview

Montana state reporting requires school districts to collect and report Future Ready data for students enrolled in Advanced Placement (AP) and International Baccalaureate (IB) coursework.

To support these requirements, data elements are collected at the student course enrollment level. Users can record and manage this information across two workflows:

  1. Course Registration (Individual Section Enrollment): Edit an individual student's course enrollment record.

  2. Montana Future Ready Page (Compliance): Centralized view allowing users to update Future Ready fields across all course enrollments for a selected term.

Navigation & Data Entry

Method 1: From the Course Registration Page

  1. Navigate to: Start Page > Student Selection > Courses and Programs > Course Registration.

  2. Select Edit for the desired course section enrollment.

  3. Locate the Montana State Information section and scroll to the Future Ready subsection.

  4. Enter the required Future Ready values:

    • Eligible for Credit

    • AP/IB Score

    • IB Assessment Level

  5. Select Submit to save changes.

Method 2: From the Montana Future Ready Compliance Page

  1. Navigate to: Start Page > Student Selection > Compliance > Future Ready.

  2. Verify or select the appropriate Term from the term picker in the header.

  3. (Optional) Select the Include Dropped Classes checkbox if you need to review and record data for dropped enrollments:

    • Cleared (Default): Displays active course enrollments only.

    • Selected: Displays both active and dropped course enrollments.

  4. In the enrollment grid, enter or update the editable Future Ready columns for each course enrollment.

  5. Select Submit to save all updates.

Table Field Mappings & Field Descriptions

All Future Ready data elements are stored in the database extension table [CC]S_MT_CC_X, which extends the base course enrollment table [CC].

Field Mapping & Specifications Table

Data Element

Description

[Table]FieldName

Data Type

Values (Dropdown)

Eligible for Credit

Indicates whether the student is eligible to receive credit for the associated course enrollment under Future Ready reporting guidelines.

[CC]S_MT_CC_X.EligibleforCredit

VARCHAR2(1) / Y/N

<ul><li>[Blank]</li><li>Yes</li><li>No</li></ul>

AP/IB Score

Captures the student’s Advanced Placement (AP) or International Baccalaureate (IB) assessment score associated with the course enrollment. AP scores (typically 1–5) and IB scores (typically 1–7) are stored in this common field.

[CC]S_MT_CC_X.APIBScore

VARCHAR2(2)

<ul><li>[Blank]</li><li>01</li><li>02</li><li>03</li><li>04</li><li>05</li><li>06</li><li>07</li></ul>

IB Assessment Level

Captures the International Baccalaureate (IB) assessment level associated with the student's IB course participation: • SL: Standard Level • HL: Higher Level

[CC]S_MT_CC_X.IBAssessmentLevel

VARCHAR2(2)

<ul><li>[Blank]</li><li>SL</li><li>HL</li></ul>

Montana Future Ready Layout

On the Student > Compliance > Future Ready page, enrollments for the selected student and term are presented in a tabular format:

Column Header

Field Type

Source / Description

Expression

Read-Only

Class meeting expression/period from the section record.

Course-Section

Read-Only

Formatted Course Number and Section Number ([CC]Course_Number - [CC]Section_Number).

Course Name

Read-Only

Course name associated with the section ([Courses]Course_Name).

Entry Date

Read-Only

Student's entry date into the section enrollment ([CC]DateEnrolled).

Exit Date

Read-Only

Student's exit date from the section enrollment ([CC]DateLeft).

Teacher

Read-Only

Name of the primary lead teacher assigned to the section.

Eligible for Credit

Editable

Future Ready credit eligibility dropdown ([CC]S_MT_CC_X.EligibleforCredit).

AP/IB Score

Editable

Combined AP/IB score dropdown ([CC]S_MT_CC_X.APIBScore).

IB Assessment Level

Editable

IB assessment level dropdown ([CC]S_MT_CC_X.IBAssessmentLevel).