Skip to content

Commit

Permalink
admin/exams, teams, tools: tweak text
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Dec 28, 2017
1 parent b2fbd7e commit 7c75656
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
31 changes: 13 additions & 18 deletions admin/exams.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,25 @@ Each MCQ question gives you a statement to evaluate.


Unless stated otherwise, the meaning of answer options are<br>
**A.** `Agree with confidence`<br>
**B.** `Agree, but not confident`<br>
**A.** `True`<br>
**B.** Option not used<br>
**C.** `Question unclear` (in this case, write down your doubt in the question paper)<br>
**D.** `Disagree, but not confident`<br>
**E.** `Disagree with confidence`
**D.** Option not used<br>
**E.** `False`


**Incorrect answers receive negative marks.** Here is an example marking scheme for a question that gives you a correct statement. %%&nbsp;The scheme will be reversed if the statement given is incorrect.%%
**Incorrect answers receive negative marks.** Here is an example marking scheme:

A. Agree with confidence **(+0.2)**<br>
B. Agree, but not confident **(+0.1)**<br>
C. Question unclear **(0)**<br>
D. Disagree, but not confident **(-0.1)**<br>
E. Disagree with confidence **(-0.2)**<br>
Answer correct **(+0.24)**<br>
Option `C` **(0)**<br>
No answer **(0)**<br>
Answer incorrect **(-0.24)**<br>

%%&nbsp;Negative marks are necessary because all questions are Agree/Disagree type. Without negative marks, anyone can score roughly half the marks by simply choosing the same option for all questions.%%
%%&nbsp;Negative marks are necessary because all questions are True/False type. Without negative marks, anyone can score roughly half the marks by simply choosing the same option for all questions.%%

**All questions carry equal marks.**

The exam paper has 133 questions.
* 3 are dummy questions used for admin purposes (not graded).
* The remaining 130 questions includes **10 extra questions**. i.e., you need only 120 correct answers to get full marks.
* These extra questions are meant as a safety buffer against mistakes you might commit under exam pressure or questions that are not clear to you.
* Alternatively, you can simply skip (or use option C for) 10 questions.
The exam paper has 100 questions.

Note that you have **slightly less than ½ minute for each question**, which means you need to go through the questions fairly quickly.

Expand All @@ -53,7 +48,7 @@ Given the fast pace required by the paper, to be fair to all students, **you wil

**Questions in Part 1 are confidential.** You are not allowed to reveal Part 1 content to anyone after the exam. All pages of the assessment paper are to be returned at the end of the exam.

You will be given OCR forms to indicate your answers for Part 1. As each OCR form can accommodate only 50 answers, you will be given three OCR forms. **Indicate your student number in all three OCR forms**.
You will be given OCR forms to indicate your answers for Part 1. As each OCR form can accommodate only 50 answers, you will be given 2 OCR forms. **Indicate your student number in both OCR forms**.

To save space, we use the following notation in MCQ question.
**[<span class="underline">x</span> | y | <span class="underline">z</span>] means ‘x and z, but not y’**
Expand All @@ -66,7 +61,7 @@ To save space, we use the following notation in MCQ question.

* IDEs can help with [<span class="underline">writing</span> | debugging | <span class="underline">testing</span>] code.

The correct response for it is `Disagree with confidence` because IDEs can help with all three of the given options, not just writing and testing.
The correct response for it is `False` because IDEs can help with all three of the given options, not just writing and testing.

</tip-box>

Expand Down
2 changes: 1 addition & 1 deletion admin/teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Phase A (Weeks 1 - 5) is the period for strengthening individual competencies. B
We allow some freedom in choosing team members, subject to these constraints:

* All team members should be in the same tutorial. ==Delay forming teams until your place in a tutorial is confirmed.== We do not allow changing tutorials to team up with your preferred team mates.
* Teams of ==single nationality are not allowed== %%Rationale: to train you to work in multicultural teams.%% However, we allow same nationality teams if the only language common among all team members is English. e.g. an all-Singaporean team that include both Chinese and Malay students.
* Teams of ==single nationality are not allowed== %%&nbsp;Rationale: to train you to work in multicultural teams.%% However, we allow same nationality teams if the only language common among all team members is English. e.g. an all-Singaporean team that include both Chinese and Malay students.
* No more than one exchange students per team %%Rationale: to increase interaction between exchange students and NUS students.%%

* Also note that **we may modify teams when circumstances call for it**. There is no avenue for you to object. Staying with your preferred team is not guaranteed.
2 changes: 1 addition & 1 deletion admin/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div id="communication">

**Communication**: Keeping a record of communications among your team can help you, and us, in many ways. We encourage you to do at least some of the project communication in written medium (e.g., GitHub Issue Tracker) to practice how to communicate technical things in written form.
* Instead of the IVLE forum, we encourage you to ==post your questions/suggestions in this [github/nus-cs2103-AY1718/forum](https://github.com/nus-cs2103-AY1718S2/forum/issues)==.
* Instead of the IVLE forum, we encourage you to ==post your questions/suggestions in this [github/nus-cs2103-AY1718S2/forum](https://github.com/nus-cs2103-AY1718S2/forum/issues)==.
* Alternatively, you can post in our slack channel [https://nus-cs2103-ay1718s2.slack.com](https://nus-cs2103-ay1718s2.slack.com). We encourage you all to ==join the slack channel== (you'll need to use an email address ending in `@nus.edu.sg`, `@comp.nus.edu.sg`, `@u.nus.edu.sg` or `@u.nus.edu` to join this channel).
* Note that slack is useful for quick chats while issue tracker is useful for longer-running conversations.
* You are encouraged to use channels with a wider audience (common channel in slack, GitHub issue tracker) for module-related communication as much as possible, rather than private channels such as private slack/FB messages or direct emails. %%Rationale: more classmates can benefit from the discussions%%.
Expand Down

0 comments on commit 7c75656

Please sign in to comment.