To use these scripts, you add them directly to your Google Sheet project.
- Open your Google Sheet.
- In the menu, go to Extensions > Apps Script.
- Give your new script project a name.
- Click the + icon next to "Files" to add a new script file.
- Name the new file after one of the scripts (e.g.,
asrs). - Open the corresponding script file (e.g.,
asrs.gs) from this repository. - Copy the code and paste it into the file you created in the Apps Script editor.
- Repeat these steps for all the other scripts:
basc.gs,conners.gs,core.gs,eddt.gs, andvnl.gs.
- In your Google Sheet, go to Extensions > Macros > Import Macro.
- Add each function that ends with "Main" (like
asrsMain,eddtMain, andbascMain). - To make the macro easier to run, you can give it a custom name. For example, you can rename
eddtMainto "EDDT | Process Scores".
- Change Target Cells: To change which cells or sheets the scripts affect, you edit the script for that assessment.
- For most scripts (like
asrs.gs,conners.gs,eddt.gs, andvnl.gs), you update the cell range string (e.g.,'B18:E33') in thegetRange()calls. - For the BASC-3 (
basc.gs), you edit the ranges within theswitchstatement to target different BASC-3 forms.
- For most scripts (like
- Change Score Marking Rules: You can change how the scripts mark scores. Each script has a
rulesarray that defines score ranges (min,max) and thesuffixto add (e.g.,*,**). You can edit these rules to match your criteria. - Change Shared Functions: The
core.gsfile contains afindAndReplacefunction that all other scripts use. If you want to change how text is replaced across all scripts, edit this file.
- Autism Spectrum Rating Scales (ASRS)
- Behavior Assessment System for Children | Third Edition
- Webpage: https://www.pearsonassessments.com/en-us/Store/Professional-Assessments/Behavior/Behavior-Assessment-System-for-Children-%7C-Third-Edition-/p/100001402
- Sample Report: https://www.pearsonassessments.com/content/dam/school/global/clinical/us/assets/basc-3/basc-3-rating-scales-report-sample.pdf
- Conners 4
- Emotional Disturbance Decision Tree (EDDT)
- Vineland Adaptive Behavior Scales | Third Edition
- Webpage: https://www.pearsonassessments.com/en-us/Store/Professional-Assessments/Behavior/Vineland-Adaptive-Behavior-Scales-%7C-Third-Edition/p/100001622
- Sample Report: https://www.pearsonassessments.com/content/dam/school/global/clinical/us/assets/vineland-3/vineland-3-comprehensive-interview-form-sample-report.pdf