@pie-element/explicit-constructed-response 7.1.5-next.3 → 7.2.1-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24792,6 +24792,8 @@ function model(question, session, env) {
24792
24792
  responseCorrect: env.mode === 'evaluate' ? getScore(normalizedQuestion, session) === 1 : undefined,
24793
24793
  showNote,
24794
24794
  teacherInstructions: defaults.teacherInstructions,
24795
+ responseAreaInputConfiguration: normalizedQuestion.responseAreaInputConfiguration,
24796
+ extraCSSRules: normalizedQuestion.extraCSSRules,
24795
24797
  };
24796
24798
 
24797
24799
  if (env.role === 'instructor' && (env.mode === 'view' || env.mode === 'evaluate')) {