# Doc: https://www.hipaatizer.com/docs/form-builder/features/points-and-scoring > LLM view for https://www.hipaatizer.com/docs/form-builder/features/points-and-scoring This file contains all documentation content in a single document following the llmstxt.org standard. ## Score Calculation with HIPAAtizer: A Step-by-Step Guide # Points & Scoring ## Calculating Points from Customer Submissions Follow the instructions below to learn how to set up point calculation in HIPAAtizer forms: ## Setting Categories - Navigate to the HIPAAtizer dashboard and identify the form you wish to customize. Click on the 'Edit' icon to launch the 'Form Builder', the space where you will tailor your form. ![HIPAAtizer form builder with the Edit icon highlighted to open the form for customization](https://www.hipaatizer.com/docs/assets/images/2023-05-29_10-36-01-4eeb2f3c91dec9756ce083b6bf128b10.png) - In the 'Form Builder' section, locate the 'Specify Categories' button on the top menu. Clicking on this button will initiate the process of creating categories. ![HIPAAtizer form builder top menu with the Specify Categories button highlighted](https://www.hipaatizer.com/docs/assets/images/2023-05-29_10-37-02-a7e6b513329f26d65e738d63c8f4fbbd.png) After clicking on 'Specify Categories', an input box will appear where you can define your categories. For the purpose of this tutorial, let's designate 'category-1' and 'category-2'. ![HIPAAtizer Specify Categories input showing category-1 and category-2 entered](https://www.hipaatizer.com/docs/assets/images/2023-05-29_10-37-51-802c1d25da368a519cc9efc53144edba.png) ## Linking Components to Categories - With your categories set, it's time to incorporate a single choice component into your form. To do so, drag and drop the 'Single Choice' component from the Components collection onto your form. ![HIPAAtizer form builder with the Single Choice component being dragged onto the form](https://www.hipaatizer.com/docs/assets/images/2023-05-29_10-38-38-44ad8ab4871479447a64df23ea1afd72.png) - Once you have added the single choice component, it's important to assign it to the appropriate category. To do this, click on the 'Edit' button, and a drawer menu will appear on the right side. From this menu, select 'Categories' and assign the component to the relevant category. ![HIPAAtizer Single Choice component settings drawer with the Categories section showing category-1 selected](https://www.hipaatizer.com/docs/assets/images/2023-05-29_10-39-45-d1192232fbab618adddc362d62f5960e.png) - Once a component is linked to a category, a 'Points Input' field will appear for each option within the single choice component. In this field, you can specify the number of points assigned to each selection. ![HIPAAtizer Single Choice component options with Points Input fields for each answer choice](https://www.hipaatizer.com/docs/assets/images/2023-05-29_10-40-54-c2494fc5410905286bc5dedc20b02df9.png) - Repeat the steps above in 'Linking Components to Categories' to incorporate and allocate all the single choice components required in your form. ## Retrieving Points Data When a user submits a completed form, HIPAAtizer automatically calculates the total points accumulated for each category and the form as a whole. To retrieve the points data, you can use the following placeholders: - Use to retrieve the collective points across the entire form. - Use to retrieve the points for a specific category. Replace 'categoryName' with your intended category's name. These placeholders can be used in various aspects of HIPAAtizer integrations, such as printable form templates, notification emails, web hooks, and more. By incorporating these placeholders, you can dynamically include the points data in the desired output or communication mediums to provide comprehensive information to users and stakeholders. ![HIPAAtizer form submission showing calculated points totals by category and overall score](https://www.hipaatizer.com/docs/assets/images/2023-05-29_10-42-52-1f2776b58befe40a85fe5aba0a928456.png)