Changes between Version 5 and Version 6 of RelationalDesign


Ignore:
Timestamp:
12/07/22 16:29:40 (2 years ago)
Author:
201100
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

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