Exam 1

  1. Metainformation

    Tag Value
    fileDescriptive-statistics_eur-descriptive-201-en_eur-descriptive-201-en
    nameeur-descriptive-201-en
    sectionDescriptive statistics/Summary Statistics/Measures of Location
    typeschoice
    solutionFALSE, FALSE, FALSE, TRUE
    TypeCalculate
    Program
    LanguageEnglish
    LevelStatistical Literacy

    Question

    The course coordinator of course 1.4 administered an exam consisting of 60 multiple choice questions with for each question one correct answer and three incorrect answers. In the instruction is written that all unanswered questions are graded as being incorrect answers. It turned out that quite a few students had run out of time and only finished the first 40 questions. The course coordinator wants to calculate the total scores using SPSS. What kind of function does she have to use?


    1. FALSE: rnd(60*mean.60(item1 to item60)
    2. FALSE: rnd(40*mean.40(item1 to item60))
    3. FALSE: rnd(60*mean.40(item1 to item60))
    4. TRUE: sum(item1 to item60)

    Solution

    Since missing answers are rated as incorrect, we can simply use the function “sum”. With sum, missing scores are not taken into account so the sum score is the number of correct answers.


    1. False
    2. False
    3. False
    4. True