Skip to content

Add Standard Deviation to NumericQuestionAnalytics #281

Description

@HamzahSaleh

Description

We already have the mean, median, and mode for numeric data. Let’s expand on the numeric analytics by also providing the standard deviation, this can help users understand the spread of numeric responses.

Technical Details

Locate NumericQuestionAnalytics
Go to src/components/FormSubmissions/NumericQuestionAnalytics/index.tsx you should find the mean medium mode here.
Use the standard deviation formula and implement , most variables should already be created.

Image

Dependencies

Completed

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions