Hello tek folks,
I have a report that includes 10 questions each question is scored as follows:
=Count([Question]) to give the [Total Responses]
=SUM(IIf([Question]="yes,1,0)) to give the [Total correct]
=[Total Responses]/[Total correct] to give the percent
I need an overall score for the 10 questions. A percent aggregate score.
How can I average all of the percents to get an overall average percentage score???
I have a report that includes 10 questions each question is scored as follows:
=Count([Question]) to give the [Total Responses]
=SUM(IIf([Question]="yes,1,0)) to give the [Total correct]
=[Total Responses]/[Total correct] to give the percent
I need an overall score for the 10 questions. A percent aggregate score.
How can I average all of the percents to get an overall average percentage score???