Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tapComplete exercise not detecting multiple blanks #26

Open
2 tasks done
andreclerigo opened this issue Nov 16, 2024 · 0 comments
Open
2 tasks done

tapComplete exercise not detecting multiple blanks #26

andreclerigo opened this issue Nov 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@andreclerigo
Copy link
Collaborator

Context

During lesson, before answering

Issue Description

image
image

Challenge Data Object

{
"content": {
"sentence": "Warum funktioniert das Internet ? Warum gibt es Bett im Zimmer?",
"answer": "Warum funktioniert das Internet ? Warum gibt es Bett im Zimmer?",
"wordBank": [
"kein",
"nicht"
]
},
"wrapper": {},
"exercise": "Fill in the blanks",
"type": "tapComplete",
"language": {
"source": "de",
"target": "de",
"ui": {
"document": "en",
"client": {
"main": "en",
"options": [
"en",
"pt"
]
}
}
}
}

Answer Data Object

{
"details": {
"state": "incorrect",
"wrapper": {},
"button": {},
"language": "de"
},
"challenge": {
"content": {
"sentence": "Warum funktioniert das Internet ? Warum gibt es Bett im Zimmer?",
"answer": "Warum funktioniert das Internet kein? Warum gibt es nicht Bett im Zimmer?",
"wordBank": [
"kein",
"nicht"
]
},
"wrapper": {},
"exercise": "Fill in the blanks",
"type": "tapComplete",
"language": {
"source": "de",
"target": "de",
"ui": {
"document": "en",
"client": {
"main": "en",
"options": [
"en",
"pt"
]
}
}
}
},
"solution": "Warum funktioniert das Internet nicht? Warum gibt es kein Bett im Zimmer?"
}

Browser

Chrome

Extension Version

0.0.1.3

Your Language

English

Target Language

German

Exercise Type

tapComplete

Explain Button

  • Was the Explain button enabled?

Code of Conduct

  • I agree to abide by this project's Code of Conduct.
@andreclerigo andreclerigo added the bug Something isn't working label Nov 16, 2024
@andreclerigo andreclerigo self-assigned this Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant