Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102776083
Cellulo.dart
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 02:05
Size
546 B
Mime Type
text/x-c++
Expires
Wed, Feb 26, 02:05 (2 d)
Engine
blob
Format
Raw Data
Handle
24427099
Attached To
R10646 Orchestration
Cellulo.dart
View Options
import 'package:firebase_database/firebase_database.dart';
import 'package:flutter/rendering.dart';
Activity ac7 = new Activity("Ac7");
Activity ac8 = new Activity("Ac8");
List<String> acList = ['Ac7', 'Ac8'];
class Activity {
String id;
// String _title;
// String _description;
int numAttempts = 0;
int currentTurn = 1;
int elapsedTime = 0;
List<int> progress = [-2, -2, -2];
int expectedDuration;
int expectedNumTrials;
var mistakes = {
"slope": [0, 0, 0],
"initialPoint": [0, 0, 0],
};
Activity(this.id);
}
Event Timeline
Log In to Comment