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

Assessment schema #23

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

snehal0904
Copy link
Contributor

Related Issues

What This PR Adds/Removes/Changes

Added

Changed

Removed

Caveats/Problems/Issues

Checklist

  • The issues that this PR fixes/closes have been mentioned above.
  • What this PR adds/changes/removes has been explained.

schemas/Assessmentset.json Outdated Show resolved Hide resolved
"description": "A Assessmentset is an entity for .",
"required": [],
"properties": {
"title": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@snehal0904 so essentially, for marks entry - there will be an assessment (or exam event - e.g., Final Exams March 2022) and there will be a marks entry.

  1. assessment - id {string}, name {string}, marks_entry_ids [array]
  2. marks_entry - id {string}, classes [array], subjects [array], entry_level {question level, subject level}

The CSV uploaded will populate the questions / max marks etc. which will populate the student exam score schema.

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

Successfully merging this pull request may close these issues.

3 participants