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

Expected structure of the repository #1

Open
michalspano opened this issue Sep 24, 2023 · 0 comments
Open

Expected structure of the repository #1

michalspano opened this issue Sep 24, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@michalspano
Copy link
Contributor

michalspano commented Sep 24, 2023

Expected structure of the repository

The following is the expected structure of this monorepo that compiles the prior exams at the IT faculty of Gothenburg University.

.
├─ exams
│   ├── courseCode                                      # exam course code
│   │   ├── date                                        # date of the exam
│   │   │   ├── Exam-courseCodes-date.pdf               # Exams
│   │   │   ├── Answer-courseCode-date-anonymCode.pdf   # Student answers (Teacher answers are under the anonym code official)
│   │   │   └── Combined-courseCode-date-anonymCode.pdf # Exams with student answers (Teacher answers are under the anonym code official)
│   │   ├── final_report-courseCode-id-grade            # final repots
│   │   ├── ...                                         # other exams (NOT COUNTED)
│   │   └── README.md                                   # overview for the course
│   └── ...                                             # other courses
└── README.md

Updated: 02/09/2024

@michalspano michalspano added the documentation Improvements or additions to documentation label Sep 24, 2023
@michalspano michalspano pinned this issue Sep 24, 2023
20Attila03 referenced this issue Apr 15, 2024
Final reports: final_report-courseCode-uniqueNumber-grade

Exams: Exam-courseCodes-date

Exams and answers in one doc: Combined-courseCodes-date-anonymCode

Student answers: Answer-courseCode-date-anonymCode

Teacher answers are under the anonym code: official
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant