herum-shared 0.1.59 → 0.1.61
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.
|
@@ -11092,7 +11092,7 @@ const defaultCloseTime = new Date('01-01-2999');
|
|
|
11092
11092
|
const defaultOpenTime = new Date('01-01-1999');
|
|
11093
11093
|
const legacyCorrectAnswerPropertyPath = `.Quiz.Questions[].Answers[].IsCorrect`;
|
|
11094
11094
|
const correctAnswerPropertyPath = `.Quiz.Questions[].ClosedContent.Answers[].IsCorrect`;
|
|
11095
|
-
const matchingSourceIndexPropertyPath = `.Quiz.Questions[].MatchingContent.
|
|
11095
|
+
const matchingSourceIndexPropertyPath = `.Quiz.Questions[].MatchingContent.Sources[].Index`;
|
|
11096
11096
|
const openStatus = {
|
|
11097
11097
|
openingTime: new Date(),
|
|
11098
11098
|
closingTime: defaultCloseTime,
|