Skip to content

add basecode field in Question/Assignment Model #26

@Bhupesh-V

Description

@Bhupesh-V

Related Issues : #17 #25

The Question or Assignment model needs to be updated with a new field base_code.
Used by Moss for ignoring student submissions which match with it.

Additional Context
Different Templates can be provided to professors for easier usage. For e.g
A C++ base code may contain following content.

#include <iostream>
#include <vector>
#include <string>
...

Similarly a Java base code may look like

import static java.lang.Math.pow;
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionDiscussion is required before accepting PR or making new changesenhancementNew feature requestgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions