source/EduCATS/Pages/Testing/Passing/ViewModels/TestPassingQuestionViewModel.cs
Method moveAnswer
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
void moveAnswer(object obj, bool down)
{
try {
if (obj == null || obj.GetType() != typeof(int)) {
return;