Skip to content

feat: add order and text question types with scoring logic and UI com… - #171

Open
antocorr wants to merge 1 commit into
Ralex91:mainfrom
antocorr:feat/kahoot-import-from-link
Open

feat: add order and text question types with scoring logic and UI com…#171
antocorr wants to merge 1 commit into
Ralex91:mainfrom
antocorr:feat/kahoot-import-from-link

Conversation

@antocorr

Copy link
Copy Markdown
  • Added Kahoot import functionality in KahootImport.tsx for importing questions.
  • Implemented scoring logic for order questions in order.ts.
  • Added scoring logic for text questions in text.ts.
  • Created theme configuration in theme.json for branding.
  • Developed drag-and-drop functionality for order answers in OrderAnswers.tsx.
  • Added configuration component for order questions in OrderConfig.tsx.
  • Implemented solution picker for order questions in OrderPicker.tsx.
  • Created index file for order questions to export components.
  • Developed text answer component with submission handling in TextAnswers.tsx.
  • Added configuration component for text questions in TextConfig.tsx.
  • Implemented solution picker for text questions in TextPicker.tsx.
  • Created index file for text questions to export components.

…ponents

- Implemented scoring logic for order questions in `order.ts`.
- Added scoring logic for text questions in `text.ts`.
- Created theme configuration in `theme.json` for branding.
- Developed drag-and-drop functionality for order answers in `OrderAnswers.tsx`.
- Added configuration component for order questions in `OrderConfig.tsx`.
- Implemented solution picker for order questions in `OrderPicker.tsx`.
- Created index file for order questions to export components.
- Developed text answer component with submission handling in `TextAnswers.tsx`.
- Added configuration component for text questions in `TextConfig.tsx`.
- Implemented solution picker for text questions in `TextPicker.tsx`.
- Created index file for text questions to export components.
- Added Kahoot import functionality in `KahootImport.tsx` for importing questions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant