for (const task of evaluationEntries) {
      const targetNumber = faker.number.int({ min: 5, max: 50 });
      dashboardProgressWidget.parts.push({
        label: task,
        currentValue: faker.number.int(targetNumber),