Allow random selection for ProxyExercise

This commit is contained in:
Sebastian Serth
2023-01-20 20:56:20 +01:00
parent d05d69756d
commit 2679f5fa56
9 changed files with 45 additions and 10 deletions

View File

@ -5,5 +5,6 @@ FactoryBot.define do
created_by_teacher
token { 'dummytoken' }
title { 'Dummy' }
algorithm { 'best_match' }
end
end