This tutorial shows how to leverage radio button values to make forms that can calculate based on user input. Simple JavaScript concepts like parsing string to numeric values is also covered.
Scripts used in this tutorial:
this.rawValue = parseInt(Question1.rawValue) + parseInt(Question2.rawValue) + parseInt(Question3.rawValue) + parseInt(Question4.rawValue);