Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Calculated multiquestions proposal: Difference between revisions

From MoodleDocs
Removing all content from page
No edit summary
Line 1: Line 1:
Working on it now. If you have ideas - you are welcome!
General idea is: We have general set of variables and need to ask many questions related with some theory and this set of variables.


Now I'm working about questions for financial field. Which has now up to 20 variables and up to 10 questions.
But for example could be Geometry field, '''Right circular cone''' which has variables such as r(base radius), h(height), <math>\theta</math>(aperture)
And many questions could be such as:
1. Calculate slant height s? (Formula  <math>s=\sqrt{r^2+h^2}</math>)
2. Calculate volume V? (Formula <math>V=1/3\cdot \pi\cdot r^2\cdot h</math>)
3. Calculate surface area S? (Formula <math>S=\sqrt{/pi\cdot r\cdot s}</math>) (depends on 1 question)

Revision as of 14:53, 10 May 2010

Working on it now. If you have ideas - you are welcome! General idea is: We have general set of variables and need to ask many questions related with some theory and this set of variables.

Now I'm working about questions for financial field. Which has now up to 20 variables and up to 10 questions.

But for example could be Geometry field, Right circular cone which has variables such as r(base radius), h(height), (aperture)

And many questions could be such as:

1. Calculate slant height s? (Formula )

2. Calculate volume V? (Formula )

3. Calculate surface area S? (Formula ) (depends on 1 question)