Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Convert letters into numeric values for multiple fields

New Here ,
Apr 09, 2019 Apr 09, 2019

I am making a form where letter grades will be entered. I need the form to convert the letter grade into a number value. The corresponding number values will be added together to calculate a total in another field.

For this scenario, A = 4, B = 3, C = 2, D = 1, F = 0. For reference, some of the field names are "ELA1", "ELA2", "ELA3", and "ELA4".

I am new to this and can't quite find a similar solution. Thank you for any help!

TOPICS
Acrobat SDK and JavaScript , Windows
554
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 09, 2019 Apr 09, 2019

I would use a drop-down with the letters as the items and the numbers as their export values. You would then be able to add them up using the built-in Sum command. It's the easiest way of doing it.

Translate
Community Expert ,
Apr 09, 2019 Apr 09, 2019

I would use a drop-down with the letters as the items and the numbers as their export values. You would then be able to add them up using the built-in Sum command. It's the easiest way of doing it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 09, 2019 Apr 09, 2019
LATEST

Oh, wow. That is so much easier than what I was trying to do initially and it accomplishes what I want.

Thank you so much!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines