C# Class Rockweb.Blocks.Crm.Disc

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: CentralAZ/Rockit-CentralAZ

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btnSaveResults_Click ( object sender, EventArgs e ) : void
btnScoreTest_Click ( object sender, EventArgs e ) : void

Gets checked RadioButtons, scores test, and displays results.

Private Methods

Méthode Description
buildQuestionTable ( ) : void

Builds a table with the questions listed.

buildRadioButtonTableRow ( DiscService response ) : void

Inserts a TableRow into the Question Table.

createRadioButton ( string questionNumber, string responseNumber, string MorL ) : System.Web.UI.WebControls.RadioButton

Creates a RadioButton for display on the test form.

findRadioButton ( Control container, string name ) : System.Web.UI.WebControls.RadioButton

Recursively finds a particular RadioButton in the passed-in container.

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnSaveResults_Click() protected méthode

protected btnSaveResults_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnScoreTest_Click() protected méthode

Gets checked RadioButtons, scores test, and displays results.
protected btnScoreTest_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void