Changes between Version 6 and Version 7 of RelationalDesign


Ignore:
Timestamp:
12/07/22 16:37:52 (19 months ago)
Author:
201100
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v6 v7  
    4242•       Choice(__**choiceID**__, **questionID***(question), **isCorrect**, **choiceText**)
    4343
    44 •       Selected Choice(__**selectedChoiceID**__, **choiceID***(choice))
     44•       Selected Choice(__**selectedChoiceID**__, __**choiceID**__*(choice), **attemptID***(attempt))
    4545
    46 •       Attempt(__**attemptID**__, **userID***(quizTaker), **attemptDate**, **quizID***(quiz), **selectedChoiceID***(selectedChoice))
     46•       Attempt(__**attemptID**__, **userID***(quizTaker), **attemptDate**, **quizID***(quiz))
    4747
    4848•       Result(__**resultID**__, **attemptID***(attempt), **points**)