Reflection of a project

Reflection of a project

Professional Development

8 Qs

quiz-placeholder

Similar activities

JAVA QUIZ

JAVA QUIZ

Professional Development

11 Qs

Canva Lesson

Canva Lesson

Professional Development

10 Qs

CTFL Mock Exam - 1

CTFL Mock Exam - 1

Professional Development

10 Qs

RDL1-Agile Testing

RDL1-Agile Testing

Professional Development

12 Qs

TDD Extra quiz

TDD Extra quiz

University - Professional Development

8 Qs

scratch quiz

scratch quiz

KG - Professional Development

7 Qs

Test Management

Test Management

Professional Development

10 Qs

RPA KKEM Session 01

RPA KKEM Session 01

Professional Development

10 Qs

Reflection of a project

Reflection of a project

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Zheng Liu

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

(planning) Did you and your teammate(s) plan tasks/functions/classes before writing?

We started writing codes without any planning

We had some planning which more or less guided us in the project.

We carefully planned the tasks before kicking off.

2.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

(planning) Did you rush out >50% of codes within last 3 days before deadline?

Yes

No

3.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

(Coding) How did you share the code base with your teammate(s)?

Sent codes through email/messaging tools.

Used Google doc or equivalent

Used git or equivalent codes versioning tools

Others

4.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

(dev) Did you and your teammates write codes in parallel to each other?

Yes, we coded our own parts completely in parallel.

Mostly yes, but for some parts, one has to wait for another to finish coding.

Mostly no. While one person is coding, all other teammates had to wait.

5.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

(testing) Did you test your codes often while developing the project?

We seldomly test our codes. Spent most of the time writing codes.

We test our codes occasionally.

We test our codes thoroughly and frequently (after completely each function).

6.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

(testing) How did you test your codes/project?

Not applicable. We never tested our project.

We manually tested our project by running them.

We wrote testing codes to automatically test our project.

7.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

(dev) Did this happen to your team? One person wrote some new codes and polluted/destroyed the whole project.

Yes, very often.

Sometimes but controllable.

Seldomly.

8.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

(deliver) Did you come across the situation where the codes work on your computer but not on your teammates' (or cher's)?

Yes. Major issue occurred!

Yes, but very minor.

No.