Re: no grade notification to students
by Lisa Kidder. We are running 2.4 as well. When a teacher is grading on the grade screen (not using quick grading), there is no longer an option to "send notifications."The notifications go out the...
View ArticleView submitted assignments only as default
by Jorge Freire. Hi,We are using Moodle 2.2.2 and I wanted to know if it was possible to see, on Submitted Assignments (single file), only students that have submitted assignments as default, rather...
View ArticleRe: Grading Assignment Upload Question
by Stephen Nutbrown. What is the error message that you get when it fails uploading?
View ArticleRe: Uploaded Assignment Numbers Moodle 2.2.x
by Tina Rowe. Thanks,it's weird isn't it. T
View ArticleMoodle 2.2.1 Teacher submitted assignment, now can't delete it
by Alicia Robinson. Hi, I set up a staff training course on Moodle with several single upload assignments. To demonstrate uploading, on the first assignment I submitted a random text file. Because I...
View ArticleUpload assignment files using Google Docs - student files are swopped or...
by Sheila Stamp. One of our teachers had an assignment set up and when her students uploaded their files from Google Docs, a number of them found that they had the file for another student in the room...
View ArticleRe: Upload assignment files using Google Docs - student files are swopped or...
by Lisa Kidder. Check the settings for group submission. We had a teacher (who was not using groups) set the "Students submit in groups" set to yes, so the first file that was upload was duplicated...
View ArticleCrot not working in moodle 2.4 - HELP!!!
by Fred Nickmerah. am woking on checking plagiarism in students project, i have installed the crot plugin and configured it according in moodle version 2.4, i have uploaded assignments but do not know...
View Article2-way authentication reflection attack
by fyproject 13. 2-way authentication reflection attack #include<conio.h>#include<stdio.h> struct A { int shared_key; int response; int response_got; int Ra; int Ra1; int...
View ArticleReflection attack on shortened 2-way authentication protocol
by fyproject 13. Reflection attack on shortened 2-way authentication protocol #include<conio.h>#include<stdio.h>#include<graphics.h>#include<dos.h> struct trudy { int...
View ArticleAuthentication using HMAC
by fyproject 13. Authentication using HMAC #include<conio.h>#include<stdio.h>#include<iostream.h>#include<stdlib.h>#include<dos.h> void main(){ clrscr(); int...
View ArticleDiffie-hellman
by fyproject 13. Diffie-hellman #include<stdio.h>#include<conio.h>#include<math.h>#include<graphics.h> void main() { int a,q,i; int Xa,Ya,Xb,Yb,Ya1,Yb1,Kab1,Kab; int...
View ArticleMan in middle attack
by fyproject 13. Man in middle attack #include<stdio.h>#include<conio.h>#include<math.h>#include<dos.h> void main() { int a,q,i; int Xa,Ya,Xb,Yb,Ya1,Yb1,Kab1,Kab; int...
View ArticleReplay attack
by fyproject 13. Replay attack #include<conio.h>#include<stdio.h>#include<graphics.h>#include<dos.h> struct sender { int sender_key; int session_key; int receiver_name;...
View ArticleNeedham-Schroeder protocol
by fyproject 13. Needham-Schroeder protocol #include<conio.h>#include<stdio.h>#include<dos.h> struct KDC { int challenge; int response; int response1; int response2; int...
View ArticleOtway-rees protocol
by fyproject 13. Otway-rees protocol#include<conio.h>#include<stdio.h>#include<dos.h>#include<math.h> struct KDC { int sender_key; int receiver_key; int session_key;...
View ArticleKerberos authentication
by fyproject 13. Kerberos authentication #include <stdio.h>#include <time.h>#include <conio.h>#include <iostream.h>#include <dos.h>#include <stdlib.h> void main...
View ArticleMutual authentication using public key cryptography
by fyproject 13. Mutual authentication using public key cryptography #include<conio.h>#include<stdio.h> struct KDC { int k1; int k2; }KDC; struct A { int k; int x; int key;...
View ArticlePlacing an assignment not allowing a submission.
by Gary Sutcliff. This is an in-class demonstration and I do not want students submitting anything into Moodle yet I do want the notice to appear in the list of upcoming events in the left border. Is...
View ArticleRe: Placing an assignment not allowing a submission.
by Richard Oelmann. What version of Moodle are you using Gary? In Moodle2.3+ with the new assign module you could set the assignment with no file submissions and no online text (the equivalent of...
View Article