Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

The /1/assessment_report/iep endpoint returns the structure of the VB-Mapp IEP Assessment Report.  That report contains multiple variables that need to be substituted by the consumer of the report.

Some of the variable bindings are a bit difficult to describe so we've provided a reference implementation: assessment_report_binder.rb

IEP Report Variables

The following table lists the variables that need to be bound:

VariableReference Implementation MethodAcceptable ValuesDescription

ASSESSMENT_MILESTONE_OVERALL_SCORE

 merged_milestone_score0..170The sum of all of the milestone scores (see also: ASSESSMENT_MILESTONE_<GROUP>_SCORE)

ASSESSMENT_MILESTONE_LEVEL_ACHIEVED

bind_milestone_variable
1, 2, 3

Based on ASSESSMENT_MILESTONE_OVERALL_SCORE:

  • <= 45 – '1'
  • <= 105 – '2'
  • > 105 – '3' 

ASSESSMENT_MILESTONE_SKIPPED_DOMAINS

bind_milestone_variable
Localized list of skipped group names, for example:

"Mand, Tact" 
A group is considered 'skipped' if there are no recorded scores for the entire group. Note that even a value of 0 is considered recorded, so this case is where no input at all was taken for the group.

ASSESSMENT_MILESTONE_<GROUP>_SCORE 

milestone_score
 0..question_countEach MILESTONE question is scored as one of 0, 0.5 or 1. The group score is the sum of all of the question scores for that group. See /1/vbmapp/index - GET for the group's question_count.

ASSESSMENT_MILESTONE_<GROUP>_GAPS 

milestone_gaps, score_gaps
  

ASSESSMENT_MILESTONE_<GROUP>_HIGHEST1POINTSCORE 

milestone_highest1_point_score
  

ASSESSMENT_MILESTONE_<GROUP>_ATLEASTONE 

milestone_has_at_least_one
  

ASSESSMENT_MILESTONE_<GROUP>_HIGHEST 

milestone_highest
  

ASSESSMENT_MILESTONE_<GROUP>_LEVEL 

milestone_level_with_first_gap
  

ASSESSMENT_MILESTONE_<GROUP>_KNOWNS

milestone_knowns
  

ASSESSMENT_BARRIERS_IMPAIRED_MOTOR_SCORE

   

ASSESSMENT_BARRIERS_INSTRUCTIONAL_CONTROL_SCORE

   

ASSESSMENT_BARRIERS_REINFORCEMENT_DEPENDENCY_SCORE

   

ASSESSMENT_BARRIERS_IMPAIRED_INTRAVERBAL_SCORE

   

ASSESSMENT_BARRIERS_NEGATIVE_BEHAVIORS_SCORE

   

ASSESSMENT_BARRIERS_IMPAIRED_ECHOIC_SCORE

   

ASSESSMENT_BARRIERS_IMPAIRED_LISTENER_SCORE

   

ASSESSMENT_BARRIERS_IMPAIRED_TACT_SCORE

   

ASSESSMENT_BARRIERS_IMPAIRED_SOCIAL_SCORE

   

ASSESSMENT_BARRIERS_IMPAIRED_VISUAL_PERCEPTION_SCORE

   

ASSESSMENT_BARRIERS_IMPAIRED_MAND_SCORE

   

ASSESSMENT_BARRIERS_PROMPT_SCORE

   

ASSESSMENT_BARRIERS_CONDITIONAL_DISCRIMINATIONS_SCORE

   

ASSESSMENT_BARRIERS_DEMANDS_WEAKENS_MOTIVATORS_SCORE

   

ASSESSMENT_BARRIERS_IMPAIRED_GENERALIZATION_SCORE

   

ASSESSMENT_BARRIERS_SCROLLING_SCORE

   

ASSESSMENT_BARRIERS_IMPAIRED_MOTIVATING_OPERATIONS_SCORE

   

ASSESSMENT_BARRIERS_SELF_STIMULATION_SCORE

   

ASSESSMENT_BARRIERS_IMPAIRED_SCANNING_SCORE

   

ASSESSMENT_BARRIERS_EYE_CONTACT_SCORE

   

ASSESSMENT_BARRIERS_OBSESSIVE_COMPULSIVE_SCORE

   

ASSESSMENT_BARRIERS_SENSORY_DEFENSIVENESS_SCORE

   

ASSESSMENT_BARRIERS_ARTICULATION_PROBLEMS_SCORE

   

ASSESSMENT_BARRIERS_HYPERACTIVE_SCORE

   

ASSESSMENT_BARRIERS_NUMBER_ELEVATED

   

ASSESSMENT_BARRIERS_COUNT_OVER_ZERO

   

ASSESSMENT_BARRIERS_OVERALLSCORE

   

STUDENT_FULL_NAME

   

STUDENT_FIRST_NAME

   

STUDENT_ASSESSOR

   

STUDENT_AGE

   

STUDENT_ASSESSMENT_DATES

   

ASSESSMENT_SCORING_FORM_REFERENCE

   
    
    
    
    

 

 

 

 

  • No labels