Question adding fix, rmDuplicates script update/fix

This commit is contained in:
mrfry 2020-10-06 17:04:38 +02:00
parent 98451bd5db
commit c6ee4efbe4
3 changed files with 61 additions and 46 deletions

View file

@ -348,7 +348,7 @@ function addQuestion(data, subj, question) {
result = [
...data,
{
name: subj,
Name: subj,
Questions: [question],
},
]