Science:MER/Contributors Guide
This is the one-stop reference page for contributors to the Math Exam Resources wiki. Please make sure to read and understand the content of the yellow boxes first. Green boxes are good-to-know's, while blue boxes give additional details that you can read when you mastered the basics.
For more details see our manual.
Wiki Page Layout | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Wiki Page LayoutWiki pages are organized in
|
MER Question Pages | ||
---|---|---|
The pages in the MER wiki, however, have a slight twist on the normal wiki page. If you click on the Edit tab for any question page (see a sample here: Sandbox:MER-manual-sample), you won't actually see any of the math content. Instead, you see
We use the flags for our peer-review system and to organize questions by topic. The template {{MER Question page}} is the gateway to the content and is responsible for everything that is actually visible on the page. For each question page, there is an additional (at least) 3 subpages on the wiki, one containing the question statement, one containing the hint(s), and one containing the solution(s). These pages are included in the "parent" question page via the template listed above. This video walks you through how the Question page and its subpages are working together.
|
Wiki Organization |
---|
Questions are sorted by both class and topic on the main page Science:Math_Exam_Resources. All class pages are subpages of this page, exams are subpages of their respective class page, and questions are subpages of their respective exam pages. So if you're searching for the 3rd question of the April 2012 exam for Math 103, the address is (case sensitive): Science:Math_Exam_Resources/Courses/MATH103/April_2012/Question_03 And, given the first paragraph of this section, the hint for question 3 would be at the address Science:Math_Exam_Resources/Courses/MATH103/April_2012/Question_03/Hint_1 Note that page addresses in the wiki are case sensitive and that _ and blank are treated as the same symbol! Subpages of Math_Exam_Resources hold the mathematical content for users. Information only relevant to contributors (like this manual) is listed as a subpage of Science:MER. So MER is like the the control center for Math_Exam_Resources.
|
Contributing
Permissions |
---|
Anyone with a UBC CWL can make a wiki account and leave comments on the discussion tab of a page. To actually edit pages in the MER wiki, you need editing permissions in the Science namespace. Contact |
Peer-Review and Workflow | ||
---|---|---|
One of the most important aspects of the MER wiki is our system of peer review. The three main rules of the peer review system are:
This video shows the peer review and flags in action.
|
Status Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
This video shows the peer review and flags in action.
|
Content
Course creation |
---|
This is how you can add a new course. |
Add Exams and Question Pages |
---|
This is how you can add a new exam and create the question pages. |
Question statements | ||
---|---|---|
Question statements are stated as closely as possible to their original statements on the exam.
|
Hints | ||
---|---|---|
A good hint should be:
|
Solutions | ||||
---|---|---|---|---|
A good solution should be:
|
How-To's
Formatting Math Text |
---|
|
LaTeX | ||||||
---|---|---|---|---|---|---|
If you've never used LaTeX before, fear not! Most of the symbols used to typeset university level mathematics are not that challenging to learn. This wikibook has a fairly comprehensive list of common symbols (you can avoid the first section on environments). However, the best way to learn the LaTeX needed to contribute to the wiki is just to look at the sample code behind certain questions. Note that since equations are never numbered, mediawiki uses \begin{align} for "\begin{align*}" and gives an error on the latter.
|
Adding Pictures |
---|
See the UBC wiki help pages about how to add pictures and how to upload files. The convention that we will use is to have these images have a long but similar name to the page they will be used for. Say you want to add a picture to your solution of question 1 (a) of the April 2009 exam of MATH101. The question page is at the address:
Then the picture material for that question (for hints, questions, solutions etc.) should be all uploaded under the path:
where you can change picture_1 to anything you want and the .png has to match the type of the file you are uploading. Note that when writing the name of the file, you don't write the File: part, the upload will do it on its own, so when in the upload page, when asked for the new filename, just write:
See also |
Adding WolframAlpha Widgets |
---|
This widget allows you to add | Wolfram Alpha widgets to your wiki page. To insert this widget, use the following code: {{#widget:WolframAlpha|id=c44e503833b64e9f27197a484f4257c0}} Parameters
Note: all parameters come from the publish page of the Widget Builder. Sample result
Adding the code to the Visual editorWhen you insert a widget code (including YouTube, Slideshare, etc.) to the Visual Editor, copy the code then paste it to the Visual Editor. Then click on the code, and press edit. Then, you can change the parameter and press Apply Changes. |
Adding collapsible tables |
---|
To create (basic) collapsible tables, use the following code: {| class="collapsible wikitable collapsed" width="100%" style="background: #FFFFFF;" ! style="padding-left:1em; text-align: left;" | TITLE GOES HERE |- |style="padding:1em"| CONTENT GOES HERE |} |
Delete or move a page |
---|
Simply add the text {{delete}} to the page in question. If not obvious, please explain your reason for deletion in the commit message. The page will be deleted by the UBC wiki administrator 30 days later. Instead of deleting, consider moving the page instead. Eg when you want to rename Question 1 to Question 01. |
Where to Contribute
How do you know where to contribute? There are several ways:
- If you're interested in a particular class, go to that page. Hopefully there will be an in progress exam to work on. If you click on the in-progress exam page, there should be a grid at the bottom, showing the number of each kind of flag. If you want to add content, look under the first column of flags; to review content, see the second column of flags, etc.
- If there isn't an in-progress exam and you'd like to add one, check with a current admin first, and then see (forthcoming page on adding exams).
- If you want to add content to any class/exam, see our list of "content needed" flags for questions, hints, and solutions.
- To review or improve content for any class/exam, see our list of "review" flags (questions, hints, and solutions) or "bad quality" flags (questions, hints, and solutions). These are also linked under the currently open tasks section of the MER contributor's page.
- In general, any in-progress or completed exam could use more topic tags.
- If all else fails, there is usually some sort of task list on the contributor's page.