From: koenr Quiz attempts Students may be allowed to have multiple attempts at a quiz.
-
- This can help make the process of taking the quiz more of
- an educational activity rather than simply an assessment.
diff --git a/lang/pt/help/quiz/categories.html b/lang/pt/help/quiz/categories.html
deleted file mode 100644
index f0a21f987f..0000000000
--- a/lang/pt/help/quiz/categories.html
+++ /dev/null
@@ -1,17 +0,0 @@
- Question categories Rather than keeping all your questions in one big list,
- you can create categories to keep them in.
-
- Each category consists of a name and a short description.
-
- Each category can also be "published", which means
- that the category (and all questions in it) will be
- available to all courses on this server, so that
- other courses can use your questions in their quizzes.
-
- Categories can also be created or deleted at will.
- However, if you try to delete a category containing
- questions, then you will be asked to specify another
- category to move them to.
-
diff --git a/lang/pt/help/quiz/correctanswers.html b/lang/pt/help/quiz/correctanswers.html
deleted file mode 100644
index 3a42e9efa4..0000000000
--- a/lang/pt/help/quiz/correctanswers.html
+++ /dev/null
@@ -1,6 +0,0 @@
- Show correct answers If you enable correct answers, then the
-feedback will show also show the correct answer
-for each question (highlighted in a bright colour).
- Feedback If you enable quiz feedback, then students will receive
- question feedback on every answer (right or wrong). Grading method When multiple attempts are allowed, there are different ways
- you can use the grades to calculate the student's final
- grade for the quiz.
-
- Highest grade
- The final grade is the highest (best) grade in any attempt.
- Average grade
- The final grade is the average (simple mean) grade of all attempts.
- First grade
- The final grade is the grade gained on the first attempt (other attempts are ignored).
- Last grade
- The final grade is the grade gained on the most recent attempt only.
- Maximum grade The maximum grade you set for a quiz is what all grades
- are scaled to.
-
- For example, you might set the max grade to 20, because the
- quiz is worth 20% of the whole course.
-
- Even though you might have 10 questions in your quiz
- worth a total of 50 marks, all grades out of 50 will be
- "scaled down" to the quiz max grade of 20.
diff --git a/lang/pt/help/quiz/multichoice.html b/lang/pt/help/quiz/multichoice.html
deleted file mode 100644
index 52682ffa7c..0000000000
--- a/lang/pt/help/quiz/multichoice.html
+++ /dev/null
@@ -1,19 +0,0 @@
- Multiple Choice questions In response to a question (that may include a image) the respondent
- chooses from multiple answers. There are two types of multiple choice
- questions - single answer and multiple answer.
-
- Single-answer questions allow one and only one answer to be chosen.
- Generally all the grades for such a question should be positive.
-
- Multiple-answer questions allow one or more answers to be chosen - each answer
- may carry a positive or negative grade, so that choosing ALL the options
- will not necessarily result in good grade. If the total grade is negative
- then the total grade for this question will be zero. Careful, it is
- possible to create questions that have scores greater than 100%.
-
- Finally, each answer (right or wrong) should include feedback - this feedback
- will be shown to the respondent next to each of their answers (if the quiz
- itself is configured to show feedback).
- Creating a new question You can add a variety of different types of questions to a category: Multiple Choice In response to a question (that may include a image) the respondent
- chooses from multiple answers. There are two types of multiple choice
- questions - single answer and multiple answer.
- More info: Short Answer In response to a question (that may include a image), the respondent
- types a word or phrase. There may several possible correct answers,
- with different grades. Answers may or may not be sensitive to case.
- More info: True/False In response to a question (that may include a image), the respondent
- selects from two options: True or False.
- More info: Random (Not yet implemented) Allows you to select a number of other questions from
- which one gets randomly selected each time a student attempts the quiz.
- More info: Short Answer questions In response to a question (that may include a image) the respondent
- types a word or short phrase.
-
- There may be several possible correct answers, each with a different
- grade. If the "Case sensitive" option is selected, then you can
- have different scores for "Word" or "word".
-
- Answers are compared exactly, so be careful with your spelling!
diff --git a/lang/pt/help/quiz/timeopen.html b/lang/pt/help/quiz/timeopen.html
deleted file mode 100644
index 5bda122a35..0000000000
--- a/lang/pt/help/quiz/timeopen.html
+++ /dev/null
@@ -1,5 +0,0 @@
- Opening and closing the quiz You can specify times when the quiz is accessible for people to make attempts.
-
- Before the opening time, and after the closing time, the quiz will be unavailable.
diff --git a/lang/pt/help/quiz/truefalse.html b/lang/pt/help/quiz/truefalse.html
deleted file mode 100644
index 7323375a24..0000000000
--- a/lang/pt/help/quiz/truefalse.html
+++ /dev/null
@@ -1,11 +0,0 @@
- True/False questions In response to a question (that may include a image) the respondent
- chooses from True or False.
-
- If feedback is enabled, then the appropriate feedback message is
- shown to the respondent after answering the quiz. For example,
- if the correct answer is "False", but they answer "True" (getting
- it wrong) then the "True" feedback is shown.
- Resource Type Resources are any content you can dream up. These are the
- different types, which mostly specify how the content is
- to be accessed:
-
- Plain text - the easiest type. You can just type (edit) the page into a form
-on the following page. Some things you type will be automatically formatted, just like
-forum postings. See help on typing text:
-
- HTML text - for more advanced users. No automatic formatting is performed,
-you need to do it all manually using HTML codes.
-
- Reference - a scholarly reference to a journal or book.
-
- Uploaded file - displays any file you have uploaded into the course. See the 'Files' section.
-
- Web link - A URL to somewhere on the web. When anyone clicks on this resource
-activity they will be taken out of the course (the page you've specified will fill the browser window).
-
- Web page - A URL to somewhere on the web. Like the previous type, this
-will display a web page. Unlike the previous type, though, the page will displayed
-within a frame, as if it is integrated within the course.
diff --git a/lang/pt/help/richtext.html b/lang/pt/help/richtext.html
deleted file mode 100644
index 160d48838a..0000000000
--- a/lang/pt/help/richtext.html
+++ /dev/null
@@ -1,160 +0,0 @@
- About the Richtext HTML editor Availability:
-htmleditor) {
- print_string("htmleditordisabledadmin");
- } else if (!$USER->htmleditor) {
- print_string("htmleditordisabled");
- } else if (!can_use_richtext_editor()) {
- print_string("htmleditordisabledbrowser");
- } else {
- print_string("htmleditoravailable");
- }
-?>
- The Richtext HTML editor provides a word-processor interface embedded in your web page to allow you to edit text in an intuitive way, and produces normal HTML code.
-
- In addition to formatting text, this editor provides a number of extra features you may find useful.
-
- Paste text in from other Applications You can cut and paste rich text from other Windows applications such as Microsoft Word
- straight into this editor, and your formatting will be preserved. Just use the normal cut and paste
- menus in your web browser (or Control-C and Control-V).
- Inserting images If you have images that are already published on a web site and accessible via a URL, you can include these images in your texts using the "Insert Image" button.
- Inserting Tables To add layout to your texts, you can use the "Insert Tables" button in the toolbar.
- Inserting Links To make a new link, first type the text that you want to be a link. Then select it and click the link button in the toolbar. Type the URL you want to link to and it's done!
- Inserting smilies (emoticons) To embed these small icons in your text, click on the smiley icon in the toolbar. A dialog will pop up that allows you to select from the following smiley icons. (Alternatively, you can just type the corresponding code straight into your text and it will be converted later when your text is displayed).
-
- Adding a Comment Comments can be added to an assessment to:
-
- The aim of the comments is to try either reach agreement on the
- current assessment or persuade the assessor to revise their assessment.
- This discussion should be undertaken in a reasonable way.
-
- If the work is reassessed then the old comments are discarded and
- are no longer shown with the new assessment.
-
- Agreement of Assessments A workshop assignment can have either of these characteristics:
-
- If the second method of working is chosen there is the option of switching off the display
- of grades. That is, if this "hide grades" option is exercised, only the comments
- in the assessment are shown to the student who work is being assessed.
- The grades are shown only after agreement has been reached (on the
- comments alone). Note that this option only effective when agreement on
- assessments is required.
-
- Anonymous Grading A peer graded assignment can be graded anonymously. In this
- case the names (and any photos) of the students doing the grading
- are not shown. Only the (file) names of the submissions are used to identify
- the peices of work being graded.
-
- When the peer graded assignment is not graded anonymously, the
- pieces of work are shown with the names (and any photos) of the
- students who submitted the work. This may lead to bias in the gradings.
-
- Note that if the teacher's grades are shown to the students these are
- never shown anonymously.
- Peer Graded Assignment Type A peer graded assignment can have one of two types:
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/lang/pt/help/quiz/maxgrade.html b/lang/pt/help/quiz/maxgrade.html
deleted file mode 100644
index d3841862d4..0000000000
--- a/lang/pt/help/quiz/maxgrade.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/lang/pt/help/quiz/shortanswer.html b/lang/pt/help/quiz/shortanswer.html
deleted file mode 100644
index 39f343310b..0000000000
--- a/lang/pt/help/quiz/shortanswer.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/lang/pt_br/help/workshop/addingacomment.html b/lang/pt_br/help/workshop/addingacomment.html
deleted file mode 100644
index 2a9a897af6..0000000000
--- a/lang/pt_br/help/workshop/addingacomment.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- smile
- :-)
-
-
-
- big grin
- :-D
-
-
-
- wink
- ;-)
-
-
-
- mixed
- :-/
-
-
-
- thoughtful
- V-.
-
-
-
- tongue out
- :-P
-
-
-
- cool
- B-)
-
-
-
- approve
- ^-)
-
-
-
- wide eyes
- 8-)
-
-
-
- surprise
- 8-o
-
-
-
-
-
-
- sad
- :-(
-
-
-
- shy
- 8-.
-
-
-
- blush
- :-I
-
-
-
- kisses
- :-X
-
-
-
- clown
- :o)
-
-
-
- black eye
- P-|
-
-
-
- angry
- 8-[
-
-
-
- dead
- xx-P
-
-
-
- sleepy
- |-.
-
-
-
- evil
- }-]
-
-
-
-
-
-
-
-
The Breakdown of the Final Grade
- -The table on this screen shows your final grade and how it was calculated. - The final grade is made up from three possible components. - -
These three components can be weighted as deemed appropriate for the - assignment. These weights are shown in the smaller table. -
diff --git a/lang/pt_br/help/workshop/calculatingfinalgrade.html b/lang/pt_br/help/workshop/calculatingfinalgrade.html deleted file mode 100644 index 77d6c0c685..0000000000 --- a/lang/pt_br/help/workshop/calculatingfinalgrade.html +++ /dev/null @@ -1,54 +0,0 @@ -The Calculation of the Final Grade
- -The table on this screen shows how the the final grades for the students - are calculated. The final grades are a weighted sum of up to five components. - -
These five components can be weighted as deemed appropriate for the - assignment. For example the teacher's grade might be weighted strongly - if the peer grading part of the assignment is only considered a minor part - of the assignment as a whole. Alternatively, if the teacher only grades a few - of the submissions these grades can be ignored by giving them a zero weighting. - If the assignment is all about the students as judges and the providing of feedback - then first two components may be set to zero (or low) and the students' - grading abilities will determine the final grades. - -
Note that this screen is used iteratively and the final grades are not normally - made available to the students until the final phase of the assignment. Once the - the teacher is happy with the final grades and their weightings then they can - be made available to the students. -
diff --git a/lang/pt_br/help/workshop/editingacomment.html b/lang/pt_br/help/workshop/editingacomment.html deleted file mode 100644 index 49de226628..0000000000 --- a/lang/pt_br/help/workshop/editingacomment.html +++ /dev/null @@ -1,6 +0,0 @@ -Editing a Comment
- -As with other items there is a short period of time allowed when - the text of comments can be amended. The comment is not shown - on the assessment until this period has elapsed. -
diff --git a/lang/pt_br/help/workshop/elements.html b/lang/pt_br/help/workshop/elements.html deleted file mode 100644 index a595abb8ea..0000000000 --- a/lang/pt_br/help/workshop/elements.html +++ /dev/null @@ -1,56 +0,0 @@ -Assignment Elements
- -For ease of grading, a Workshop Assignment should have a reasonable - number of "Assessment Elements". Each element should cover - a particular aspect of the assignment. Typically an assignment will have - something between 5 to 15 elements for comments and grading, the - actual number depending on the size and complexity of the assignment. A peer - assignment with only one element is allowed and has a similar assessment - strategy to the standard Moodle Assignment. - -
The type of elements dependent of the assignment's grading strategy. - -
Not Graded. The elements are descriptions of aspects of the assignment. - The assessor is asked to comment on each of these aspects. As with all the grading - strategies, there is also an area for general comments. - - -
Accumulative Grading. The elements have the following three features: -
Error Banded Grading. The elements will normally describe certain items - or aspects which must be present in the assignment. The assessment is made on the - present or absence of these items or aspects. The teacher must all set of grade table which - give the suggested grades when all the items are present, when one is absent, when two are - absent, etc. If certain items are more important than others then those items can be given - a weighting greater than one. Minor items can be given a weighting less than one. The - overall "error count" is a weighted sum of the missing items. The assessor - can always make a minor adjustment to these suggested grades. - -
Criteria Grading. The elements will give a set of "level" statements -which can be used to rank the assignment. The statements may be cumulative or they may -each be self contained. The assessor must decide which statement best fits each piece of -work. The teacher must also relate each criterion statement with a suggested grade. These -should normally be in order. The assessor can make a minor adjustment to these -suggested grades. -
\ No newline at end of file diff --git a/lang/pt_br/help/workshop/finalgrades.html b/lang/pt_br/help/workshop/finalgrades.html deleted file mode 100644 index 0f51aa8fbf..0000000000 --- a/lang/pt_br/help/workshop/finalgrades.html +++ /dev/null @@ -1,21 +0,0 @@ -The Final Grades
- -The table on this screen lists the final grades and their breakdown as shown to - the students. If there are missing values in the table then it is possible to "go back" - and add these. In fact, there are two adjustments which can be made to the Final Grades. - -
A Graded Peer Assignment
- -This shows the grades and comments made on the submitted piece of - work. You can if you wish reply to this assessment and choose not to - accept it (at this stage). If that is the case, please enter your reply in the - box at the foot of the page giving the reason why you are not happy with - the assessment. Then click on the button at the foot of the page and - choose NO when asked whether you are happy with this assessment. - -
If, on the other hand. you are happy with the assessment simply - click on the button at the foot of the page and then click on YES when - asked whether you are happy with this assessment. - -
diff --git a/lang/pt_br/help/workshop/grading.html b/lang/pt_br/help/workshop/grading.html deleted file mode 100644 index b7da8771b7..0000000000 --- a/lang/pt_br/help/workshop/grading.html +++ /dev/null @@ -1,32 +0,0 @@ -Grading of Peer Assignments
- -For ease of grading a Peer Assignment is divided into a number of - assessment "elements". Each element covers - a particular aspect of the assignment. Depending on the type of assessment, - for each element you should -
In other type of asessments, you are asked to determine if various items - are present or absent, in others you are asked to choose which statement best - fits the peice of work. In both of these assignments you can adjust the grade - somewhat as you see fit. - -
The last box on this form allows you to make a general comment on the - work. This should justify your assessment. It should be polite and as far as - possible constructive. Your assessment will be shown to the student who - produced the piece of work. - -
You have a limited period of time, typically half an hour, in which to - change your mind and alter your grades or comments. Once that period - is over the person whose work you are assessing is notified about the assessment. - At that stage you can view your assessment but you cannot change it. - -
diff --git a/lang/pt_br/help/workshop/gradingassessments.html b/lang/pt_br/help/workshop/gradingassessments.html deleted file mode 100644 index 2ace224d65..0000000000 --- a/lang/pt_br/help/workshop/gradingassessments.html +++ /dev/null @@ -1,20 +0,0 @@ -Grading the Student Assessments
- -This screen is used to enter the teacher's grade for the assessment made - by the student during the submission and assessment phase of the assignment. A relatively - simple grading is used, the score out of 20. The treacher can decide what is - being graded and the relative scores from the instructions given to the students - before the assignment started. For example, at a higher level the students may be - required to give critical comments, at an intermediate level the students may be - required to point out strengths and weaknesses, and at a lower level the students - may be simply pointing out errors and inaccuracies. - -
If available the Teacher's own assessment is shown before that of the - student so an easy comparison can be made. The teacher's own - comments can act as a kind of benchmark. - -
The grades of assessment is - saved by clicking on the apprpriate button at the foot of the page. There is a - chance to repeat the grading within the "editing" period. Once that - time has elapsed the grade is made available to the student. -
diff --git a/lang/pt_br/help/workshop/gradingstrategy.html b/lang/pt_br/help/workshop/gradingstrategy.html deleted file mode 100644 index 6802f14464..0000000000 --- a/lang/pt_br/help/workshop/gradingstrategy.html +++ /dev/null @@ -1,73 +0,0 @@ -Grading Strategy
- -A workshop assignment is quite flexible in the type of grading scheme used. This can be: - -
Elements have the following three features: -
Including Self in the Assignment
- -A peer graded assignment can optionally include the student's own work - in the set of pieces each student is asked to grade. This will mean that if, say, the - number of peer assessors is 5, then each student will be asked to grade 6 - pieces of work, one of them being their own work. - -
If the number of peer assessors is set to zero and the include self option - is turned on then the assignment becomes a self-graded assignment. This - may or may not include the teacher's grading depending on whether that - option is set or not. - -
diff --git a/lang/pt_br/help/workshop/index.html b/lang/pt_br/help/workshop/index.html deleted file mode 100644 index 6169fd92ee..0000000000 --- a/lang/pt_br/help/workshop/index.html +++ /dev/null @@ -1,4 +0,0 @@ -Workshop
-Managing a Workshop Assignment
- -A Workshop Assignment is more complex than an ordinary assignment. - It involves a number of steps or phases. These are -
With the assessment elements set up the teacher will normally submit a - small number of example pieces of work. These are practice pieces for the - students to assess before preparing their own pieces of work. However, - before the assignment is made available to students, these example - pieces should be assessed by the teacher. This provides the students - with not only examples for the assignment but also specimen assessments - on those examples. -
The submission of example pieces of work by the teacher is optional - and for certain assignments may not be appropriate. - -
When a student submits a piece of work the teacher can, if desired assess that - work. This assessment can be incorporated into the student final grade. These - assessments, if they are required, can take place either during the submission - phase of the assignment or after the submission deadline. -
If the assignment incorporates peer assessment, students who have submitted - work are shown other students' work to assess. When they have made an assessment - their peer can see that assessment (but the other student cannot comment on it.) - The teacher, however, can, if desired, grade the assessment and that score is taken - forward towards the student's final grade. - -
Number of Assessments of Student submissions
- -This number determines whether the students are asked to peer assess - other students' work. If it is - not zero then each student is offered that number of pieces - of work from other students. After assessment the originator of the work - can view the comments and possibly the grade given by their peer. - (The peer assessment process may be iterative depending on the setting of - "Agree Assessments" option.) The teacher can also, - if desired, grade these assessments and those grades can be used in the calculation of - the final marks. The student is shown the teacher's comments and grade - for each of their assessments if available. -
diff --git a/lang/pt_br/help/workshop/nassessmentsofteachersexamples.html b/lang/pt_br/help/workshop/nassessmentsofteachersexamples.html deleted file mode 100644 index b0f041b1af..0000000000 --- a/lang/pt_br/help/workshop/nassessmentsofteachersexamples.html +++ /dev/null @@ -1,10 +0,0 @@ -Number of Assessments of Teacher's Examples
- -This number determines whether the students are asked to assess - any example peices of work before submitting their own work. If it is - not zero then each student must assess that number of example pieces - of work to a satisfactory level. This means that the teacher must grade - these assessments before the student can submit work. The student is - shown the teacher's comments and grade for each of their - assessments. -
diff --git a/lang/pt_br/help/workshop/nelements.html b/lang/pt_br/help/workshop/nelements.html deleted file mode 100644 index 2352c05bbd..0000000000 --- a/lang/pt_br/help/workshop/nelements.html +++ /dev/null @@ -1,15 +0,0 @@ -Number of Comments, Elements, Bands or Criteria
- -The number entered here determines how many items will be used in - the assessments. Depending on the type of grading strategy, this number - gives the number of comments, assessments elements, bands or criteria - to be used in the assessments. Typically an assignment will have - something between 5 to 15 assessment items, the - actual number depending on the size and complexity of the assignment. - -
All assessments have a General Comments field. For a "No - Grading" assignment the value given here determines the - number of additional comment areas. It can be specified as zero and results - in the assessment having only a single General Comments area. - -
diff --git a/lang/pt_br/help/workshop/numberofassessors.html b/lang/pt_br/help/workshop/numberofassessors.html deleted file mode 100644 index 4bbf1ac3ae..0000000000 --- a/lang/pt_br/help/workshop/numberofassessors.html +++ /dev/null @@ -1,30 +0,0 @@ -Number of Peer Assessors
- -A peer graded assignment will normally have around 3 to 8 peer - assessors. That is, in the peer grading phase, each student will be - asked to grade this number of pieces of work from the other students - in the class. The larger the assignment is, in terms of content, the - smaller this number should be, else the grading burden on the - students becomes onerous. However, each student should see sufficient - examples to gain an insight into what constitutes a good piece of work - and a poor piece of work. Further for the grading performance of a - student to be assessed meaningfully the greater the number of peer - gradings the better. This performance is unlikely to be valid if only three - or four gradings are done by each student. - -
Provided there is enough pieces of work submitted (actually 10 or - more), the system will allocate each student at least one "good" and - at least one "poor" piece of work. However, this can only be done if the - teacher has graded the pieces of work BEORE the allocation of (peer) grading - work is done. The teacher does NOT, however, have to grade all the - pieces of work, a sample is sufficient. Further, the teacher's gradings need - NOT be the final gradings, a preliminary grading is good enough. Note, - however, that if the option to show teacher's gradings is turned on, - these gradings will be shown to the students at the end of the submission - phase. - -
The number of peer assesors can be zero. In which case the assignment - becomes either a self-graded assignment if that option is turned on, or - a normal teacher-graded assignment. - -
diff --git a/lang/pt_br/help/workshop/resubmit.html b/lang/pt_br/help/workshop/resubmit.html deleted file mode 100644 index 0830b5d211..0000000000 --- a/lang/pt_br/help/workshop/resubmit.html +++ /dev/null @@ -1,19 +0,0 @@ -Resubmitting assignments
- -By default, students cannot resubmit assignments, they are allowed only one submission.
- -If you turn this option on, then students will be allowed to submit more than one piece of work - to this assignment. This may be useful if the teacher wants to encourage students to do better - work by an iterative process.
- -The assessment of submissions is allocated on the basis of the number of assessments a piece - of work has had. Thus new submissions from a student are likely to be candidates for peer - assessment. However, if a student resubmits a number of pieces of work in quick succession then - they are all equally likely to be assessed. The assignment does NOT give priority to the newest - submission. - -
When the student's final grade is calculated the submission with the highest grade is used. Here - highest grade means the weighted combination of the teacher's grade and the peer grade if - both are available. - -
diff --git a/lang/pt_br/help/workshop/selfassessment.html b/lang/pt_br/help/workshop/selfassessment.html deleted file mode 100644 index 1024d737a2..0000000000 --- a/lang/pt_br/help/workshop/selfassessment.html +++ /dev/null @@ -1,12 +0,0 @@ -Self Assessment
- -A workshop assignment can optionally include the student's own work - in the set of pieces each student is asked to assess. This will mean that if, say, the - number of student pieces of work each student has to assess is set at 5, then - each student will be asked to assess 6 pieces of work, one of them being their own work. - -
If the number of student pieces of work is set to zero and the self assessment option - is turned on then the assignment becomes a self-graded assignment. This - may or may not include the teacher's grading depending on the teacher's decision. - -
diff --git a/lang/pt_br/help/workshop/showinggrades.html b/lang/pt_br/help/workshop/showinggrades.html deleted file mode 100644 index 807fce01a2..0000000000 --- a/lang/pt_br/help/workshop/showinggrades.html +++ /dev/null @@ -1,15 +0,0 @@ -Hiding the Display of Grades
- -This option can be used in a workshop assignment where there - must be agreement between the students on each assessment . - The default value is to show the student whose work is being - assessed both the comments and the grades in the peer assessments. This - may lead to more disputes than when the option is turned on and the - assessments are shown without the grades. - -
If the option is taken to hide grades in the peer assessments the - grades are revealed once agreement has been reached. This agreement - will, of course, have been made only on the comments. If these comments - do not reasonably match the grades then the student whose work is being - assessed may well appeal to the teacher. -
diff --git a/lang/pt_br/help/workshop/specimen.html b/lang/pt_br/help/workshop/specimen.html deleted file mode 100644 index f69db74e5a..0000000000 --- a/lang/pt_br/help/workshop/specimen.html +++ /dev/null @@ -1,11 +0,0 @@ -Specimen Assessment Form
- -This page shows shows the details of the actual form used to grade - your assignment. It will be used by the teacher to grade your work. Further, - in a peer graded asignment, the same form will be used by yourself and - your fellow students to grade the submitted pieces of work.
- -Please note that although you can change the grades on - this form these changes are NOT saved. This is simply a specimen form, - but a very similar form will be used by the teacher and possibly by you - during this assignment.
diff --git a/lang/pt_br/help/workshop/teachersgradings.html b/lang/pt_br/help/workshop/teachersgradings.html deleted file mode 100644 index 184f4b3ee8..0000000000 --- a/lang/pt_br/help/workshop/teachersgradings.html +++ /dev/null @@ -1,13 +0,0 @@ -Display of Teacher's Grades
- -A peer graded assignment can optionally make the teacher's comments - and grades available to the student's. If desired, these are shown after the - submission deadline, or later if the grades are not available then. The teacher's - comments and grades may well help the students when making their own - (peer) assessments on other student's work. - -
Note that even when the peer grading is done anonymously, the - teacher's grades are always shown to the students with the teacher's - name and, if available, their photo. - -