User contributions for Rkyadav
Jump to navigation
Jump to search
17 May 2016
- 20:1120:11, 17 May 2016 diff hist −34 Expertiza documentation No edit summary
- 20:0920:09, 17 May 2016 diff hist 0 File:Pg development.png uploaded a new version of "File:Pg development.png" current
- 20:0720:07, 17 May 2016 diff hist +4,062 N Developing Expertiza on the VCL Created page with "=Introduction= It can be tricky and time consuming to set up a Ruby on Rails environment for developing Expertiza. We created a Ruby on Rails VCL image to provide NC State stude..."
- 20:0520:05, 17 May 2016 diff hist +5 Restart instructions for Wiki No edit summary current
- 20:0420:04, 17 May 2016 diff hist +5 Restart instructions for Wiki No edit summary
- 20:0420:04, 17 May 2016 diff hist +525 N Restart instructions for Wiki Created page with "The expertiza wiki uses the mediawiki software and is hosted at [http://expertiza.csc.ncsu.edu/wiki expertiza wiki] . If the wiki goes down, it could be due either to a web serv..."
- 20:0320:03, 17 May 2016 diff hist −30 Setting up and using TA functionality No edit summary current
- 20:0320:03, 17 May 2016 diff hist 0 N File:TAFunction5.png No edit summary current
- 20:0320:03, 17 May 2016 diff hist 0 N File:TAFunction4.png No edit summary current
- 20:0320:03, 17 May 2016 diff hist 0 N File:TAFunction3.png No edit summary current
- 20:0220:02, 17 May 2016 diff hist 0 N File:TAFunction2.png No edit summary current
- 20:0220:02, 17 May 2016 diff hist 0 N File:TAFunction1.png No edit summary current
- 20:0020:00, 17 May 2016 diff hist +4,110 N Setting up and using TA functionality Created page with "'''Before being able to use the teaching assistant role you need to ensure that the user roles and permissions have been properly set up in Goldberg.''' # Log into the pg system..."
- 19:5919:59, 17 May 2016 diff hist +2,300 N Gem dependencies Created page with "A few new gems have been pushed to Expertiza as part of the new code that includes the automated metareviewing feature. You might face some issues with gem dependencies. I will ..." current
- 19:5919:59, 17 May 2016 diff hist +427 N Deploying Expertiza to Production Created page with "We use capistrano to deploy expertiza to expertiza.ncsu.edu. # Install capistrano: '''gem install capistrano''' # Get access: get someone append your public ssh key to /home/rai..." current
- 19:5819:58, 17 May 2016 diff hist +1,781 N Restart Instructions for Expertiza Created page with "The Expertiza application runs under the Phusion Passenger server for Apache. Passenger dynamically starts and kills instances of the rails application as demand on the applicati..."
- 19:5719:57, 17 May 2016 diff hist +520 N Version Control with the Git repository Created page with "=Project page= Expertiza is hosted on Github at https://github.com/expertiza/expertiza =Working with a git repository= This page is not a git tutorial, but there are several e..." current
- 19:5719:57, 17 May 2016 diff hist +1,928 N Deploying and importing production data with capistrano Created page with "We use Capistrano to work with the production Expertiza server. Capistrano is used both for deploying the application and loading production data. Capistrano is only available on..." current
- 19:5519:55, 17 May 2016 diff hist −35 Documentation on Database Tables No edit summary
- 19:5419:54, 17 May 2016 diff hist +5 Documentation on Database Tables No edit summary
- 19:5419:54, 17 May 2016 diff hist +397 N Ta mappings Created page with "{| class="wikitable" !Name !!Datatype !!Description |- !id |int(11) |Primary key of the entry in table, auto increments by default |- !ta_id |int(11) |Id of the TA in..."
- 19:5419:54, 17 May 2016 diff hist +450 N Resubmission times Created page with "Designed for support of multi-round responses. Currently unused ==Resubmission times variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id..."
- 19:5319:53, 17 May 2016 diff hist +1,027 N Sign up topics Created page with "''A table description is required'' ==Sign Up Topics variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !..."
- 19:5319:53, 17 May 2016 diff hist +800 N Signed up users Created page with "''A table description is required'' ==Signed Up Users variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- ..." current
- 19:5319:53, 17 May 2016 diff hist +346 N Questionnaire types Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |id of the questionnaire type |- !name |varchar(255) |specifies the type information of the qu..." current
- 19:5219:52, 17 May 2016 diff hist +444 N Question advices Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |id of the advice |- !question_id |int(11) |id of the question |- !score |int(11) |scores..."
- 19:5219:52, 17 May 2016 diff hist +491 N Tree folders Created page with "Tree folders define the top level containers for the tree display. == Tree Folders variable documentation == {| class="wikitable" !Field Name !!Type !!Description |- !id ..."
- 19:5119:51, 17 May 2016 diff hist +6 Nodes No edit summary current
- 19:5019:50, 17 May 2016 diff hist +709 N Nodes Created page with "Contains records which define a tree structure containing Assignments, Courses, Questionnaire Types, Questionnaires, and Teams ==Node Variable Documentation=..."
- 19:4919:49, 17 May 2016 diff hist +285 N Languages Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !name |varchar(32) |Name of the language (e.g., "English") |} Bac..." current
- 19:4919:49, 17 May 2016 diff hist +265 N Institutions Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !name |varchar(255) |Name of the institution |} Back to [http://wiki.ex..." current
- 19:4819:48, 17 May 2016 diff hist +973 N Courses table Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !name |varchar(255) |The name of the course |- !instructor_id |int(11) |The [[us..."
- 19:4819:48, 17 May 2016 diff hist +435 N Teams users Created page with "The Teams table maps users to teams; in rare cases, a single individual is on > 1 team for an assignment. {| class="wikitable" !Field Name !!Type !!Description |- !id |int(1..."
- 19:4819:48, 17 May 2016 diff hist +477 N Invitations Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) | |- !assignment_id |int(11) |used to identify the assignment |- !from_id |int(11) |The ..."
- 19:4719:47, 17 May 2016 diff hist +583 N Teammate reviews Created page with "A review from one member of a team to another '''Deprecated''' ==Score variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(1..." current
- 19:4719:47, 17 May 2016 diff hist +794 N Review of reviews Created page with "Contains metareview definitions '''Deprecated''' ==Metareview/Review of review variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11)..."
- 19:4719:47, 17 May 2016 diff hist +721 N Review of review mappings Created page with "Maps a connection between the participants providing a review and those providing a metareview/review of review '''Deprecated''' ==Metareview/Review of review m..."
- 19:4619:46, 17 May 2016 diff hist +721 N Review mappings Created page with "Maps a connection between the participants '''Deprecated''' ==Review mappings variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(..."
- 19:4619:46, 17 May 2016 diff hist +1,395 N Reviews Created page with "Reviews provide a means or communicating information from one user to another about the submission content. '''Deprecated''' ==Reviews variable documentation== {| class="wikit..."
- 19:4619:46, 17 May 2016 diff hist +972 N Review feedbacks Created page with "Contains communciation between an author and a reviewer in an assignment '''Deprecated''' ==Review feedback variable documentation== {| class="wikitable" !Fie..."
- 19:4519:45, 17 May 2016 diff hist +652 N Questions table Created page with "<!-- Questions page already exists,so created a page with the name Questions table and gave an external link on the tables page--> {| class="wikitable" !Field Name !!Type !!Desc..."
- 19:4519:45, 17 May 2016 diff hist +579 N Scores Created page with "Contains scoring for responses ==Score variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !question_..." current
- 19:4519:45, 17 May 2016 diff hist +1,246 N Score caches Created page with "''This table stores scores for every response type that user got, for each of the assignment he is part of. This table is updated every time a response is given for the first ti..." current
- 19:4419:44, 17 May 2016 diff hist +291 N Review strategies Created page with "Review strategies - unknown use ==Review strategies variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !..."
- 19:4419:44, 17 May 2016 diff hist +816 N Responses Created page with "Responses provide a means or communicating information from one user to another about the activity. A response uses a response map to define the communication b..."
- 19:4319:43, 17 May 2016 diff hist +369 N Teams Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) | |- !name |varchar(255) |Name of the team |- !parent_id |int(11) |ID of assignment that thi..."
- 19:4319:43, 17 May 2016 diff hist +1,313 N Response maps Created page with "Maps a connection between the participants as reviewers and participants or teams as reviewees ==Response maps variable documentation== {| class="wikitable" !Field..."
- 19:4319:43, 17 May 2016 diff hist +322 N Mapping strategies Created page with "Automatic strategies for creating response maps ==Mapping Strategies variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id ..." current
- 19:4219:42, 17 May 2016 diff hist +638 N Comments Created page with "Designed to contain instructor to student comments. May not currently be used in code. Further investigation is required. ==Comments variable documentation== {| class="wikitabl..." current
- 14:5014:50, 17 May 2016 diff hist +5 System settings No edit summary