Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface QualityMetrics

    Measured quality metrics for a single article

    interface QualityMetrics {
        analyticalDepth: number;
        partyCount: number;
        crossReferences: number;
        hasWhyThisMatters: boolean;
        hasHistoricalContext: boolean;
        hasInternationalComparison: boolean;
        hasEconomicContext?: boolean;
        hasSCBContext?: boolean;
        hasStatisticalClaims?: boolean;
        hasLanguageSwitcher?: boolean;
        hasArticleTopNav?: boolean;
        hasBackToNews?: boolean;
    }
    Index

    Properties

    analyticalDepth: number
    partyCount: number
    crossReferences: number
    hasWhyThisMatters: boolean
    hasHistoricalContext: boolean
    hasInternationalComparison: boolean
    hasEconomicContext?: boolean

    Whether the article contains economic context (World Bank indicators, GDP, unemployment, etc.)

    hasSCBContext?: boolean

    Whether the article contains Swedish statistical context (SCB official statistics)

    hasStatisticalClaims?: boolean

    Whether the article contains statistical claims that could be fact-checked

    hasLanguageSwitcher?: boolean

    Whether the article has a language-switcher nav element

    hasArticleTopNav?: boolean

    Whether the article has an article-top-nav div with back-to-news link

    hasBackToNews?: boolean

    Whether the article has a back-to-news link (in top nav or footer)