questions/XXXX/YYYY/ZZ.json
where: XXXX - subject id YYYY - question id ZZ - language in country ISO code
M - Mandatory O - Optional
{
"qid": "M str - unique - 8 digit subject id + question id",
"language": "M str - country ISO code",
"type": "M one of predefined type bool/abcd/open",
"question": "M str",
"expected_answare": "M str",
"answare": "O list of answares for abcd type",
"img": "O bool",
"code_in_file": "O bool"
}
Example:
{
"qid": "00010000",
"language": "en",
"type": "open",
"question": "Whats the default file extension for python files",
"expected_answare": ".py"
}
- Warm up questions
- Python
- Basic Syntax
- Variable Types
- Basic Operators
- Decision Making
- Loops
- Numbers
- Strings
- Lists
- Tuples
- Dictionary
- Date & Time
- Functions
- Modules
- Files I/O
- Exceptions
- Classes/Objects
- Reg Expressions
- Database Access
- Networking
- Sending Email
- Multithreading
- XML Processing
- GUI Programming
- Introduction
- Built-in Functions
- Binary Data Services
- Data Types
- Numeric and Mathematical Modules
- Functional Programming Modules
- File and Directory Access
- Data Persistence
- Data Compression and Archiving
- File Formats
- Cryptographic Services
- Generic Operating System Services
- Concurrent Execution
- Interprocess Communication and Networking
- Internet Data Handling
- Structured Markup Processing Tools
- Internet Protocols and Support
- Multimedia Services
- Internationalization
- Program Frameworks
- Development Tools
- Debugging and Profiling
- Software Packaging and Distribution
- Python Runtime Services
- Custom Python Interpreters
- Importing Modules
- Python Language Services
- Miscellaneous Services
- MS Windows Specific Services
- Unix Specific Services
- Superseded Modules
- Undocumented Modules