© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
2 replies
antimatter8189

❔ Advice on data modeling

So basically I've got this fat object called lesson,
Each lesson has phases, which is basically a question
Howerver such a situation can occur:
 bot: some explanation... question
 user: wrong answer
 bot: not quire right.
 user: wrong answer 2
 bot: not exactly, try...
 user: correct answer
 bot: great job!
 bot: some explanation... question
 user: wrong answer
 bot: not quire right.
 user: wrong answer 2
 bot: not exactly, try...
 user: correct answer
 bot: great job!


So each phase has user answers, I will add a collection of Bot Responses,
How do I tie these 2 together? so they know the order and what they belong too?
Any advice is welcome.
using Ef core btw
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Advice on Data modeling-ef core
C#CC# / help
3y ago
Seeking Advice on Simplifying a Class with Multiple Operations on Data Pairs
C#CC# / help
14mo ago
✅ Advice on possible architecture
C#CC# / help
9mo ago
Need advice on my code
C#CC# / help
13mo ago