Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
wselfedu 0.4.2 documentation
wselfedu 0.4.2 documentation
  • Install
  • Reference
    • General
      • Project general models
      • Project general views
    • Users app
      • Views
        • User
        • Mentorship
      • Models
      • Admin
      • Forms
      • Modules
      • Context processor
      • Tests
        • User
        • Mentorship
        • Points
    • Foreign app
      • Views
        • Word
        • Word category
        • Word source
        • Word exercise
      • DRF Views
      • Models
      • Admin
      • Forms
      • Filters
      • ORM queries
      • Serializers
      • Exercise
      • Analytics
    • Glossary app
      • Overview
      • DRF views
      • Models
      • Admin
      • ORM queries
      • Serializers
      • Exercise
    • Mathematics app
      • Views
      • Models
      • Exercise
      • Forms
      • Tests
    • Project constants
  • REST API
    • Authentication
    • Foreign
    • Glossary
  • Testing
    • Module testing
      • General
        • General CRUD test utils
        • General extension test utils
      • Foreign app
        • Home
        • Word CRUD
        • Category CRUD
        • Source CRUD
        • List pagination
        • Exercise params form
        • Word exercise
        • Lookup params
        • Favorites
        • Word progress
        • Analytic
      • Foreign app REST
        • Word CRUD
        • Parameters
        • Exercise
        • Assessment
      • Glossary app
        • Term CRUD
        • Category CRUD
        • Source CRUD
        • Glossary exercise
        • Lookup params
        • Term progress
    • Browser testing
      • Browser testing utils
        • Page
        • Test
      • Page components
        • Navbar
      • Pages
        • About page
        • Foreign main page
        • Foreign category page
        • Foreign create page
        • Exercise page
        • Foreign list page
        • Foreign source page
        • Home page
        • Login page
        • Mathematics page
        • Mathmatics exercise params page
        • Mathematics exercise page for mentorship
        • Mentorship page
        • Mobile page
        • Profile page
        • Registration page
      • Tests
        • Home page tests
        • Navigation links tests
        • Profile page tests
        • Mentorship page tests
        • Foreign exercise page tests
        • Math exercise page tests
  • How-to Guides
    • Test Guides
      • Browser testing
  • Changelog
Back to top
View this page

Learning foreign words appΒΆ

  • Views
    • Word
    • Word category
    • Word source
    • Word exercise
  • DRF Views
    • WordListCreateAPIView
    • WordDetailAPIView
    • foreign_params_view()
    • foreign_selected_view()
    • foreign_exercise_view()
    • update_word_progress_view()
    • update_word_favorites_view()
  • Models
    • Word
    • WordCategory
    • WordSource
    • TranslateParams
    • WordAnalytics
  • Admin
  • Forms
  • Filters
  • ORM queries
  • Serializers
  • Exercise
  • Analytics
Next
Foreign app views
Previous
Test the points
Copyright © 2024, Sergei Mikurov
Made with Sphinx and @pradyunsg's Furo