*[**Assignment Visibility and Deadlines**](WebLab/Assignment-Visibility-and-Deadlines)
*[**Examination in WebLab**](WebLab/Examination-in-WebLab)
*[**Exam Ticket Setup**](WebLab/Exam-Tickets)
...
...
@@ -17,12 +15,14 @@
## The WebLab platform
WebLab (<https://weblab.tudelft.nl>) is a learning management system developed at the faculty of Electrical Engineering, Mathematics, and Computer Science (EEMCS) by the Software Technology dept./Programming Languages group. It supports various types of assignments (e.g., Multiple Choice, Open Question, Programming Question, File Submission Question) with automated and/or manual grading. On top of that, (remote) exams with built-in tooling to minimise fraud can be held by means of exam tickets, individual question order per student, timed questions, a randomly picked question from a set of question variants, and RPNow proctoring support.
**WebLab** (https://weblab.tudelft.nl) is a learning management system developed at the faculty of Electrical Engineering, Mathematics, and Computer Science (EEMCS) by the Software Technology dept./Programming Languages group.
It supports various types of assignments (e.g., Multiple Choice, Open Question, Programming Question, File Submission Question) with automated and/or manual grading. On top of that, (remote) exams with built-in tooling to minimise fraud can be held by means of exam tickets, individual question order per student, timed questions, a randomly picked question from a set of question variants, and RPNow proctoring support.
## Add Your Course to WebLab
- Sign in using _TU Delft Single Sign On_
- Open the [new course request page](https://weblab.tudelft.nl/newcourserequest)(in top menu: '**About**' -> '**Your Course in WebLab?**').
- Open the [new course request page](https://weblab.tudelft.nl/newcourserequest)(in top menu: '**About**' -\> '**Your Course in WebLab?**').
- To submit a request, fill in the '**Course Code**', the '**Course Name**', and an explanation on what you would like to use/try WebLab for in the '**Request**' section.
- When the WebLab administrators have accepted your request, you will receive notification. You can then start setting up your course.
...
...
@@ -54,6 +54,7 @@ There are 4 functional roles within WebLab for course staff: '**Observer**', '**
#### Assignment types
The following types of assignments are available:
| Type | auto. gr. | man. gr. | Description |
|------|-----------|----------|-------------|
| **Multiple-Choice** | :ballot_box_with_check: | :ballot_box_with_check: | Multiple Choice questions have a question text and can have any number _n_ of alternatives, of which _m_ correct ones. A student answer is correct when _y ≤ m_ (configurable), correct alternatives are chosen, and no incorrect alternatives are chosen. Students score a `10.0` when answered correctly, `0.0` otherwise. |