// @ts-nocheck /** * @synced-from pie-elements/packages/rubric/controller/src/defaults.js * @auto-generated * * This file is automatically synced from pie-elements and converted to TypeScript. * Manual edits will be overwritten on next sync. * To make changes, edit the upstream JavaScript file and run sync again. */ export default { points: ['', '', '', ''], sampleAnswers: [null, null, null, null], maxPoints: 3, maxPointsEnabled: true, excludeZero: false, excludeZeroEnabled: true, };