In CS Using WeBWorK in CS1 Fall 2005 (Java) –For in-class tests (multiple choice / matching) Spring 2006 (Python) –For in-class tests (multiple choice)

Slides:



Advertisements
Similar presentations
Pearson MyLabs and Mastering Tutorial & Assessment Programs
Advertisements

Giving Feedback. The right and the wrong. >> giving feedback
Reporting Serious Incidents in TFACTS
WeBWorK: An environment to deliver web-based homeworks and more Dr. Christelle Scharff Research Day Wednesday, May
CS 275Tidwell Course NotesPage 110 Chapter 7: Getting Input From Users Designing interactive forms, in which the user is expected to supply information.
Lecture Roger Sutton 21: Revision 1.
Supporting Discrete Structures Courses with a web-based tool Christelle Scharff, Pace University, NY Andrew Wildenberg, SUNY Stony Brook, NY.
May Faculty Institute (05/16/06) WeBWorK: The Ultimate Teaching Assistant? Olly GotelJackie Baldwin Rick KlineEileen Crupi Christelle ScharffTabitha Estrellado.
Using CourseCompass Features You must already be registered or enrolled in a current class.
Title Description Graphic. Choice A A B C Question Choice B Choice C Graphic.
In CS ADAPTING AN OPEN-SOURCE WEB- BASED ASSESSMENT SYSTEM FOR THE AUTOMATED ASSESSMENT OF PROGRAMMING PROBLEMS Dr. Christelle Scharff Dr. Olly Gotel Pace.
 Create and customize your own automatically graded assessments, quizzes, tests, and surveys  Adjust your quiz to allow for question and answer choice.
