1 |
efrain |
1 |
// essay
|
|
|
2 |
::Q8:: How are you? {}
|
|
|
3 |
|
|
|
4 |
// question: 2 name: Moodle activities
|
|
|
5 |
::Moodle activities::[html]Match the <b>activity</b> to the description.{
|
|
|
6 |
=[html]An activity supporting asynchronous discussions. -> Forum
|
|
|
7 |
=[moodle]A teacher asks a question and specifies a choice of multiple responses. -> Choice
|
|
|
8 |
=[plain]A bank of record entries which participants can add to. -> Database
|
|
|
9 |
=[markdown]A collection of web pages that anyone can add to or edit. -> Wiki
|
|
|
10 |
= -> Chat
|
|
|
11 |
}
|
|
|
12 |
|
|
|
13 |
// multiple choice with specified feedback for right and wrong answers
|
|
|
14 |
::Q2:: What's between orange and green in the spectrum?
|
|
|
15 |
{
|
|
|
16 |
=yellow # right; good!
|
|
|
17 |
~red # [html]wrong, it's yellow
|
|
|
18 |
~[plain]blue # wrong, it's yellow
|
|
|
19 |
}
|
|
|
20 |
|
|
|
21 |
// multiple choice, multiple response with specified feedback for right and wrong answers
|
|
|
22 |
::colours:: What's between orange and green in the spectrum?
|
|
|
23 |
{
|
|
|
24 |
~%50%yellow # right; good!
|
|
|
25 |
~%-100%red # [html]wrong
|
|
|
26 |
~%50%off-beige # right; good!
|
|
|
27 |
~%-100%[plain]blue # wrong
|
|
|
28 |
}
|
|
|
29 |
|
|
|
30 |
// math range question
|
|
|
31 |
::Q5:: What is a number from 1 to 5? {#3:2~#Completely wrong}";
|
|
|
32 |
|
|
|
33 |
// question: 666 name: Shortanswer
|
|
|
34 |
::Shortanswer::Which is the best animal?{
|
|
|
35 |
=Frog#Good!
|
|
|
36 |
=%50%Cat#What is it with Moodlers and cats?
|
|
|
37 |
=%0%*#Completely wrong
|
|
|
38 |
}
|
|
|
39 |
|
|
|
40 |
// true/false, with general feedback
|
|
|
41 |
::Q1:: 42 is the Absolute Answer to everything.{
|
|
|
42 |
FALSE#42 is the Ultimate Answer.#You gave the right answer.
|
|
|
43 |
####This is, of course, a Hitchiker's Guide to the Galaxy reference.}";
|
|
|
44 |
|
|
|
45 |
// name 0-11
|
|
|
46 |
::2-08 TSL::TSL is blablabla.{T}
|
|
|
47 |
|
|
|
48 |
// name 0-11
|
|
|
49 |
::2-08 TSL::TSL is blablabla.{TRUE}
|