M
MotherZen
I have read all the arguments here that calculated values should not be
stored in a table, but have to bounce it off of ya'll one more time. I am
developing an access form that will grade test scores, compare pre- and
post-tests for change in knowledge and then calculate the total change in
knowledge for each test taker.
The data reflects change in pre- and post-test scores for a single
educational class. I have a nice user friendly access form that
automatically grades each item of the tests as they are entered (IIf
[item]=correct answer,1,0), subtracts each pre-test scored value from it's
respective post-test scored value to determine change in knowledge
(=[postitem]-[preitem]), and then adds up all the item changes in knowledge
for each record (=[changeitem1]+[changeitem2]+...).
However... I have to export all this into SPSS for statistical analysis to
examine change in knowledge as it relates to SES data connected to the
population educated. Yes, I could do these calculations in SPSS too, but
then I would be doing the calculations twice, as the Access forms will be
printed for class documentation. So. Want it on the Access table!
Prior to adding the additional calculation fields to the Access form I had
tried exporting the SES data and test answers to excel and then copy/paste
the formulas. Since this does take time and opens the chance for additional
errors, I hope to automate the grading process, preferredly in Access. I
then tried the calculations in a query, and only returned a single, blank row
on the table, with no data appearing in the new fields on the form.
When the form is finished, the data will be keyed and will be exported at
set intervals for review. Once keyed, the records will not change (unless
there is a typo). Maintaining the integrity of the data is important.
Suggestions?
stored in a table, but have to bounce it off of ya'll one more time. I am
developing an access form that will grade test scores, compare pre- and
post-tests for change in knowledge and then calculate the total change in
knowledge for each test taker.
The data reflects change in pre- and post-test scores for a single
educational class. I have a nice user friendly access form that
automatically grades each item of the tests as they are entered (IIf
[item]=correct answer,1,0), subtracts each pre-test scored value from it's
respective post-test scored value to determine change in knowledge
(=[postitem]-[preitem]), and then adds up all the item changes in knowledge
for each record (=[changeitem1]+[changeitem2]+...).
However... I have to export all this into SPSS for statistical analysis to
examine change in knowledge as it relates to SES data connected to the
population educated. Yes, I could do these calculations in SPSS too, but
then I would be doing the calculations twice, as the Access forms will be
printed for class documentation. So. Want it on the Access table!
Prior to adding the additional calculation fields to the Access form I had
tried exporting the SES data and test answers to excel and then copy/paste
the formulas. Since this does take time and opens the chance for additional
errors, I hope to automate the grading process, preferredly in Access. I
then tried the calculations in a query, and only returned a single, blank row
on the table, with no data appearing in the new fields on the form.
When the form is finished, the data will be keyed and will be exported at
set intervals for review. Once keyed, the records will not change (unless
there is a typo). Maintaining the integrity of the data is important.
Suggestions?