-
Notifications
You must be signed in to change notification settings - Fork 5
Add new exercise
Mika Tompuri edited this page Dec 16, 2024
·
11 revisions
This page explains how you add new exercises.
- Exercise: Top level element. One exercise can have multiple slides and tasks.
-
Slide: Each student only completes tasks on one slide. If an exercise has multiple slides, each student randomly sees one one of the slides and completes the tasks related to it. For example:
- an exercise has slides 1 and 2.
- Student A completes tasks on slide 2.
- Student B completes tasks on slide 1.
- Student C completes tasks on slide 1.
- Task: Task contains the actual question / assignment that students answer. Tasks take different forms, for example: multiple choice, essay, scale.
How to add blocks: SeeEdit lesson pages
- Exercise name: Give your exercise a descriptive name. For example, Definitions of sustainable development
- Max points: Total number of points. If your exercise has two tasks and you set max points to 2, each task is worth 1 point. It is recommended that you award even number of points and avoid half points or fractions.
- Limit number of tries and Max tries per slide: Set a limit to how many times a student can attempt a slide. If you do not set a limit, students can attempt the tasks as many times as they like.
Use the Add slide button to add a new slide.
Use the Add task button to add a new task.
- Click the edit task button (shaped like a pencil)
- Write the assignment instructions that are displayed to students. These are general instructions for all questions.
- Select 'Quizzes' to show different exercise types.
- Select task type. Different types are explained on this wiki page.
- Remember to save the changes you have made after you have successfully set up the exercise!
You can add feedback messages that are connected to individual answer options or the whole quiz item.
- Message after submission when this option selected: Displayed to students who select the answer option as soon as they submit their answer.
- Message on model solution when this option selected: Displayed to students who select the answer option once they get the exercise correct or run out of tries.
You can configure these feedback messages under the advanced options in the quiz item settings.
- Success message: Displayed after submission if student gets full points from the quiz item.
- Failure message: Displayed after submission if student gets less than full points from the quiz item.
- Message on model solution: Displayed after submission if student gets full points from quiz item or runs out of tries.
You can add formatting to feedback messages. You need to add a markdown tag at the beginning and end of the feedback message. For example: [markdown]
Your markdown formatted message here![/markdown]
You can also use LaTeX tags to display, for example, mathematical formula. For example:
- [latex]y = ax^2 + bx + c[/latex]
- [latex]\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}[/latex]
- [latex]L = -\frac{1}{N} \sum_{i=1}^N \left[ y_i \log(\hat{y}_i) + (1 - y_i) \log(1 - \hat{y}_i) \right][/latex]
- Edit the page where the exercise you want to move is located.
- Click next to the big title Exercise to highlight the block
- In the block ribbon, click the three dots symbol.
- Edit the page where you want to have the exercise on.
- Add a new
paragraph block
to part of the page where you want to have the exercise. - Paste the block (Windows: Ctrl+V).
- Save changes.