Suotar is a tool designed to make registering course completions easy.
Additionally, Suotar automatically checks completions for various mooc-courses every week.
Päivittämätön käyttöohje suomeksi
To use Suotar, you must be a HY employee and be approved as a grader in Suotar. To get approved, first visit the service so that your user account is automatically created, then contact [email protected].
Suotar can be used to register completions on any course CS department may register. Mostly this means all TKT (also Open University) and some MOOC courses. However, before using Suotar, the course details must first be added to it manually. To get your course added, please contact [email protected].
- Visit the site.
- Request grader approval by mailing [email protected]. Also give the details of the course you want to grade.
- After being approved, head to the service.
- Select the right course from the dropdown, and paste the list of completions. You can also upload or drag a .csv, .txt, or .dat type file if you prefer. See format instructions below for details.
- Once everything is in order, the green "Send report" button activates, and you can forward the report by clicking it!
- The CS-department will take care of forwarding the reported completions now to SISU.
In the "View reports" tab you can see all the reports you've sent, as well as their status.
Completions are reported as rows, with values separated with a semicolon:
studentnumber;grade;amount of credits; language
Only the studentnumber is required, all the other information is filled in from the course details, set date or default grade. If you need to overwrite a default value, you can do so by typing the value in the required row.
Grade can be a number (0, 1, 2, 3, 4, 5), "Hyv." or "Hyl." (Hyv. = hyväksytty = passed, Hyl. = hylätty = failed).
010000003;2;5;fi
011000002;4;;en
011100009;5
011110002;0;;fi
On the first row, all details are filled in. The second row has no explicitly set credits. This student will therefore receive the default amount of credits set for this course.
Third row only gives the studentnumber and grade (5), and everything else is filled based on the course details. On the fourth row the completion is marked as failed (grade = 0), and being in Finnish.
Any details and validation errors can be seen in the table below the copy-paste-field.
In case some students are missing enrolment to the course, Suotar will catch these completions into something called enrolment limbo. Suotar checks automatically every week, whether these students already have enrolled to the course. Once they have, Suotar will create a report of these completions. Teacher does not need to report completions without initial enrolment again.
There are a bunch courses with automatic reporting. These are courses that come from MOOC and can be found from the page 'Automated Reports'.
Feature is no longer needed since AY codes does not exist anymore. The support can be removed from the code
For some courses, same course instance has students signed in from both AY and TKT. These courses are called Combo Courses. When marked as such in the SuotarDB, and approved by Open University, Suotar can automatically detect which completion should the student receive. You can see the selection for each student after inserting the data. The Open University completions will be painted blue.
- Clone the repository
- Make sure you have a .env-file with the contents of .env.template
npm install
npm run dev
- Open localhost:8000
- Dev-database can be viewed at: localhost:8080/?pgsql=db&username=postgres&db=postgres&ns=public
Get production data for debugging/development with
./scripts/get_prod_db.sh
Run all test by npm test
or open Cypress interactively with npm run cypress:open
See documentation folder for diagram sources.