Project Config Builder

1: Project Setup

1.1: Basic Info
Please enter the project name.
Please select a valid architecture option.
Please enter the executable name that will be run.
Please assembler flags.
Please enter linker flags.

1.2: User Required Files
Name of a file the user will need to submit for grading.
Please enter a valid filename the user will need to submit.

1.3: Additional Files Provided
These are pre-assembled objects that will be linked with the user code.
These are .txt files the final binary can access. These files will be created in the same directory as the binary.
These are .bin files the final binary can access. These files will be created in the same directory as the binary.


2: Grading

2.1: Grading Breakdown Total Points: 100
25%
25%
25%
25%

2.2: Accuracy Grading

2.3: Source Efficiency Grading
%
Cutoffs:

2.4: Execution Efficiency Grading
How the grader should combine the number of executions instructed for each test case.
Please select a valid aggregation option.
%
Cutoffs:

2.5: Documentation Grading Documentation score is calculated as the average of the next two subcategories.
2.5.1: Ratio of comment-only lines to instruction lines
%
Cutoffs:

2.5.2: Ratio of instruction lines with inline-comments to instruction lines
%
Cutoffs:


3. Finish