E Class Moodle Tutorial PDF

Title E Class Moodle Tutorial
Author Thanh S.
Course Programming Fundamentals
Institution University of Calgary
Pages 7
File Size 455.6 KB
File Type PDF
Total Downloads 61
Total Views 145

Summary

Download E Class Moodle Tutorial PDF


Description

ENCMP 100 – Moodle Tutorial The purpose of this tutorial is to become familiar with saving an assignment, testing an assignment, and submitting an assignment in Moodle. The information in this tutorial is useful for all assignments, thus a short index has been included for future reference. 1. Assignment Submission …….....………………………………………..…...p. 1 1.1. Submitting your Assignments………………………………………......p. 1 1.2. Re-Submitting your Assignments………………………………………p. 5 2. Saving Your Work…………………………………………………………...p. 6 2.1. Using Moodle....………………….……………………………………..p. 6 2.2. Using a Flash memory stick……….…...………………………..……...p. 6 3. Assignment Header……...…………………………………………..………..p. 7

1. Assignment Submission 1.1 Submitting your assignments You will submit the code for your assignments through Moodle. Log into Moodle (http://eclass.srv.ualberta.ca). 1) Click on Assignments under Activities on the right sidebar.

2) Click on the assignment, e.g., Assignment 1, that you want to submit.

Page 1 of 7

3) You should see the following information about the assignment. The Assignment #1 Description is a link to a PDF file that contains the assignment description. Open the file and complete the assignment.

4) Once you have completed your assignment, you can now submit your .m file. Click the yellow button Upload files.

5) Click on the Add button to find your file to upload.

6) The File Picker window will open. Click on Upload a file to find your file to upload. Page 2 of 7

7) Select the file you wish to upload to Moodle using the Browse button. Then click Upload this file to upload it.

Page 3 of 7

8) Your file will now appear. If you need to rename the file, click on the wheel beside the file name to display the options. If everything is correct, click on the yellow button Save changes.

9) You should now see the following which means you have now successfully submitted your assignment to Moodle! You can do this as often as you like up to the assignment deadline. If you wish to overwrite a previous submission, see the following section.

Page 4 of 7

1.2 Re-Submitting an Assignment: 1) Once a submission is completed just click on Edit these files to make any changes before the submission deadline.

2) You will now see your file. You can click on the wheel beside the filename to delete the old file and then upload a new file.

As a final note about submissions, no credit will be given for late assignments, so submit early and avoid last minute problems with the network, etc. If Moodle is down when your assignment is due, email your file to your Lab Instructor as a last-ditch measure. Filenames must be exactly as specified in the assignment. Case matters. A successful assignment submission is worth a certain number of points. The assignment will not be checked in the lab by the TA. The file will be extracted and marked by a TA after the due date.

Page 5 of 7

2. Saving Your Work: It is very important that you save your work as the computers in the lab erase the hard drive each time the machine is rebooted. There are many ways to save your work.

2.1 Using Moodle to save your work 1) Click on Manage my private files under My Private Files on the right sidebar of your main Moodle page.

Saving your files in Moodle lets you access them from anywhere. Later on your home computer, you can log into Moodle, go to My private files and select your file. Then click on the wheel beside the filename and choose Download to download it to your machine.

NOTE: Uploading to Moodle is the BEST way to save your files because you can access them from any machine that has a web browser.

2.2 Use a Flash Memory Stick As an alternative, you can save your project to a flash memory stick. However, clearly label your flash memory stick with your name and phone number as these tend to get left behind. This method is not as secure as using Moodle as people tend to lose memory sticks fairly often. This is how you will save your work from session to session. Anything you leave on the local machine will disappear by the next day. Delete your files on the local machine before you leave the lab. Rebooting the machine will effectively clear all your work.

Page 6 of 7

3. Assignment Header Here is an example header for you to use in your .m files. Failure to put this header at the top of your .m files results in a 1 point deduction. Please use a header for every assignment in this course and complete it using your information. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Course: ENCMP 100 Fall Term 2011 % Assignment: 1 % Lab Section: A2 % Name: Joe MacDonald % CCID: jmac % Date: September 19, 2011 % Acknowledgements: I received help from Jason Smith on matrix % multiplication. % % File: matrix.m % Description: % This program will show some basic matrix manipulations %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Page 7 of 7...


Similar Free PDFs