|
@@ -37,6 +37,7 @@ class ExamPdfExportService
|
|
|
*/
|
|
*/
|
|
|
private array $pdfImageDimensionCache = [];
|
|
private array $pdfImageDimensionCache = [];
|
|
|
private ?bool $hasPdfImageMetricsTable = null;
|
|
private ?bool $hasPdfImageMetricsTable = null;
|
|
|
|
|
+ private ?array $knowledgePointMetaCache = null;
|
|
|
|
|
|
|
|
public function __construct(
|
|
public function __construct(
|
|
|
private readonly LearningAnalyticsService $learningAnalyticsService,
|
|
private readonly LearningAnalyticsService $learningAnalyticsService,
|