ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
ClassFirstLastLoginPassword
2
3
4
5
6
7
8
9
10
11
12
13
# (Required) Enter the class name for each student in this column (start on Row 2 for all columns). The class name must be at least 6 characters long and contain no semi-colons.(Required) Enter each student's first name in this column.(Required) Enter each student's last name in this column.(Required) Enter a username for each student in this column. Usernames must be unique and at least 6 characters long. You may (but are not required to) use your students' school e-mails.(Optional) Enter a password for each student in this column. Passwords must be at least 6 characters long. Leave this column blank to receive randomly generated passwords.
14
# Instructions: Use this sheet to fill in and upload multiple classrooms with Tynker logins. The Class/First/Last/Login/Password column headers must be in the first row of the spreadsheet.
15
# Fill in the appropriate student information under the column headers (add lines for more students). File->Download as a comma-separated values sheet (CSV). Upload the CSV to Tynker
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100