ace-lab / ace-lab/pl-ruby-rspec-autograders
`answers-name` not Accounted For
Ouverte
- Langage dominant
- Python
- Étoiles
- 0
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
At several points, the `data['submitted_answers']` dict is indexed without using the problem's `answers-name` attribute to get data, eg
```py
data['submitted_answers'][answers_name + 'student-parsons-solution']
```
where `answers_name` is set on the `question.html` file, and will soon be required by the element to process.
PL must have figured a way around this because it's their usual setup.
### Note:
After refactoring the backend, the solution will simply be stored at
```py
data['submitted_answers'][answers_name]
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.