Skip to main content
Participant
March 6, 2025
Question

Help Creating a Self-Scoring Document in Adobe Acrobat Pro

  • March 6, 2025
  • 3 replies
  • 2175 views

Hi all,

I’m working on creating a screening tool in Adobe Acrobat Pro where users can select options, and I’d like the document to automatically calculate and display a score at the end based on their selections.

I’ve set up the form with the selection options, but I’m not sure how to implement the scoring functionality. Ideally, I want the form to score automatically based on the options selected and display the result at the end of the form.

I’ve never used JavaScript before, so if that’s required, I’d appreciate a beginner-friendly explanation or alternative solutions if possible.

Could anyone guide me on how to create this self-scoring document? Any help or tutorials would be greatly appreciated!

3 replies

Anand Sri Bhattacharya
Community Manager
Community Manager
August 7, 2026

Hello!

 

++ In addition to what our community product experts have shared, you can try the following suggestions to create simple scoring with calculated form fields.

 

  • In Acrobat Pro, prepare the PDF form from All Tools > Prepare Form, and add checkbox, radio, or dropdown fields.
  • Set each answer option’s export value to its score.
  • Add a total score text field.
  • Right-click the total field and choose Properties > Calculate.
  • Select Value, choose Sum, then pick the scoring fields.
  • If fields depend on each other, set the field calculation order.
  • Test the form before distribution.

For more information, please refer to the article: https://helpx.adobe.com/acrobat/desktop/work-with-pdf-forms/customize-form-fields/set-calculation-fields.html 

 

Thanks,

Anand Sri

PDF Automation Station
Community Expert
Community Expert
March 6, 2025
Nesa Nurani
Community Expert
Community Expert
March 6, 2025

If you used checkboxes or dropdown fields for user to select then you don't need JavaScript, just add score value as export values of checkboxes or dropdown choices, then in the field where you wish to show total, go to 'Calculate' tab and select 'Value is the' and 'Pick' your fields.