-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
executable file
·38 lines (25 loc) · 788 Bytes
/
Copy pathREADME
File metadata and controls
executable file
·38 lines (25 loc) · 788 Bytes
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
Socrates README
---------------
STATUS: Left in inconsistent state -- working on adding multiple choice
"pools" -- see bbhelper.rb #mcpool etc.
Quick start:
ruby bigbang.rb # create the data store
ruby socrates.rb # run a session
Files: See below.
README
- This file you're reading
base.rb
- Most important class definitions
datastore.rb
- A clunky storage technique based on filesystem + YAML
bigbang.rb
- Utility to create the sample data store in one swoop.
bbhelper.rb
- Methods needed for big bang
bbdata.rb
- The "real guts" of the big bang
ui_dumbtext.rb
- A pluggable UI that is strictly text-based
socrates.rb
- The "main program" that will run a Q&A session; it does not yet
keep any stats or do any fancy algorithms.