change namespace to CodeOcean

This commit is contained in:
Karol
2021-12-06 20:23:30 +01:00
parent 2c7748ed12
commit ec49f91a08
6 changed files with 18 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ module ProformaService
language: DEFAULT_LANGUAGE,
model_solutions: model_solutions,
meta_data: {
openHPI: {
CodeOcean: {
instructions: @exercise.instructions,
},
},
@@ -76,10 +76,12 @@ module ProformaService
end
def test_meta_data(file)
{openHPI: {
'entry-point': file.filepath,
'feedback-message': file.feedback_message,
}}
{
CodeOcean: {
'entry-point': file.filepath,
'feedback-message': file.feedback_message,
},
}
end
def test_file(file)