-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy patheducators.html
More file actions
87 lines (84 loc) · 3.66 KB
/
Copy patheducators.html
File metadata and controls
87 lines (84 loc) · 3.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="App Inventor for Android" name="description" />
<meta content="Android, Blocks App Inventor, Mobile, Phone, IDE" name="keywords" />
<title>
Educators - App Inventor for Android
</title>
<link href="/static/images/appinventor-16.png" rel="SHORTCUT ICON" type="image/ico" />
<link href="/static/images/appinventor-16.png" rel="icon" type="image/png" />
<link href="/static/css/appinventor.css" rel="stylesheet" />
<script src="http://www.google.com/js/gweb/analytics/autotrack.js">
</script>
<script>
var tracker = new gweb.analytics.AutoTrack({
profile: 'UA-5856106-2'
});
</script>
<script language = "JavaScript" src="/static/scripts/HeaderAndFooter.js"></script>
<style>
img.c2 {border-width:0}
div.c1 {clear:both;}
</style>
</head>
<body>
<script language = "JavaScript">createHeader('<div id="navigation-breadcrumb"> <a href="/about/">About</a> > Educators FAQ >');</script><br>
<div id="aiac">
<div class="main-container">
<div class="customhr customhr-gray">
</div>
<div class="content">
<div class="content-body">
<h1>
Frequently Asked Questions by Educators
</h1>
<h2>
Do my students need to have Google accounts?
</h2>
<p>
App Inventor users need to have Google accounts. The login authentication and storage for projects is linked to a Google account. But students don't need to use that account for any purpose other than App Inventor.
</p>
<h2>
Can I have my students all use the same account?
</h2>
<p>
App Inventor is not set up to deal with multiple users of a single account. With multiple users creating projects simultaneously, the information for the different users will interfere and the projects will become inconsistent.
</p>
<h2>
Do I need to provide phones for all of my students?
</h2>
<p>
We encourage those educators who have chosen to use phones to share ideas and experiences in the <a href="/forum/">
App Inventor in Education Forum
</a> about how they have acquired them. App Inventor offers the ability to develop using the Android emulator that shows up in a window on the computer screen. Using the emulator isn't as good as a physical phone, because students can't carry their apps around with them. But using the emulator does mean that you can run a class with only a few phones: Students can develop on the emulator and then load the apps on the phone for final testing and demonstrations.
</p>
<h2>
Will there be curricula available using App Inventor?
</h2>
<p>
We hope that educators will make their courseware available publicly and we intend to foster a community of educators for sharing information and resources. We encourage everyone to participate in the <a href="/forum/">
App Inventor in Education Forum
</a>. In the coming weeks, shared resources for education will be available at the <a href="http://appinventoredu.mit.edu/">App Inventor Edu</a> site.
</p>
</div>
</div>
<div class="footer">
<script language = "JavaScript">createFooter();</script><br>
<div class="footer-lastupdate">
<script>
if (document.lastModified != '') {
var m = "Page last updated: " + document.lastModified;
var p = m.length-8;
document.writeln("<center>");
document.write(m.substring(p, 0));
document.writeln("<\/center>");
}
</script>
</div>
</div>
</div>
</div>
</body>
</html>