Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

This project encompasses the ability for faculty or other users to import an assessment or question pool from Respondus files into Tests & Quizzes (Samigo).
This jira is listed at UCD as SAK-208 and at Sakai collab as SAK-1891

The project is broken into several parts:

...

To successfully complete this project, we will identify the scope of each of these parts. For example, can all Respondus question types be translated into Samigo? What are the version limitations for backporting for both Sakai and Respondus?

Agile StoryCards

...

Spec out

...

UI design for import Respondus quizzes and pools with Stanford
Gap analysis between Samigo and Respondus question types and file formats

...

Testing Results

Import Results for 10/3/06

Initial assessment import testing of a Respondus v3.5 xml file with 8 questions, one of each type available. This testing is prior to any code changes or additions. The testing environment was my local Sakai v2-2-x with Sam Dev v2.3.

Original Type

Translated Type

Question Text

Points

Answers

Feedback

Multiple Choice/Multiple choice single choice (mcsc)

Defaulted to Essay type

Text imported correctly

Value correct

Defaulted to individual Model Short Answer records - only the last displayed

Feedback was not saved

True-False (TF)

Correctly typed

Text imported correctly

Value correct

true and false answers displayed; correct answer not selected

Feedback was not saved

Essay

Correctly typed

Text imported correctly

Value incorrect - original of 5.0 not saved

n/a to translation

Feedback was not saved

Matching

Correctly typed

Text imported correctly

Value correct

Pairs did not translate

Feedback was not saved

Fill-in-Blank

Multiple Response (Grading Method: Right Less Wrong)

Multiple Response (Grading Method: All Points or None)

Algorithmic

Of note here is that the feedback models for Samigo are more numerous and flexible than for Respondus. Samigo offers both question-level and answer-level incorrect and correct feedbacks, depending on the question type. Respondus offers only general feedback except for true-false. This will make for fewer required translation points.
Also of note here is that Samigo does not curently support algorithmic question types. Respondus exports this question type as a .swf or Flash movie and the question text is actually the JavaScript launch code and the xml answer output is similar to a multiple-choice single-correct answer.
Code design for import and Common Cartridge migration of multiple translation types