virtual-labs-archive / problem-solving-iiith

Other
4 stars 437 forks source link

List of Experiments_Sequences_Quizzes #787

Open santhu33 opened 5 years ago

santhu33 commented 5 years ago

Defect description: There are multiple answers possible for a question. In q10 of quiz, option c is the correct answer , option d gives compilation error because after i--,semicolon(;) is missing and even if syntax is changed then also it doesn't fall under infinite loop because it gives output -1 only once. In either of the cases option d can also be treated as correct answer.so it should be replaced by other option.

Steps to reproduce the issue:

Problem Solving Lab → List Of Experiments ->Sequences-> quizzes.

expected result: only one correct answer should be there as it is single correct answer.

Actual Result: ignores other option.

Attachments: Screenshot (17) Screenshot (18) Screenshot (19)

bhavesh01shukla commented 5 years ago

fixed same as #785