Placement Test

[et_pb_section bb_built=”1″ admin_label=”section”][et_pb_row admin_label=”row” background_position=”top_left” background_repeat=”repeat” background_size=”initial”][et_pb_column type=”4_4″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” border_style=”solid” background_position=”top_left” background_repeat=”repeat” background_size=”initial” _builder_version=”3.0.51″ custom_margin=”-100px|||”]

Students who want to study a language at a language academy, have to do a placement test, which confirms their current level in that language and then tells the tester in which level they should be placed.

Here we’re going to see how a combination of Google Forms and Sheets, the functions VLOOKUP and ARRAYFORMULA and conditional formatting, can produce a simple but effective placement test.


SETTING UP THE FORM

First, we create the test using Forms. If you’re new to using Forms, then see my posts on how to use Google Forms.

In the test, I want the students to record some contact information and then below will be the test questions.

Here we have the fields to record their email address, name and telephone number, all of which are obligatory.

level-test-1

To set up the email address field so that it checks to see it’s a valid one, we go to the settings cog (on the right here).

level-test-2

Then tick “Collect email address”. Then click “Save”. This will add an email address field with data validation, which will check to see if an email has been entered. Note, that this always puts this field at the top of the form. Personally, I’d prefer to be able to move this, but at present that’s not possible.

level-test-3

Then we add the multiple-choice questions in our test.

level-test-4

I want the test to automatically correct this, so  click on the settings cog and this time select “Quizzes”. Then select the “Make this a quiz” option. Under “Release mark” choose “Later, after manual review”, so that the student doesn’t have the option of seeing their marks as soon as they’ve finished the test. I also untick all the options under “Respondent can see”.

level-test-5

Back in the questions part, we now need to tell the form,which questions are correct. Click on a question and then “Answer Key”.

level-test-6

Then click the correct answer. This will add a green tick next to it. Also, change the points to 1.

level-test-7

Repeat this for all the questions. Now we need to link the form to a Sheet. Under “Responses”, click the green Sheet icon.

level-test-8

We want to create a new spreadsheet, so leave the option selected and click “Create”.

level-test-9b


SETTING UP THE SHEET

This will open the Sheet and you will see the different fields from the Form on the sheet.

level-test-11

I usually format this a little and sometimes move the columns around to suit my needs, for example, like this:

level-test-12

Add a new page and let’s call it “Levels”. This is where we’re going to add the levels which correspond with the result from the test. In this example, we have 3 possible levels A1, A2, B1. In columns A and B and add the ranges for each of those levels. So, for example, if someone gets 6/10 in the test, the level they will go in is A2.

level-test-13

I’ve added a row (row 3) with just zeros, and nothing in the level column. This is important as we will see later, so that if there is nothing in the results column on the form responses sheet, nothing will be added to the levels column.

Now, let’s see if it works. The first time, I fill it out with the correct answers just to check everything is working ok. It also allows us to check future responses against this answer key, as we’ll see below.

level-test-14

As we can see the first response have been stored in the sheet fine.

level-test-15

Now we want the sheet to automatically add the appropriate level for the result. To do this we use two functions, VLOOKUP and ARRAYFORMULA. The VLOOKUP function, looks at the results in column B from B2 to the end of column B (it’s open-ended and will automatically continue as new rows are added), then looks up that result in the table on the Levels page in range A3:C6, and gets the level that’s stored in the 3rd column.

For more information on VLOOKUP see this post.

We add this to the ARRAYFORMULA function, which will automatically add this formula to all the rows below, so there’s no need to add the formulas for every row.

level-test-17

When we submit another test, as you can see the responses are added to the row below and the level is automatically added.

level-test-18

Note, that no level is added where there is no responses, this is because of the zeros line we added earlier in the levels table.


HIGHLIGHTING WHICH ANSWERS WERE CORRECT OR INCORRECT

Sometimes we also want to see which answers the students got right and wrong. We could do this back in the form, but usually we’re only working with the sheet, so it can be useful to highlight here.

Select the answers from the second response (row 3 (e.g. G3:P3).

level-test-19

Right-click and select Conditional formatting.

level-test-20

This will open the conditional format rules side bar. See my post on Conditional Formatting for more info.

level-test-21

First, let’s apply this formatting to all the columns from G to P. Currently we only have G3:P· selected.

level-test-23

Change the range to an open-ended one, so that the range will always go down to the last row on the sheet. This means even if more rows are added, all responses received will be formatted.

level-test-24

Click on the drop-down menu “Cell is not empty”. Then select “Custom formula is”.

level-test-22

Here, add the formula “=G3=G$2”. This will check if the answer in G3 is the same as G2 and if it is, it will fill the cell green. This will also check all the other cells in the range and will update the cell references accordingly. So, it will check H3 is the same as H2 and so on. The use of the dollar sign means in rows below, the answer row reference won’t change, e.g. it will check that G10 is the same as G2 and so on.

level-test-25

Now we need to add an extra rule to show the incorrect answers in red. Click on “add new rule”.

level-test-26

Here, we want to check if G3 is different from G2 and if so to fill the cell in red. So, we use the not equal symbols: <>

level-test-28

The problem with this is that as we are using an open-ended range, this will fill all the cells on the sheet in red that aren’t the same as the answer key.

level-test-29

So, we need to change the formula so that it checks to see if the answer is different AND if the row isn’t blank. We use the following AND function, which checks both conditions.

level-test-27

Now, it only highlights the rows with answers in them.

level-test-30


Here’s the link to make a copy of the Sheet and Form.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=”Row” background_position=”top_left” background_repeat=”repeat” background_size=”initial”][et_pb_column type=”4_4″][et_pb_text admin_label=”PostEnd” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid” saved_tabs=”all” global_module=”22296″ background_position=”top_left” background_repeat=”repeat” background_size=”initial”]


eBooks available on Drive, Forms, Sheets, Docs, Slides, and Sheet Functions:

Baz Roberts (Google+Flipboard / Twitter)


[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

2 comments

  1. Hi Baz.
    Really happy for having found your blog… Im a teacher and struggling with meaningful solutions at my school….
    Im using Forms at my school and then Sheets to analyse results. You seem to be manipulating the same sheets that gets the results from Forms. Until now how making a copy of the sheets results into a new one, believing I shouldn’t mess up with the original one…since I keep receiving new submitted Forms everyday. Therefore the sheet is “dynamic”.
    Is it safe to manipulate the original sheet? I would assume your “assumption” is that you are manipulating that original sheet only after having “closed” the Form.

    Again, thanks for your dedication and keep the good work!

    1. Hi-You can edit the form responses sheet without affecting the data stored in the form, as it’s only a copy of what was submitted at that time, and isn’t still connected to the original data. With the exception that the columns need to be the same as the form. If I’m working with the data using formulas and references, I usually make a copy of the sheet. In my post on making a questionnaire feedback system, I explain this a little.

Comments are closed.