education

Students Risk Evaluation

Takes a list of factors, gives them a score, sums the scores, then outputs a flag and a risk path for the student.

DecisionRules

David Škarka

Template author

This Decision Flow evaluates a student's overall risk level by aggregating points associated with various academic performance metrics, behavioral indicators, and protective factors.

Solution components:

  • A Decision Table named Behavioral Flags checks for specific negative behaviors (such as fighting, cheating, or bullying) and assigns negative point values for each flag present.

  • A Decision Table named Protective Factors identifies positive support systems (such as extracurricular participation or tutoring) and assigns positive point values to them.

  • A Decision Table named Current GPA assigns points based on Grade Point Average brackets, where higher GPAs result in scores closer to zero or slightly negative, and lower GPAs incur larger negative penalties.

  • A Decision Table named Attendance % assigns points based on attendance rates, distinguishing between high attendance (low/negative points) and low attendance (higher points).

  • A Decision Tree named Risk Score Path determines the final risk status ("At-Risk," "Warning," or "Monitor") and the corresponding action plan based on the total calculated score.

  • A Decision Flow Student Risk Evaluation orchestrates these components:

    • It gathers the outputs from the Behavioral Flags, Protective Factors, Current GPA, and Attendance % tables.
    • It utilizes a calculation node to sum the points from these inputs into a totalScore.
    • Finally, it passes this total score to the Risk Score Path tree to output the final student flag and riskPath.

Use this Decision Flow to automate the assessment of student well-being and standardize the intervention strategies based on calculated risk metrics.

Check iconA checkmark inside a circle signifying "yes"Minus iconA minus inside a circle signifying "no"PROS IconA plus symbol representing positive aspects or benefits.CONS IconA minus symbol representing negative aspects or drawbacks.

More Templates

See Other Templates

financial servicessuggested

A/B Testing

Discover a simple way to assign a test group for performing A/B Testing on your decisions.

Explore
financial servicessuggested

Risk Based Pricing

Discover a simple way to apply a suitable Risk Based Pricing matrix based on a type of client.

Explore
financial servicessuggested

Eligibility and Policy Rules

Discover a simple way to define and execute various sets of rules and get the final decision outcome.

Explore