nus-cs2103-AY2122S1 / forum

18 stars 2 forks source link

Using implicit shorthands to refer to Quiz options for justifications #442

Closed yyhangz closed 3 years ago

yyhangz commented 3 years ago

Apologies if this has been asked before.

Luminus quizzes tend not to have enumerations for their options (like A,B,C,D or 1,2,3,4), unless it is embedded manually into the options themselves by the designer of the quiz.

When writing the justification for each question, would it be okay if we implicitly assigned a shorthand for each option (maybe 1 for the top-most option, 4 for the bottom-most option for a 4-Options question), and used them for easier reference in our justifications segment?

For instance, with reference to the example below, can we say something like "Option 1 is not a FR since it is not a function that the user can carry out in the software.", when writing our justification?

image

damithc commented 3 years ago

@yyhangz Don't use numbers/letters to identify options unless the question itself specifies them. Reason: the options are often configured to appear in random order.

yyhangz commented 3 years ago

Ok thanks prof @damithc !