This repository was archived by the owner on Sep 19, 2024. It is now read-only.
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
Create Question Model #5
Open
Description
Specifications for the Model
Name | Type | Details |
---|---|---|
question | Rich Text Field | Question along with any diagram |
min_mark | Integer | Minimum Mark |
max_mark | Integer | Maximum Mark. ( Optional ) |
difficulty | Select (ENUM) | Very Easy / Easy / Moderate / Hard / Expert |
type | Relational (Foreign Key) | Question Type (like Objective, Numerical, Theory etc.) |
topic | Relational(ManyToMany) | Question Topics |
date | Date | Date of setting the question |
author | Relational | Contributor of question (to Default User Model) |
Admin
- Searchable
- List Items -> Question (first 100 chars), Topics, Type, Difficulty, Mark Range, Author
Metadata
Metadata
Assignees
Labels
No labels