Pollak-Projects / lp

13A SZF1 | Our "Thesis" for the 5th year of technical college
0 stars 0 forks source link

Add embeded generation to Quiz #42

Closed TGyAkos closed 6 days ago

TGyAkos commented 1 week ago

This is where you can send, all data in one request to the backend, and it will automatically create and add the requisite records to the database

### Completed Quiz types
- [x] Quiz
- [x] QuizAnswer
### Completed Question types
- [x] Checkbox
- [x] File
- [x] Order
- [x] Pair
- [x] Radio
- [x] Text
#### Completed QuestionAnswer types
- [x] CheckboxAnswer
- [x] FileAnswer
- [x] OrderAnswer
- [x] RadioAnswer
- [x] PairAnswer
- [x] TextAnswer
TGyAkos commented 6 days ago

This has been completed