Can a student add a grade that will show in gradebook?

Can a student add a grade that will show in gradebook?

by Chris Cobon -
Number of replies: 8
I have been asked if students can enter grades anywhere that will show in the teachers gradebook. For example, the teacher sets the students to do practice papers at home or in class. They are then marked by the student. The teacher then wants the students to enter the result onto moodle so he can see an overview of this. I know a journal might be one solution but is there a more direct way?
In reply to Chris Cobon

Re: Can a student add a grade that will show in gradebook?

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators
If your grades are numbers/percentages you could make a quiz - just one question -"what was your grade?" and use numerical question type. For 100% give them grade of 100%; for 90% give them grade of 90% correct etc etc...could take you forever but it would enter their grades directly into your gradebook big grin

(edit) as I see you are in UK (like me) and your grades might not be percentages - another workaround -although it wouldn't enter them directly into the gradebook - would be to use the online text assignment - one step further on than the journal - and then when you click on "view submitted assignments" you can see the line of students's submissions and the word/mark they entered for their grade - pass/merit etc -but that is less good as it comes up as a submission to be marked by the teacher,rather than automatically going to the gradebook.
In reply to Mary Cooch

Re: Can a student add a grade that will show in gradebook?

by Chris Cobon -
Thanks Mary for the suggestions. Yes, I though about a quiz like that. However if I remember correctly you can only put certain percentages in i.e 90% but not 91%,92% etc. I think the journal might be the way forward for the moment.
Chris
In reply to Chris Cobon

Re: Can a student add a grade that will show in gradebook?

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators
Chris - yes you can add other percentages to the quiz!smile Any you want!
In reply to Mary Cooch

Re: Can a student add a grade that will show in gradebook?

by Chris Cobon -
Mary, OK - I've tried and failed!Can you tell me how? All the things like multichoice, numerical etc have preset percents. Foe example the lowest is 5%. Type in 4 and it goes to 40%. I use cloze a lot, I might explore this.
In reply to Chris Cobon

Re: Can a student add a grade that will show in gradebook?

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators
right -you've set me thinking now smile I'm sure i did this ages ago but can't remember on which Moodle and now I'm starting to think I imagined it -will go away and test and see what I can come up with - in the meantime, let me know how you get on with other possibilities!
In reply to Mary Cooch

Re: Can a student add a grade that will show in gradebook?

by Chris Cobon -
Mary - I think I have cracked the answer using cloze. This code works..

{100:MULTICHOICE:%10%10#~%20%20#~%30%30#~%40%40#~%50%50#~%60%60#~%70%70#~%80%80#~%90%90#~=100#}

and returns that mark from a drop menu to the gradebook (with quiz mark set to 100).

Thanks for bouncing ideas. Still interested in how to change % in standard quiz questions. All I need to do now is change my code to cover the whole range!
Chris
In reply to Chris Cobon

Re: Can a student add a grade that will show in gradebook?

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators
Aha smile Well - the answer I was going to give you was to use the numerical question in the lesson module -that does it for you and I must have been thinking of that.
In reply to Chris Cobon

Re: Can a student add a grade that will show in gradebook?

by Chris Cobon -
I have now taken this to 100 but the dropdown menu will only go as far as 41 and it starts with a B - very odd. Will take this to the questions forum.

However it does get the selected grade into the grade book ok.

If anyone can see where I've gone wrong please let me know!!

{100:MULTICHOICE:%0%0~%1%1~%2%2#~%3%3~%4%4~%5%5~%6%6~%7%7~%8%8~%9%9~%10%10~%11%11~%12%12~%13%13~%14%14~%15%15~%16%16~%17%17~%18%18~%19%19~%20%20~%21%21~%22%22~%23%23~%24%24~%25%25~%26%26~%27%27~%28%28~%29%29~%30%30~%31%31~%32%32~%33%33~%34%34~%35%35~%36%36~%37%37~%38%38~%39%39~%40%40~%41%41~%42%42~%43%43~%44%44~%45%45~%46%46~%47%47~%48%48~%49%49~%50%50~%51%51~%52%52~%53%53~%54%54~%55%55~%56%56~%57%57~%58%58~%59%59~%60%60~%61%61~%62%62~%63%63~%64%64~%65%65~%66%66~%67%67~%68%68~%69%69~%70%70~%71%71~%72%72~%73%73~%74%74~%75%75~%76%76~%77%77~%78%78~%79%79~%80%80~%81%81~%82%82~%83%83~%84%84~%85%85~%86%86~%87%87~%88%88~%89%89~%90%90~%91%91~%92%92~%93%93~%94%94~%95%95~%96%96~%97%97~%98%98~%99%99~=100#}

Chris