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

[REQUEST] Is it possible to advance also with Lessons? #1

Open
rageSpin opened this issue May 29, 2024 · 3 comments
Open

[REQUEST] Is it possible to advance also with Lessons? #1

rageSpin opened this issue May 29, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@rageSpin
Copy link

Problem

session_data = {
        'challengeTypes': [
            'assist',
            'characterIntro',
            'characterMatch',
            'characterPuzzle',
            'characterSelect',
            'characterTrace',
            'completeReverseTranslation',
            'definition',
            'dialogue',
            'form',
            'freeResponse',
            'gapFill',
            'judge',
            'listen',
            'listenComplete',
            'listenMatch',
            'match',
            'name',
            'listenComprehension',
            'listenIsolation',
            'listenTap',
            'partialListen',
            'partialReverseTranslate',
            'readComprehension',
            'select',
            'selectPronunciation',
            'selectTranscription',
            'syllableTap',
            'syllableListenTap',
            'speak',
            'tapCloze',
            'tapClozeTable',
            'tapComplete',
            'tapCompleteTable',
            'tapDescribe',
            'translate',
            'typeCloze',
            'typeClozeTable',
            'typeCompleteTable',
        ],
        'fromLanguage': fromLanguage,
        'isFinalLevel': False,
        'isV2': True,
        'juicy': True,
        'learningLanguage': learningLanguage,
        'skillId': skillId,
        'smartTipsVersion': 2,
        'type': 'SPEAKING_PRACTICE',
    }

I tried naively to change type parameter to LESSON. Of course no results are obtained.

Solution
An interesting solution could be to change the type of Practice/ Lesson to advance also in the learning path.
Is there any API guide where we can understand better what's going in the various requests

@rageSpin rageSpin added the enhancement New feature or request label May 29, 2024
@gorouflex
Copy link
Owner

gorouflex commented May 29, 2024

I tried naively to change type parameter to LESSON. Of course no results are obtained.

Solution An interesting solution could be to change the type of Practice/ Lesson to advance also in the learning path. Is there any API guide where we can understand better what's going in the various requests

Duolingo is very restrictive with LESSON or anything that is not SPEAKING_PRACTICE, PRACTICE, I tried it with my alternative account and got instantly banned from Duolingo

@rageSpin
Copy link
Author

I tried naively to change type parameter to LESSON. Of course no results are obtained.
Solution An interesting solution could be to change the type of Practice/ Lesson to advance also in the learning path. Is there any API guide where we can understand better what's going in the various requests

Duolingo is very restrictive with LESSON or anything that is not SPEAKING_PRACTICE, PRACTICE, I tried it with my alternative account and got instantly banned from Duolingo

Thanks! I have also tried with another account and no ban at all, but it simply does not work anything

@gorouflex
Copy link
Owner

I tried naively to change type parameter to LESSON. Of course no results are obtained.

Solution An interesting solution could be to change the type of Practice/ Lesson to advance also in the learning path. Is there any API guide where we can understand better what's going in the various requests

Duolingo is very restrictive with LESSON or anything that is not SPEAKING_PRACTICE, PRACTICE, I tried it with my alternative account and got instantly banned from Duolingo

Thanks! I have also tried with another account and no ban at all, but it simply does not work anything

You can try GLOBAL_PRACTICE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants