Bug in SC3: 12-0-0 xTargetCompetencies (scientific literacy)

A few scientific literacy test items of wave 6 have incorrect value labels.

  • Variables scg6103s_c, scg6142s_c, scg6144s_c, scg6664s_c, scg6111s_c and scg6061s_c should instead be labeled with
    0 = not solved
    1 = solved
    In Stata you can easily relabel them by using the following Stata syntax:
   label values scg6103s_c  scg6142s_c scg6144s_c scg6664s_c scg6111s_c scg6061s_c 
`:value label scg61050_c'
  • Variable scg6661s_c should instead be labeled with
    0 = 0 of 3 points
    1 = 1 of 3 points
    2 = 2 of 3 points
    3 = 3 of 3 points
    In Stata you can easily relabel them by using the following Stata syntax:
	label values scg6661s_c `:value label scg9012s_sc3g9_c'
  • Variable scg6113s_c should instead be labeled with
    0 = 0 of 2 points
    1 = 1 of 2 points
    2 = 2 of 2 points
    In Stata you can easily relabel them by using the following Stata syntax:
	label values scg6113s_c `:value label scg11032s_sc3g11_c'

This bug has been resolved in Version 12.1.0. More information about this release can be found here:

http://dx.doi.org/10.5157/NEPS:SC3:12.1.0