Creating Quizzes and Questionnaires Silver – Compulsory.
© English Language Testing Ltd Taking the Password Knowledge with Reading and Writing Test.
VAVLPVCTYMAUS PSABLADDERZSB EBSANTESHTICL RLDUDSKTTVSRA EDEARCENEAUOD CRFNORSASINTD TPEUUOCPTDATP UNRTMTRBEEXME MIEUSUULSNSNN USNMEMNISAIIT AESXSVPENNISI.
Principles of Programming Languages UMBC CMSC , Fall 2013
Marquee Series 2013 The Marquee Series: Builds students’ skills in Microsoft Office through a visual, point-and-click approach. Offers a learning solution.
QPLNHTURBIOTS CADAIASOINCOS OSTPOSTLGVAGT AJRLFKLEROUEA CLARITYSOLSTB HTEAMVSRUVAHI INTERACTPELEL NAPKSOCIALIRI GSOCIOGRAMTST CONFORMITYYTY 14 WORDS ANSWERS.
Welcome to (insert course name) (customize with instructor/course/section #)
Dear Parents, Do you face these COMMON PROLEMS? Having difficulty in keeping track of your child’s academic progress? Can't find enough time to supervise.
Wiley eGrade. What is eGrade? Web-based software that enables instructors to automate the process of assigning and grading homework and quiz assignments.
Welcome Course name Faculty name. YOUR COURSE MATERIALS Warren/Reeve/Duchac, Accounting: 22E You will… — be tested — receive homework assignments — have.
Technology in Language Classroom Skills and Equipment for getting started.
©Allan Sylvester 2005 Info102  Delivered in trimester 2 and 3  Enrolments (t2) and 60 (t3)  Co-requisite - info101  Highly variable existing.
Open Response Questions
Dakota State University.
SHAUN WERSTED’S CAPSTONE PRESENTATION. INTRODUCTION n PROBLEM: Teachers and students need a resource for rampant absenteeism.
Lesson 3-5: Solving Equations with the Variable on Each Side.
Redesigning Pedagogy Leaders, Values and Citizenship in 21 st Century Education Are you ready for the flipped classroom? by Kwek Meek Lin Raffles Girls’
PROGRAMMING In Lesson 2. STARTER ACTIVITY Complete the starter activity in your python folder – lesson 2 Now we will see how you got on and update your.
3.0 How To Register Go to There is an.
4.0 Personal Trainer is an interactive, internet-based product designed to help you complete all of your end-of-chapter.
Multiplication Facts X 3 = 2. 8 x 4 = 3. 7 x 2 =
What Kind of Lesson Do You Learn From Best? Creating a Lesson Plan That Suits Your Type of Learning.
© Paradigm Publishing, Inc.. Instructor Resources Expanded and Improved Instructor Supplements © Paradigm Publishing, Inc.
EVALUATION AND SELFASSESSMENT SYSTEMS FOR THE VIRTUAL TEACHING: MULTIPLE CHOICE QUESTIONNAIRES Claudio Cameselle, Susana Gouveia Departamento de Enxeñería.
“Click for Instruction “Click here to play.” If you select the correct answer, you will continue to the next question. If you the wrong answer, you will.
Factorization : Difference of Two Squares and Perfect Squares.
Learn about research involving a free web based tutoring system and how it is used to support the formative assessment process in real classrooms. Worcester.
Which list of numbers is ordered from least to greatest? 10 –3, , 1, 10, , 1, 10, 10 2, 10 – , 10 –3, 1, 10, , 10 –3,
How do people use an Interface Gabriel Spitz 1. User Interface Design?  Design is solving a problem  Design is creating an object or the means to enable.
Professional studies 25/11/15. evidenceintopractice.wordpress.com/coaching-topics/assessment-for-learning/
Write the equivalent equations and find out how many chocolates are in each box, represented by c. MSA 3.4b – Solving Equations with negative numbers Learning.
How to create interactive CS lessons with Office Mix + Online Python Tutor Philip Guo University of Rochester Aug 2015.
Online Python Tutor Interactive Computer Science Lessons for Office Mix Philip Guo Assistant Professor of Computer Science University of Rochester
Dr. Elena González Practice for Summer Researchers.
Demo.
Agenda Phys 121 Final Exam Review Spring 2017
The question with hints
Chapter 7: Getting Input From Users
Multiplication Strategies
Resources and Step-by-Step Demonstrations
Responsibilities CS 4640 Programming Languages for Web Applications
Writing Across the Content Areas
Agenda Phys 121 Final Exam Review Fall 2017
Technology in Language Classroom
Using the Multiple Choice Template
Test-taking Strategies/Tips
Test Design - Mathematics
Test-taking Strategies/Tips
POD #30 1/31/19 Write the rule for the following tables:
LO: To understand the different type of percentage question.
MULTIPLE CHOICE A B C D.
Aggregate View and Alerts
Beginning Sounds! Match It! Click here to play..
Welcome to the AP® School Year
DO Now-1/12/18 Take Out your copy of “A genetics of Justice” and the central idea tracking tool. Add new pieces of evidence to your tracking tool from.
Test Design - Mathematics
EdTPA Seminar One.
Presentation transcript:

in CS Using WeBWorK in CS1 Fall 2005 (Java) –For in-class tests (multiple choice / matching) Spring 2006 (Python) –For in-class tests (multiple choice) –For homework exercises

in CS Preparation More time upfront, less after (currently) Mitigating plagiarism: random ordering of answers in multiple choice questions, parameterization of code in matching questions; x out of y questions Importance of quality assurance Logistics - check clock synchronization, printing individual test papers

in CS Student’s Perspective Positive: –Instant feedback & self-assessment Issues & questions: –Consequence of no hardcopy: annotations, answer elimination? –Matching questions: text box size, multiple answers? –Context: % complete, visibility of progress? –Single attempt: answer commitment (Shock to see results at the click of a button: Where did I go wrong V so what?) –Multiple attempts: can lead to trial & error (How assess?) –Transfer of understanding between own programs & variants: demonstration of real understanding?

in CS Lessons – Professor’s Perspective Positive: –Class size (a helpful teaching assistant!) –Can see who is attempting homework –Quite straight forward to change questions to other programming languages Negative: –Going through solutions in class –Granularity of feedback

in CS Future Tailor questions dynamically to support specific student needs (to challenge or support) Compare mechanism for student learning – references, hints, easier/harder questions Need more granular & visual feedback on performance for students & professors Possibility for alerts: any common problems, trends?