Sharebar?

Multiple text entry interactions

Multiple text entry interactions

How to define multiple text entry interactions

Multiple text entry interactions

I'm new to QTI and after having read the specs am having trouble implementing them in tests that i am creating by hand.

My assessmentItem consists in paragraph of text with multiple blank spaces that the user must fill.

Each blank space corresponds to exactly one correct result.

The outcome of the assessmentItem should be 1 if all results are correct and 0 otherwise.

I am trying to construct my assessmentItem with multiple responseDeclarations and a custom responseProcessor that checks that all are correct.

Is this the right way to do it?