-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
discussionDiscussion is required before accepting PR or making new changesDiscussion is required before accepting PR or making new changesenhancementNew feature requestNew feature requestgood first issueGood for newcomersGood for newcomers
Description
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;
...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
discussionDiscussion is required before accepting PR or making new changesDiscussion is required before accepting PR or making new changesenhancementNew feature requestNew feature requestgood first issueGood for newcomersGood for newcomers