Skip to content

Commit 84ef874

Browse files
committed
feat: add TODO comment for icon finalization in QuestionList component
- Added a TODO comment indicating that the icon for the 'Pin on Image' quiz type is not final, to ensure future updates address this aspect.
1 parent 771378a commit 84ef874

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/src/js/v3/entries/course-builder/components/curriculum/QuestionList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ const questionTypeOptions: {
113113
{
114114
label: __('Pin on Image', 'tutor'),
115115
value: 'pin_image',
116+
// TODO: icon is not final.
116117
icon: 'quizImageAnswer',
117118
isPro: true,
118119
},

0 commit comments

Comments
 (0)